Test duration : 102.791s
Failed Tests | ||
---|---|---|
tigase.tests.jaxmpp.TestHandlingOfConnectionIssues | ||
testStateAfterAuthTimeoutBosh | 40.128s |
2022-10-10 23:22:40 |
java.lang.AssertionError: expected [true] but found [false]
2022-10-10 23:22:40 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-10 23:22:40 | ------------------------------------ 2022-10-10 23:22:40 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 23:22:40 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-10 23:22:40 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using BOSHConnector 2022-10-10 23:23:00 | tigase.jaxmpp.core.client.connector.AbstractBoshConnector.onTerminate: Stream terminated. responseCode=200 2022-10-10 23:23:00 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 23:23:00 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-10 23:23:00 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using BOSHConnector 2022-10-10 23:23:20 | tigase.jaxmpp.core.client.connector.AbstractBoshConnector.onTerminate: Stream terminated. responseCode=200
org.testng.Assert.fail(Assert.java:110)
org.testng.Assert.failNotEquals(Assert.java:1413) org.testng.Assert.assertTrue(Assert.java:56) org.testng.Assert.assertTrue(Assert.java:66) tigase.tests.jaxmpp.TestHandlingOfConnectionIssues.testStateAfterAuthTimeout(TestHandlingOfConnectionIssues.java:122) tigase.tests.jaxmpp.TestHandlingOfConnectionIssues.testStateAfterAuthTimeoutBosh(TestHandlingOfConnectionIssues.java:51) java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.base/java.lang.reflect.Method.invoke(Method.java:568) org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:135) org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:673) org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:220) org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50) org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:945) org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:193) org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146) org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128) java.base/java.util.ArrayList.forEach(ArrayList.java:1511) org.testng.TestRunner.privateRun(TestRunner.java:808) org.testng.TestRunner.run(TestRunner.java:603) org.testng.SuiteRunner.runTest(SuiteRunner.java:429) org.testng.SuiteRunner.runSequentially(SuiteRunner.java:423) org.testng.SuiteRunner.privateRun(SuiteRunner.java:383) org.testng.SuiteRunner.run(SuiteRunner.java:326) org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95) org.testng.TestNG.runSuitesSequentially(TestNG.java:1249) org.testng.TestNG.runSuitesLocally(TestNG.java:1169) org.testng.TestNG.runSuites(TestNG.java:1092) org.testng.TestNG.run(TestNG.java:1060) org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:283) org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:75) org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:120) org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) |
testStateAfterConnectionFailureBosh | 20.133s |
2022-10-10 23:24:01 |
java.lang.AssertionError: expected [true] but found [false]
2022-10-10 23:24:01 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-10 23:24:01 | ------------------------------------ 2022-10-10 23:24:01 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 23:24:01 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-10 23:24:01 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using BOSHConnector 2022-10-10 23:24:01 | tigase.jaxmpp.j2se.connectors.bosh.BoshWorker.run: Connection error 2022-10-10 23:24:01 | tigase.jaxmpp.core.client.connector.AbstractBoshConnector.onError: responseCode=0 2022-10-10 23:24:01 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session, stream] 2022-10-10 23:24:01 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 23:24:01 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-10 23:24:01 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using BOSHConnector 2022-10-10 23:24:21 | tigase.jaxmpp.core.client.connector.AbstractBoshConnector.onTerminate: Stream terminated. responseCode=200
org.testng.Assert.fail(Assert.java:110)
org.testng.Assert.failNotEquals(Assert.java:1413) org.testng.Assert.assertTrue(Assert.java:56) org.testng.Assert.assertTrue(Assert.java:66) tigase.tests.jaxmpp.TestHandlingOfConnectionIssues.testStateAfterConnectionFailure(TestHandlingOfConnectionIssues.java:175) tigase.tests.jaxmpp.TestHandlingOfConnectionIssues.testStateAfterConnectionFailureBosh(TestHandlingOfConnectionIssues.java:66) java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.base/java.lang.reflect.Method.invoke(Method.java:568) org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:135) org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:673) org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:220) org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50) org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:945) org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:193) org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146) org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128) java.base/java.util.ArrayList.forEach(ArrayList.java:1511) org.testng.TestRunner.privateRun(TestRunner.java:808) org.testng.TestRunner.run(TestRunner.java:603) org.testng.SuiteRunner.runTest(SuiteRunner.java:429) org.testng.SuiteRunner.runSequentially(SuiteRunner.java:423) org.testng.SuiteRunner.privateRun(SuiteRunner.java:383) org.testng.SuiteRunner.run(SuiteRunner.java:326) org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95) org.testng.TestNG.runSuitesSequentially(TestNG.java:1249) org.testng.TestNG.runSuitesLocally(TestNG.java:1169) org.testng.TestNG.runSuites(TestNG.java:1092) org.testng.TestNG.run(TestNG.java:1060) org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:283) org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:75) org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:120) org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) |
Passed Tests | ||
---|---|---|
tigase.tests.jaxmpp.TestHandlingOfConnectionIssues | ||
testStateAfterAuthTimeoutSocket | 20.236s |
2022-10-10 23:23:20 |
2022-10-10 23:23:20 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-10 23:23:20 | ------------------------------------ 2022-10-10 23:23:20 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 23:23:20 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-10 23:23:20 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector 2022-10-10 23:23:20 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] Connector state changed: null->connecting 2022-10-10 23:23:20 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] DNS entry stored in session object: localhost:5222 2022-10-10 23:23:20 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] Preparing connection to [localhost:5222] 2022-10-10 23:23:20 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] Opening connection to localhost/127.0.0.1:5222 2022-10-10 23:23:20 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] Connector state changed: connecting->connected 2022-10-10 23:23:20 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] Whitespace ping period is setted to nullms 2022-10-10 23:23:20 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 23:23:20 | >> <features xmlns="http://etherx.jabber.org/streams"><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 23:23:20 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 23:23:20 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=4042] Start TLS 2022-10-10 23:23:20 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=4044] Proceeding TLS 2022-10-10 23:23:20 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=4044] Start handshake 2022-10-10 23:23:20 | << <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-10 23:23:20 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-10 23:23:20 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 23:23:20 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 23:23:20 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 23:23:20 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=4044] Connector state changed: connected->disconnected 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=4044] Stream terminated 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-10 23:23:40 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Connector state changed: null->connecting 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] DNS entry stored in session object: localhost:5222 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Preparing connection to [localhost:5222] 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Opening connection to localhost/127.0.0.1:5222 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Connector state changed: connecting->connected 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Whitespace ping period is setted to nullms 2022-10-10 23:23:40 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 23:23:40 | >> <features xmlns="http://etherx.jabber.org/streams"><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=4042] Start TLS 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 23:23:40 | << <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=4049] Proceeding TLS 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=4049] Start handshake 2022-10-10 23:23:40 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 23:23:40 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 23:23:40 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-10 23:23:40 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL 2022-10-10 23:23:40 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL 2022-10-10 23:23:40 | << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX2J3NGwxNDA1NjAscj1qcmhpcTFqd0pGZzRQR0U2YjhZMA==</auth> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX2J3NGwxNDA1NjAscj1qcmhpcTFqd0pGZzRQR0U2YjhZMA==</auth> 2022-10-10 23:23:40 | >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1qcmhpcTFqd0pGZzRQR0U2YjhZMHVWQjJlMjR2Uk12RHpLck5YbERwLHM9M1FQVnhNYzl1SFZWc2c9PSxpPTQwOTY=</challenge> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1qcmhpcTFqd0pGZzRQR0U2YjhZMHVWQjJlMjR2Uk12RHpLck5YbERwLHM9M1FQVnhNYzl1SFZWc2c9PSxpPTQwOTY=</challenge> 2022-10-10 23:23:40 | << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9anJoaXExandKRmc0UEdFNmI4WTB1VkIyZTI0dlJNdkR6S3JOWGxEcCxwPUoxOG5GNGNTMGxxM2oza1hJTmswMk9FRFdBS2praVBRWWpONGhMTnVvU0k9</response> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9anJoaXExandKRmc0UEdFNmI4WTB1VkIyZTI0dlJNdkR6S3JOWGxEcCxwPUoxOG5GNGNTMGxxM2oza1hJTmswMk9FRFdBS2praVBRWWpONGhMTnVvU0k9</response> 2022-10-10 23:23:40 | >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1tUFJzbnFYMngyV3AzOHBsdi9BVElCeGhRbVBFaHhFbGNHWFdwQ0dRZUZJPQ==</success> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1tUFJzbnFYMngyV3AzOHBsdi9BVElCeGhRbVBFaHhFbGNHWFdwQ0dRZUZJPQ==</success> 2022-10-10 23:23:40 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 23:23:40 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 23:23:40 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 23:23:40 | >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features> 2022-10-10 23:23:40 | >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features> 2022-10-10 23:23:40 | >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features> 2022-10-10 23:23:40 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-10 23:23:40 | << <iq xmlns="jabber:client" id="yCvxpRYaDDh08t5CmXZs8mW" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com >> <iq xmlns="jabber:client" id="yCvxpRYaDDh08t5CmXZs8mW" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 23:23:40 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-10 23:23:40 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-10 23:23:40 | << <iq xmlns="jabber:client" id="6O3CxrTeAnTeApTgKAoTfLK" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com >> <iq xmlns="jabber:client" id="6O3CxrTeAnTeApTgKAoTfLK" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 23:23:40 | >> <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-323" type="result" xmlns="jabber:client" id="yCvxpRYaDDh08t5CmXZs8mW"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__bw4l140560@test-domain.com/228467168-tigase-323</jid></bind></iq> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com << <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-323" type="result" xmlns="jabber:client" id="yCvxpRYaDDh08t5CmXZs8mW"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__bw4l140560@test-domain.com/228467168-tigase-323</jid></bind></iq> 2022-10-10 23:23:40 | << <iq xmlns="jabber:client" id="VQ7Kzs9n18gBrdtcCxrTeAn" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com >> <iq xmlns="jabber:client" id="VQ7Kzs9n18gBrdtcCxrTeAn" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 23:23:40 | >> <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-324" type="result" xmlns="jabber:client" id="6O3CxrTeAnTeApTgKAoTfLK"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__bw4l140560@test-domain.com/228467168-tigase-324</jid></bind></iq> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com << <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-324" type="result" xmlns="jabber:client" id="6O3CxrTeAnTeApTgKAoTfLK"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__bw4l140560@test-domain.com/228467168-tigase-324</jid></bind></iq> 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-10 23:23:40 | << <iq xmlns="jabber:client" id="f2FKJxykKIxxlUT6rXbsUT1" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-324 >> <iq xmlns="jabber:client" id="f2FKJxykKIxxlUT6rXbsUT1" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 23:23:40 | >> <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325" type="result" xmlns="jabber:client" id="VQ7Kzs9n18gBrdtcCxrTeAn"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325</jid></bind></iq> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-324 << <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325" type="result" xmlns="jabber:client" id="VQ7Kzs9n18gBrdtcCxrTeAn"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325</jid></bind></iq> 2022-10-10 23:23:40 | << <iq xmlns="jabber:client" id="8Uf9j4gJBEq5fYaq4fXbAfO" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-324 >> <iq xmlns="jabber:client" id="8Uf9j4gJBEq5fYaq4fXbAfO" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 23:23:40 | >> <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325" type="result" xmlns="jabber:client" id="f2FKJxykKIxxlUT6rXbsUT1"/> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-324 << <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325" type="result" xmlns="jabber:client" id="f2FKJxykKIxxlUT6rXbsUT1"/> 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-10 23:23:40 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-10 23:23:40 | << <iq xmlns="jabber:client" id="vTaIqV5v3mWbJtoU1bOKJxy" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325 >> <iq xmlns="jabber:client" id="vTaIqV5v3mWbJtoU1bOKJxy" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 23:23:40 | >> <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325" type="result" xmlns="jabber:client" id="8Uf9j4gJBEq5fYaq4fXbAfO"/> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325 << <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325" type="result" xmlns="jabber:client" id="8Uf9j4gJBEq5fYaq4fXbAfO"/> 2022-10-10 23:23:40 | << <iq to="test-domain.com" id="U6L5oR2jHFqQLLRLMMR5bOK" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325 >> <iq to="test-domain.com" id="U6L5oR2jHFqQLLRLMMR5bOK" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 23:23:40 | >> <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325" type="result" xmlns="jabber:client" id="vTaIqV5v3mWbJtoU1bOKJxy"/> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325 << <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325" type="result" xmlns="jabber:client" id="vTaIqV5v3mWbJtoU1bOKJxy"/> 2022-10-10 23:23:40 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 23:23:40 | >> <enabled location="7c41cec37518" resume="true" xmlns="urn:xmpp:sm:3" id="9a384b91-c8cb-4117-ba6a-68d187abd56b" max="60"/> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325 << <enabled location="7c41cec37518" resume="true" xmlns="urn:xmpp:sm:3" id="9a384b91-c8cb-4117-ba6a-68d187abd56b" max="60"/> 2022-10-10 23:23:40 | << <iq id="7S3HLxwaxdSSZ3AoSY3zp29" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325 >> <iq id="7S3HLxwaxdSSZ3AoSY3zp29" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:23:40 | >> <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325" type="result" xmlns="jabber:client" id="U6L5oR2jHFqQLLRLMMR5bOK" from="test-domain.com"><query xmlns="http://jabber.org/protocol/disco#info"><identity type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="component"/><identity type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="server"/><feature var="http://jabber.org/protocol/commands"/><x type="result" xmlns="jabber:x:data"><field type="hidden" var="FORM_TYPE"><value>http://jabber.org/network/serverinfo</value></field><field type="list-multi" var="abuse-addresses"><value>mailto:abuse@test-domain.com</value><value>xmpp:abuse@test-domain.com</value></field></x><feature var="urn:xmpp:mix:pam:2"/><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:carbons:rules:0"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity type="pep" category="pubsub"/><feature var="urn:xmpp:pep-vcard-conversion:0"/><feature var="urn:xmpp:bookmarks-conversion:0"/><feature var="urn:xmpp:archive:auto"/><feature var="urn:xmpp:archive:manage"/><feature var="urn:xmpp:push:0"/><feature var="tigase:push:away:0"/><feature var="tigase:push:encrypt:0"/><feature var="tigase:push:encrypt:aes-128-gcm"/><feature var="tigase:push:filter:ignore-unknown:0"/><feature var="tigase:push:filter:groupchat:0"/><feature var="tigase:push:filter:muted:0"/><feature var="tigase:push:priority:0"/><feature var="tigase:push:jingle:0"/><feature var="jabber:iq:roster"/><feature var="jabber:iq:roster-dynamic"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="urn:xmpp:mix:pam:2#archive"/><feature var="jabber:iq:version"/><feature var="urn:xmpp:time"/><feature var="jabber:iq:privacy"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="urn:xmpp:extdisco:2"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325 << <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325" type="result" xmlns="jabber:client" id="U6L5oR2jHFqQLLRLMMR5bOK" from="test-domain.com"><query xmlns="http://jabber.org/protocol/disco#info"><identity type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="component"/><identity type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="server"/><feature var="http://jabber.org/protocol/commands"/><x type="result" xmlns="jabber:x:data"><field type="hidden" var="FORM_TYPE"><value>http://jabber.org/network/serverinfo</value></field><field type="list-multi" var="abuse-addresses"><value>mailto:abuse@test-domain.com</value><value>xmpp:abuse@test-domain.com</value></field></x><feature var="urn:xmpp:mix:pam:2"/><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:carbons:rules:0"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity type="pep" category="pubsub"/><feature var="urn:xmpp:pep-vcard-conversion:0"/><feature var="urn:xmpp:bookmarks-conversion:0"/><feature var="urn:xmpp:archive:auto"/><feature var="urn:xmpp:archive:manage"/><feature var="urn:xmpp:push:0"/><feature var="tigase:push:away:0"/><feature var="tigase:push:encrypt:0"/><feature var="tigase:push:encrypt:aes-128-gcm"/><feature var="tigase:push:filter:ignore-unknown:0"/><feature var="tigase:push:filter:groupchat:0"/><feature var="tigase:push:filter:muted:0"/><feature var="tigase:push:priority:0"/><feature var="tigase:push:jingle:0"/><feature var="jabber:iq:roster"/><feature var="jabber:iq:roster-dynamic"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="urn:xmpp:mix:pam:2#archive"/><feature var="jabber:iq:version"/><feature var="urn:xmpp:time"/><feature var="jabber:iq:privacy"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="urn:xmpp:extdisco:2"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2022-10-10 23:23:40 | << <iq to="test-domain.com" id="aGrCmVZqYbrmWYarlX8l0fz" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325 >> <iq to="test-domain.com" id="aGrCmVZqYbrmWYarlX8l0fz" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 23:23:40 | >> <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325" type="result" xmlns="jabber:client" id="7S3HLxwaxdSSZ3AoSY3zp29"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325 << <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325" type="result" xmlns="jabber:client" id="7S3HLxwaxdSSZ3AoSY3zp29"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:23:40 | << <iq to="test-domain.com" id="vXeQGr7zbCsdNBEq3fW0fzC" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325 >> <iq to="test-domain.com" id="vXeQGr7zbCsdNBEq3fW0fzC" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 23:23:40 | << <iq id="7V6NXViIDpgEx9MMEw9LNOH" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325 >> <iq id="7V6NXViIDpgEx9MMEw9LNOH" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:23:40 | << <iq id="kW7Cs1vhMDApT3coRXfxkS3" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325 >> <iq id="kW7Cs1vhMDApT3coRXfxkS3" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:23:40 | >> <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325" type="result" xmlns="jabber:client" id="aGrCmVZqYbrmWYarlX8l0fz" from="test-domain.com"><query xmlns="http://jabber.org/protocol/disco#info"><identity type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="component"/><identity type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="server"/><feature var="http://jabber.org/protocol/commands"/><x type="result" xmlns="jabber:x:data"><field type="hidden" var="FORM_TYPE"><value>http://jabber.org/network/serverinfo</value></field><field type="list-multi" var="abuse-addresses"><value>mailto:abuse@test-domain.com</value><value>xmpp:abuse@test-domain.com</value></field></x><feature var="urn:xmpp:mix:pam:2"/><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:carbons:rules:0"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity type="pep" category="pubsub"/><feature var="urn:xmpp:pep-vcard-conversion:0"/><feature var="urn:xmpp:bookmarks-conversion:0"/><feature var="urn:xmpp:archive:auto"/><feature var="urn:xmpp:archive:manage"/><feature var="urn:xmpp:push:0"/><feature var="tigase:push:away:0"/><feature var="tigase:push:encrypt:0"/><feature var="tigase:push:encrypt:aes-128-gcm"/><feature var="tigase:push:filter:ignore-unknown:0"/><feature var="tigase:push:filter:groupchat:0"/><feature var="tigase:push:filter:muted:0"/><feature var="tigase:push:priority:0"/><feature var="tigase:push:jingle:0"/><feature var="jabber:iq:roster"/><feature var="jabber:iq:roster-dynamic"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="urn:xmpp:mix:pam:2#archive"/><feature var="jabber:iq:version"/><feature var="urn:xmpp:time"/><feature var="jabber:iq:privacy"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="urn:xmpp:extdisco:2"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325 << <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325" type="result" xmlns="jabber:client" id="aGrCmVZqYbrmWYarlX8l0fz" from="test-domain.com"><query xmlns="http://jabber.org/protocol/disco#info"><identity type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="component"/><identity type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="server"/><feature var="http://jabber.org/protocol/commands"/><x type="result" xmlns="jabber:x:data"><field type="hidden" var="FORM_TYPE"><value>http://jabber.org/network/serverinfo</value></field><field type="list-multi" var="abuse-addresses"><value>mailto:abuse@test-domain.com</value><value>xmpp:abuse@test-domain.com</value></field></x><feature var="urn:xmpp:mix:pam:2"/><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:carbons:rules:0"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity type="pep" category="pubsub"/><feature var="urn:xmpp:pep-vcard-conversion:0"/><feature var="urn:xmpp:bookmarks-conversion:0"/><feature var="urn:xmpp:archive:auto"/><feature var="urn:xmpp:archive:manage"/><feature var="urn:xmpp:push:0"/><feature var="tigase:push:away:0"/><feature var="tigase:push:encrypt:0"/><feature var="tigase:push:encrypt:aes-128-gcm"/><feature var="tigase:push:filter:ignore-unknown:0"/><feature var="tigase:push:filter:groupchat:0"/><feature var="tigase:push:filter:muted:0"/><feature var="tigase:push:priority:0"/><feature var="tigase:push:jingle:0"/><feature var="jabber:iq:roster"/><feature var="jabber:iq:roster-dynamic"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="urn:xmpp:mix:pam:2#archive"/><feature var="jabber:iq:version"/><feature var="urn:xmpp:time"/><feature var="jabber:iq:privacy"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="urn:xmpp:extdisco:2"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2022-10-10 23:23:40 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 23:23:40 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 23:23:40 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 23:23:40 | >> <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325" type="result" xmlns="jabber:client" id="7V6NXViIDpgEx9MMEw9LNOH"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325 << <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325" type="result" xmlns="jabber:client" id="7V6NXViIDpgEx9MMEw9LNOH"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Connector state changed: connected->disconnecting 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Terminating XMPP Stream 2022-10-10 23:23:40 | >> <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325" type="result" xmlns="jabber:client" id="kW7Cs1vhMDApT3coRXfxkS3"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325 << <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325" type="result" xmlns="jabber:client" id="kW7Cs1vhMDApT3coRXfxkS3"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:23:40 | >> <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325" type="result" xmlns="jabber:client" id="vXeQGr7zbCsdNBEq3fW0fzC" from="test-domain.com"><query xmlns="http://jabber.org/protocol/disco#info"><identity type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="component"/><identity type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="server"/><feature var="http://jabber.org/protocol/commands"/><x type="result" xmlns="jabber:x:data"><field type="hidden" var="FORM_TYPE"><value>http://jabber.org/network/serverinfo</value></field><field type="list-multi" var="abuse-addresses"><value>mailto:abuse@test-domain.com</value><value>xmpp:abuse@test-domain.com</value></field></x><feature var="urn:xmpp:mix:pam:2"/><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:carbons:rules:0"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity type="pep" category="pubsub"/><feature var="urn:xmpp:pep-vcard-conversion:0"/><feature var="urn:xmpp:bookmarks-conversion:0"/><feature var="urn:xmpp:archive:auto"/><feature var="urn:xmpp:archive:manage"/><feature var="urn:xmpp:push:0"/><feature var="tigase:push:away:0"/><feature var="tigase:push:encrypt:0"/><feature var="tigase:push:encrypt:aes-128-gcm"/><feature var="tigase:push:filter:ignore-unknown:0"/><feature var="tigase:push:filter:groupchat:0"/><feature var="tigase:push:filter:muted:0"/><feature var="tigase:push:priority:0"/><feature var="tigase:push:jingle:0"/><feature var="jabber:iq:roster"/><feature var="jabber:iq:roster-dynamic"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="urn:xmpp:mix:pam:2#archive"/><feature var="jabber:iq:version"/><feature var="urn:xmpp:time"/><feature var="jabber:iq:privacy"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="urn:xmpp:extdisco:2"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325 << <iq to="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325" type="result" xmlns="jabber:client" id="vXeQGr7zbCsdNBEq3fW0fzC" from="test-domain.com"><query xmlns="http://jabber.org/protocol/disco#info"><identity type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="component"/><identity type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="server"/><feature var="http://jabber.org/protocol/commands"/><x type="result" xmlns="jabber:x:data"><field type="hidden" var="FORM_TYPE"><value>http://jabber.org/network/serverinfo</value></field><field type="list-multi" var="abuse-addresses"><value>mailto:abuse@test-domain.com</value><value>xmpp:abuse@test-domain.com</value></field></x><feature var="urn:xmpp:mix:pam:2"/><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:carbons:rules:0"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity type="pep" category="pubsub"/><feature var="urn:xmpp:pep-vcard-conversion:0"/><feature var="urn:xmpp:bookmarks-conversion:0"/><feature var="urn:xmpp:archive:auto"/><feature var="urn:xmpp:archive:manage"/><feature var="urn:xmpp:push:0"/><feature var="tigase:push:away:0"/><feature var="tigase:push:encrypt:0"/><feature var="tigase:push:encrypt:aes-128-gcm"/><feature var="tigase:push:filter:ignore-unknown:0"/><feature var="tigase:push:filter:groupchat:0"/><feature var="tigase:push:filter:muted:0"/><feature var="tigase:push:priority:0"/><feature var="tigase:push:jingle:0"/><feature var="jabber:iq:roster"/><feature var="jabber:iq:roster-dynamic"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="urn:xmpp:mix:pam:2#archive"/><feature var="jabber:iq:version"/><feature var="urn:xmpp:time"/><feature var="jabber:iq:privacy"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="urn:xmpp:extdisco:2"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2022-10-10 23:23:40 | >> <presence to="jaxmpp__bw4l140560@test-domain.com" xmlns="jabber:client" from="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325"><c ver="mg5bXbOeu1848vxdgu3jELgbQF8=" node="http://tigase.org/jaxmpp" xmlns="http://jabber.org/protocol/caps" hash="sha-1"/></presence> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325 << <presence to="jaxmpp__bw4l140560@test-domain.com" xmlns="jabber:client" from="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325"><c ver="mg5bXbOeu1848vxdgu3jELgbQF8=" node="http://tigase.org/jaxmpp" xmlns="http://jabber.org/protocol/caps" hash="sha-1"/></presence> 2022-10-10 23:23:40 | >> <presence to="jaxmpp__bw4l140560@test-domain.com" xmlns="jabber:client" from="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325"><c ver="mg5bXbOeu1848vxdgu3jELgbQF8=" node="http://tigase.org/jaxmpp" xmlns="http://jabber.org/protocol/caps" hash="sha-1"/></presence> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325 << <presence to="jaxmpp__bw4l140560@test-domain.com" xmlns="jabber:client" from="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325"><c ver="mg5bXbOeu1848vxdgu3jELgbQF8=" node="http://tigase.org/jaxmpp" xmlns="http://jabber.org/protocol/caps" hash="sha-1"/></presence> 2022-10-10 23:23:40 | >> <presence to="jaxmpp__bw4l140560@test-domain.com" xmlns="jabber:client" from="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325"><c ver="mg5bXbOeu1848vxdgu3jELgbQF8=" node="http://tigase.org/jaxmpp" xmlns="http://jabber.org/protocol/caps" hash="sha-1"/></presence> 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325 << <presence to="jaxmpp__bw4l140560@test-domain.com" xmlns="jabber:client" from="jaxmpp__bw4l140560@test-domain.com/228467168-tigase-325"><c ver="mg5bXbOeu1848vxdgu3jELgbQF8=" node="http://tigase.org/jaxmpp" xmlns="http://jabber.org/protocol/caps" hash="sha-1"/></presence> 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-10 23:23:40 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset. 2022-10-10 23:23:40 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session] 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=4049] Connector state changed: disconnecting->disconnected |
testStateAfterAuthTimeoutWebSocket | 20.353s |
2022-10-10 23:23:40 |
2022-10-10 23:23:40 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-10 23:23:40 | ------------------------------------ 2022-10-10 23:23:40 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using WebSocketConnector 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Start connector. 2022-10-10 23:23:40 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: null->connecting 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Preparing connection to localhost 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Opening connection to localhost/127.0.0.1:5290 2022-10-10 23:23:40 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connecting->connected 2022-10-10 23:23:40 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Whitespace ping period is setted to nullms 2022-10-10 23:23:40 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 23:23:40 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 23:23:40 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-10 23:23:40 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 23:24:00 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connected->disconnecting 2022-10-10 23:24:00 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.terminateStream: Terminating XMPP Stream 2022-10-10 23:24:00 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.onStreamTerminate: Stream terminated 2022-10-10 23:24:00 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-10 23:24:00 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: disconnecting->disconnected 2022-10-10 23:24:00 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 23:24:00 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-10 23:24:00 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using WebSocketConnector 2022-10-10 23:24:00 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Start connector. 2022-10-10 23:24:00 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: null->connecting 2022-10-10 23:24:00 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Preparing connection to localhost 2022-10-10 23:24:00 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Opening connection to localhost/127.0.0.1:5290 2022-10-10 23:24:00 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connecting->connected 2022-10-10 23:24:00 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Whitespace ping period is setted to nullms 2022-10-10 23:24:00 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 23:24:00 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 23:24:00 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 23:24:00 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-10 23:24:00 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL 2022-10-10 23:24:00 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL 2022-10-10 23:24:00 | << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX3JzODU5NDA1NjEscj1oU3ViZVhvSkM0MFhWVDVtbzFOeA==</auth> 2022-10-10 23:24:00 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX3JzODU5NDA1NjEscj1oU3ViZVhvSkM0MFhWVDVtbzFOeA==</auth> 2022-10-10 23:24:00 | >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1oU3ViZVhvSkM0MFhWVDVtbzFOeEF6dGlNaFJGZW1IT05HbnRWaDZqLHM9NzdCYm84U3gzT0NZQVE9PSxpPTQwOTY=</challenge> 2022-10-10 23:24:00 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1oU3ViZVhvSkM0MFhWVDVtbzFOeEF6dGlNaFJGZW1IT05HbnRWaDZqLHM9NzdCYm84U3gzT0NZQVE9PSxpPTQwOTY=</challenge> 2022-10-10 23:24:00 | << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9aFN1YmVYb0pDNDBYVlQ1bW8xTnhBenRpTWhSRmVtSE9OR250Vmg2aixwPTJLc2JXai8zWnV3WXc0U1I2RGFmeWZ4WEhmQzlwakVDZDc0TWpTbUlFcVU9</response> 2022-10-10 23:24:00 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9aFN1YmVYb0pDNDBYVlQ1bW8xTnhBenRpTWhSRmVtSE9OR250Vmg2aixwPTJLc2JXai8zWnV3WXc0U1I2RGFmeWZ4WEhmQzlwakVDZDc0TWpTbUlFcVU9</response> 2022-10-10 23:24:01 | >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj16SGZMeXZoWXRwZDdjbzd0cHIxc2Fha1dCdjFwVmF1QnYyYUhBUDYzcHFNPQ==</success> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj16SGZMeXZoWXRwZDdjbzd0cHIxc2Fha1dCdjFwVmF1QnYyYUhBUDYzcHFNPQ==</success> 2022-10-10 23:24:01 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 23:24:01 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 23:24:01 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 23:24:01 | >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features> 2022-10-10 23:24:01 | >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features> 2022-10-10 23:24:01 | >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features> 2022-10-10 23:24:01 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-10 23:24:01 | << <iq xmlns="jabber:client" id="2RK1nNQU7BdSSX3yeHtq4eG" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com >> <iq xmlns="jabber:client" id="2RK1nNQU7BdSSX3yeHtq4eG" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 23:24:01 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-10 23:24:01 | << <iq xmlns="jabber:client" id="GOzSSX3yeHtq4eGtp5oR2jH" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com >> <iq xmlns="jabber:client" id="GOzSSX3yeHtq4eGtp5oR2jH" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 23:24:01 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-10 23:24:01 | << <iq xmlns="jabber:client" id="IWVlP6kTRcCkSRbDu3q5fLC" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com >> <iq xmlns="jabber:client" id="IWVlP6kTRcCkSRbDu3q5fLC" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 23:24:01 | >> <iq to="jaxmpp__rs85940561@test-domain.com/228467168-tigase-326" type="result" xmlns="jabber:client" id="2RK1nNQU7BdSSX3yeHtq4eG"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__rs85940561@test-domain.com/228467168-tigase-326</jid></bind></iq> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com << <iq to="jaxmpp__rs85940561@test-domain.com/228467168-tigase-326" type="result" xmlns="jabber:client" id="2RK1nNQU7BdSSX3yeHtq4eG"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__rs85940561@test-domain.com/228467168-tigase-326</jid></bind></iq> 2022-10-10 23:24:01 | >> <iq to="jaxmpp__rs85940561@test-domain.com/228467168-tigase-327" type="result" xmlns="jabber:client" id="GOzSSX3yeHtq4eGtp5oR2jH"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__rs85940561@test-domain.com/228467168-tigase-327</jid></bind></iq> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com << <iq to="jaxmpp__rs85940561@test-domain.com/228467168-tigase-327" type="result" xmlns="jabber:client" id="GOzSSX3yeHtq4eGtp5oR2jH"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__rs85940561@test-domain.com/228467168-tigase-327</jid></bind></iq> 2022-10-10 23:24:01 | >> <iq to="jaxmpp__rs85940561@test-domain.com/228467168-tigase-328" type="result" xmlns="jabber:client" id="IWVlP6kTRcCkSRbDu3q5fLC"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__rs85940561@test-domain.com/228467168-tigase-328</jid></bind></iq> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com << <iq to="jaxmpp__rs85940561@test-domain.com/228467168-tigase-328" type="result" xmlns="jabber:client" id="IWVlP6kTRcCkSRbDu3q5fLC"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__rs85940561@test-domain.com/228467168-tigase-328</jid></bind></iq> 2022-10-10 23:24:01 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-10 23:24:01 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-10 23:24:01 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-10 23:24:01 | << <iq xmlns="jabber:client" id="2UN7zbCsdNBEq3fW0fzCs0e" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com/228467168-tigase-328 >> <iq xmlns="jabber:client" id="2UN7zbCsdNBEq3fW0fzCs0e" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 23:24:01 | << <iq xmlns="jabber:client" id="0WR05p9lW6vnLY4lP6kTRcC" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com/228467168-tigase-328 >> <iq xmlns="jabber:client" id="0WR05p9lW6vnLY4lP6kTRcC" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 23:24:01 | << <iq xmlns="jabber:client" id="OWPq4eGtp5oR2jHFqQLLRLM" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com/228467168-tigase-328 >> <iq xmlns="jabber:client" id="OWPq4eGtp5oR2jHFqQLLRLM" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 23:24:01 | >> <iq to="jaxmpp__rs85940561@test-domain.com/228467168-tigase-328" type="result" xmlns="jabber:client" id="2UN7zbCsdNBEq3fW0fzCs0e"/> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com/228467168-tigase-328 << <iq to="jaxmpp__rs85940561@test-domain.com/228467168-tigase-328" type="result" xmlns="jabber:client" id="2UN7zbCsdNBEq3fW0fzCs0e"/> 2022-10-10 23:24:01 | >> <iq to="jaxmpp__rs85940561@test-domain.com/228467168-tigase-328" type="result" xmlns="jabber:client" id="0WR05p9lW6vnLY4lP6kTRcC"/> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com/228467168-tigase-328 << <iq to="jaxmpp__rs85940561@test-domain.com/228467168-tigase-328" type="result" xmlns="jabber:client" id="0WR05p9lW6vnLY4lP6kTRcC"/> 2022-10-10 23:24:01 | >> <iq to="jaxmpp__rs85940561@test-domain.com/228467168-tigase-328" type="result" xmlns="jabber:client" id="OWPq4eGtp5oR2jHFqQLLRLM"/> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com/228467168-tigase-328 << <iq to="jaxmpp__rs85940561@test-domain.com/228467168-tigase-328" type="result" xmlns="jabber:client" id="OWPq4eGtp5oR2jHFqQLLRLM"/> 2022-10-10 23:24:01 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-10 23:24:01 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-10 23:24:01 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-10 23:24:01 | << <iq to="test-domain.com" id="C8ngP13yeFtoU3bQUU2bPV4" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com/228467168-tigase-328 >> <iq to="test-domain.com" id="C8ngP13yeFtoU3bQUU2bPV4" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 23:24:01 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com/228467168-tigase-328 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 23:24:01 | << <iq to="test-domain.com" id="5WL4m1pP6kRRas9neGs8ndH" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com/228467168-tigase-328 >> <iq to="test-domain.com" id="5WL4m1pP6kRRas9neGs8ndH" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 23:24:01 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com/228467168-tigase-328 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 23:24:01 | << <iq to="test-domain.com" id="Po5Gs8ndHCjW7jTSKzn5dGA" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com/228467168-tigase-328 >> <iq to="test-domain.com" id="Po5Gs8ndHCjW7jTSKzn5dGA" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 23:24:01 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com/228467168-tigase-328 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 23:24:01 | << <iq id="k9k2iHRZctgLBt24dFFn0eL" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com/228467168-tigase-328 >> <iq id="k9k2iHRZctgLBt24dFFn0eL" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:24:01 | << <iq id="EfAPFMGzh08v5Ew8u5DxiFE" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com/228467168-tigase-328 >> <iq id="EfAPFMGzh08v5Ew8u5DxiFE" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:24:01 | << <iq id="w3YexjXXaypbncwfDIylL0e" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com/228467168-tigase-328 >> <iq id="w3YexjXXaypbncwfDIylL0e" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:24:01 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com/228467168-tigase-328 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 23:24:01 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com/228467168-tigase-328 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 23:24:01 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 23:24:01 | jaxmpp_ :: jaxmpp__rs85940561@test-domain.com/228467168-tigase-328 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 23:24:01 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connected->disconnecting 2022-10-10 23:24:01 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.terminateStream: Terminating XMPP Stream 2022-10-10 23:24:01 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-10 23:24:01 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: disconnecting->disconnected 2022-10-10 23:24:01 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset. 2022-10-10 23:24:01 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session] 2022-10-10 23:24:04 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted |
testStateAfterConnectionFailureSocket | 0.235s |
2022-10-10 23:24:21 |
2022-10-10 23:24:21 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-10 23:24:21 | ------------------------------------ 2022-10-10 23:24:21 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=638 thread=1] Connector state changed: null->connecting 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=638 thread=1] DNS entry stored in session object: missing:5222 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=638 thread=1] Preparing connection to [missing:5222] 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=638 thread=1] missing: Name or service not known. Trying next. 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=638 thread=1] Connector state changed: connecting->disconnected 2022-10-10 23:24:21 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session, stream] 2022-10-10 23:24:21 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Connector state changed: null->connecting 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] DNS entry stored in session object: localhost:5222 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Preparing connection to [localhost:5222] 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Opening connection to localhost/127.0.0.1:5222 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Connector state changed: connecting->connected 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Whitespace ping period is setted to nullms 2022-10-10 23:24:21 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 23:24:21 | >> <features xmlns="http://etherx.jabber.org/streams"><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 23:24:21 | jaxmpp_ :: jaxmpp__7veqv20563@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=4091] Start TLS 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=4095] Proceeding TLS 2022-10-10 23:24:21 | << <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-10 23:24:21 | jaxmpp_ :: jaxmpp__7veqv20563@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=4095] Start handshake 2022-10-10 23:24:21 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 23:24:21 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 23:24:21 | jaxmpp_ :: jaxmpp__7veqv20563@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 23:24:21 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-10 23:24:21 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL 2022-10-10 23:24:21 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL 2022-10-10 23:24:21 | << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfXzd2ZXF2MjA1NjMscj1kZmZXY2dYVHNDZmxWV1NaQmV6Mw==</auth> 2022-10-10 23:24:21 | jaxmpp_ :: jaxmpp__7veqv20563@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfXzd2ZXF2MjA1NjMscj1kZmZXY2dYVHNDZmxWV1NaQmV6Mw==</auth> 2022-10-10 23:24:21 | >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1kZmZXY2dYVHNDZmxWV1NaQmV6M2szSGRxQnh2UU9vYUZQdHpwQjNVLHM9Uk1UNjVxVkdQeUo4a3c9PSxpPTQwOTY=</challenge> 2022-10-10 23:24:21 | jaxmpp_ :: jaxmpp__7veqv20563@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1kZmZXY2dYVHNDZmxWV1NaQmV6M2szSGRxQnh2UU9vYUZQdHpwQjNVLHM9Uk1UNjVxVkdQeUo4a3c9PSxpPTQwOTY=</challenge> 2022-10-10 23:24:21 | << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9ZGZmV2NnWFRzQ2ZsVldTWkJlejNrM0hkcUJ4dlFPb2FGUHR6cEIzVSxwPUZZS0JmaThObmxIeUhyL0l4MUQwaG5INE13aWNIV3ZQa1loZTR5ZjJlQkk9</response> 2022-10-10 23:24:21 | jaxmpp_ :: jaxmpp__7veqv20563@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9ZGZmV2NnWFRzQ2ZsVldTWkJlejNrM0hkcUJ4dlFPb2FGUHR6cEIzVSxwPUZZS0JmaThObmxIeUhyL0l4MUQwaG5INE13aWNIV3ZQa1loZTR5ZjJlQkk9</response> 2022-10-10 23:24:21 | >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj16YjF3dUh5Uml4M09ObG9sbmJjMDczS2Z2V2gzb2x2dVdDZnFDL0p2V05JPQ==</success> 2022-10-10 23:24:21 | jaxmpp_ :: jaxmpp__7veqv20563@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj16YjF3dUh5Uml4M09ObG9sbmJjMDczS2Z2V2gzb2x2dVdDZnFDL0p2V05JPQ==</success> 2022-10-10 23:24:21 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 23:24:21 | >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features> 2022-10-10 23:24:21 | jaxmpp_ :: jaxmpp__7veqv20563@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features> 2022-10-10 23:24:21 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-10 23:24:21 | << <iq xmlns="jabber:client" id="Zjxq7kEnZjFAo5x5CmVZqYb" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 23:24:21 | jaxmpp_ :: jaxmpp__7veqv20563@test-domain.com >> <iq xmlns="jabber:client" id="Zjxq7kEnZjFAo5x5CmVZqYb" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 23:24:21 | >> <iq to="jaxmpp__7veqv20563@test-domain.com/228467168-tigase-329" type="result" xmlns="jabber:client" id="Zjxq7kEnZjFAo5x5CmVZqYb"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__7veqv20563@test-domain.com/228467168-tigase-329</jid></bind></iq> 2022-10-10 23:24:21 | jaxmpp_ :: jaxmpp__7veqv20563@test-domain.com << <iq to="jaxmpp__7veqv20563@test-domain.com/228467168-tigase-329" type="result" xmlns="jabber:client" id="Zjxq7kEnZjFAo5x5CmVZqYb"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__7veqv20563@test-domain.com/228467168-tigase-329</jid></bind></iq> 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-10 23:24:21 | << <iq xmlns="jabber:client" id="ClBHHLxwaxdSSZ3AoSY3zp2" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 23:24:21 | jaxmpp_ :: jaxmpp__7veqv20563@test-domain.com/228467168-tigase-329 >> <iq xmlns="jabber:client" id="ClBHHLxwaxdSSZ3AoSY3zp2" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 23:24:21 | >> <iq to="jaxmpp__7veqv20563@test-domain.com/228467168-tigase-329" type="result" xmlns="jabber:client" id="ClBHHLxwaxdSSZ3AoSY3zp2"/> 2022-10-10 23:24:21 | jaxmpp_ :: jaxmpp__7veqv20563@test-domain.com/228467168-tigase-329 << <iq to="jaxmpp__7veqv20563@test-domain.com/228467168-tigase-329" type="result" xmlns="jabber:client" id="ClBHHLxwaxdSSZ3AoSY3zp2"/> 2022-10-10 23:24:21 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-10 23:24:21 | << <iq to="test-domain.com" id="LycNPJW6iOJV7sZiPJJy6hN" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 23:24:21 | jaxmpp_ :: jaxmpp__7veqv20563@test-domain.com/228467168-tigase-329 >> <iq to="test-domain.com" id="LycNPJW6iOJV7sZiPJJy6hN" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 23:24:21 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 23:24:21 | jaxmpp_ :: jaxmpp__7veqv20563@test-domain.com/228467168-tigase-329 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 23:24:21 | >> <enabled location="7c41cec37518" resume="true" xmlns="urn:xmpp:sm:3" id="042b4d2c-ca67-49e6-9de0-98026ebda47e" max="60"/> 2022-10-10 23:24:21 | jaxmpp_ :: jaxmpp__7veqv20563@test-domain.com/228467168-tigase-329 << <enabled location="7c41cec37518" resume="true" xmlns="urn:xmpp:sm:3" id="042b4d2c-ca67-49e6-9de0-98026ebda47e" max="60"/> 2022-10-10 23:24:21 | << <iq id="JkuoeApTgKAoTfLKzs9n18g" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:24:21 | jaxmpp_ :: jaxmpp__7veqv20563@test-domain.com/228467168-tigase-329 >> <iq id="JkuoeApTgKAoTfLKzs9n18g" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:24:21 | >> <iq to="jaxmpp__7veqv20563@test-domain.com/228467168-tigase-329" type="result" xmlns="jabber:client" id="LycNPJW6iOJV7sZiPJJy6hN" from="test-domain.com"><query xmlns="http://jabber.org/protocol/disco#info"><identity type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="component"/><identity type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="server"/><feature var="http://jabber.org/protocol/commands"/><x type="result" xmlns="jabber:x:data"><field type="hidden" var="FORM_TYPE"><value>http://jabber.org/network/serverinfo</value></field><field type="list-multi" var="abuse-addresses"><value>mailto:abuse@test-domain.com</value><value>xmpp:abuse@test-domain.com</value></field></x><feature var="urn:xmpp:mix:pam:2"/><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:carbons:rules:0"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity type="pep" category="pubsub"/><feature var="urn:xmpp:pep-vcard-conversion:0"/><feature var="urn:xmpp:bookmarks-conversion:0"/><feature var="urn:xmpp:archive:auto"/><feature var="urn:xmpp:archive:manage"/><feature var="urn:xmpp:push:0"/><feature var="tigase:push:away:0"/><feature var="tigase:push:encrypt:0"/><feature var="tigase:push:encrypt:aes-128-gcm"/><feature var="tigase:push:filter:ignore-unknown:0"/><feature var="tigase:push:filter:groupchat:0"/><feature var="tigase:push:filter:muted:0"/><feature var="tigase:push:priority:0"/><feature var="tigase:push:jingle:0"/><feature var="jabber:iq:roster"/><feature var="jabber:iq:roster-dynamic"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="urn:xmpp:mix:pam:2#archive"/><feature var="jabber:iq:version"/><feature var="urn:xmpp:time"/><feature var="jabber:iq:privacy"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="urn:xmpp:extdisco:2"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2022-10-10 23:24:21 | jaxmpp_ :: jaxmpp__7veqv20563@test-domain.com/228467168-tigase-329 << <iq to="jaxmpp__7veqv20563@test-domain.com/228467168-tigase-329" type="result" xmlns="jabber:client" id="LycNPJW6iOJV7sZiPJJy6hN" from="test-domain.com"><query xmlns="http://jabber.org/protocol/disco#info"><identity type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="component"/><identity type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="server"/><feature var="http://jabber.org/protocol/commands"/><x type="result" xmlns="jabber:x:data"><field type="hidden" var="FORM_TYPE"><value>http://jabber.org/network/serverinfo</value></field><field type="list-multi" var="abuse-addresses"><value>mailto:abuse@test-domain.com</value><value>xmpp:abuse@test-domain.com</value></field></x><feature var="urn:xmpp:mix:pam:2"/><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:carbons:rules:0"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity type="pep" category="pubsub"/><feature var="urn:xmpp:pep-vcard-conversion:0"/><feature var="urn:xmpp:bookmarks-conversion:0"/><feature var="urn:xmpp:archive:auto"/><feature var="urn:xmpp:archive:manage"/><feature var="urn:xmpp:push:0"/><feature var="tigase:push:away:0"/><feature var="tigase:push:encrypt:0"/><feature var="tigase:push:encrypt:aes-128-gcm"/><feature var="tigase:push:filter:ignore-unknown:0"/><feature var="tigase:push:filter:groupchat:0"/><feature var="tigase:push:filter:muted:0"/><feature var="tigase:push:priority:0"/><feature var="tigase:push:jingle:0"/><feature var="jabber:iq:roster"/><feature var="jabber:iq:roster-dynamic"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="urn:xmpp:mix:pam:2#archive"/><feature var="jabber:iq:version"/><feature var="urn:xmpp:time"/><feature var="jabber:iq:privacy"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="urn:xmpp:extdisco:2"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2022-10-10 23:24:21 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 23:24:21 | jaxmpp_ :: jaxmpp__7veqv20563@test-domain.com/228467168-tigase-329 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 23:24:21 | >> <iq to="jaxmpp__7veqv20563@test-domain.com/228467168-tigase-329" type="result" xmlns="jabber:client" id="JkuoeApTgKAoTfLKzs9n18g"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:24:21 | jaxmpp_ :: jaxmpp__7veqv20563@test-domain.com/228467168-tigase-329 << <iq to="jaxmpp__7veqv20563@test-domain.com/228467168-tigase-329" type="result" xmlns="jabber:client" id="JkuoeApTgKAoTfLKzs9n18g"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Connector state changed: connected->disconnecting 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Terminating XMPP Stream 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-10 23:24:21 | >> <presence to="jaxmpp__7veqv20563@test-domain.com" xmlns="jabber:client" from="jaxmpp__7veqv20563@test-domain.com/228467168-tigase-329"><c ver="mg5bXbOeu1848vxdgu3jELgbQF8=" node="http://tigase.org/jaxmpp" xmlns="http://jabber.org/protocol/caps" hash="sha-1"/></presence> 2022-10-10 23:24:21 | jaxmpp_ :: jaxmpp__7veqv20563@test-domain.com/228467168-tigase-329 << <presence to="jaxmpp__7veqv20563@test-domain.com" xmlns="jabber:client" from="jaxmpp__7veqv20563@test-domain.com/228467168-tigase-329"><c ver="mg5bXbOeu1848vxdgu3jELgbQF8=" node="http://tigase.org/jaxmpp" xmlns="http://jabber.org/protocol/caps" hash="sha-1"/></presence> 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-10 23:24:21 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=4095] Connector state changed: disconnecting->disconnected 2022-10-10 23:24:21 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset. 2022-10-10 23:24:21 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session] |
testStateAfterConnectionFailureWebSocket | 0.293s |
2022-10-10 23:24:22 |
2022-10-10 23:24:22 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-10 23:24:22 | ------------------------------------ 2022-10-10 23:24:22 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 23:24:22 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-10 23:24:22 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using WebSocketConnector 2022-10-10 23:24:22 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Start connector. 2022-10-10 23:24:22 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: null->connecting 2022-10-10 23:24:22 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connecting->disconnected 2022-10-10 23:24:22 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session, stream] 2022-10-10 23:24:22 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 23:24:22 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-10 23:24:22 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using WebSocketConnector 2022-10-10 23:24:22 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Start connector. 2022-10-10 23:24:22 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: null->connecting 2022-10-10 23:24:22 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Preparing connection to localhost 2022-10-10 23:24:22 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Opening connection to localhost/127.0.0.1:5290 2022-10-10 23:24:22 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connecting->connected 2022-10-10 23:24:22 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Whitespace ping period is setted to nullms 2022-10-10 23:24:22 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 23:24:22 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 23:24:22 | jaxmpp_ :: jaxmpp__7sk16y0564@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 23:24:22 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-10 23:24:22 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL 2022-10-10 23:24:22 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL 2022-10-10 23:24:22 | << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfXzdzazE2eTA1NjQscj1yZ0tqeXg4bWRGZkw3OW5NeFl2MQ==</auth> 2022-10-10 23:24:22 | jaxmpp_ :: jaxmpp__7sk16y0564@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfXzdzazE2eTA1NjQscj1yZ0tqeXg4bWRGZkw3OW5NeFl2MQ==</auth> 2022-10-10 23:24:22 | >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1yZ0tqeXg4bWRGZkw3OW5NeFl2MTg0UVVnWVcwbGo4SzRMNUZDcDZSLHM9bGo4WTVCdTFqMXlHY0E9PSxpPTQwOTY=</challenge> 2022-10-10 23:24:22 | jaxmpp_ :: jaxmpp__7sk16y0564@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1yZ0tqeXg4bWRGZkw3OW5NeFl2MTg0UVVnWVcwbGo4SzRMNUZDcDZSLHM9bGo4WTVCdTFqMXlHY0E9PSxpPTQwOTY=</challenge> 2022-10-10 23:24:22 | << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9cmdLanl4OG1kRmZMNzluTXhZdjE4NFFVZ1lXMGxqOEs0TDVGQ3A2UixwPVJ6cTgzZ095YnprS0xoWno0T1FpSEdld2J1bEdvRGdiUElBK0ZpbVgzYUU9</response> 2022-10-10 23:24:22 | jaxmpp_ :: jaxmpp__7sk16y0564@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9cmdLanl4OG1kRmZMNzluTXhZdjE4NFFVZ1lXMGxqOEs0TDVGQ3A2UixwPVJ6cTgzZ095YnprS0xoWno0T1FpSEdld2J1bEdvRGdiUElBK0ZpbVgzYUU9</response> 2022-10-10 23:24:22 | >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj0rbitoeDNsS0ZXZ3pBT2dYWnNhaG1KQmNsNkdaczUvMENFM2c3R2YvTFRBPQ==</success> 2022-10-10 23:24:22 | jaxmpp_ :: jaxmpp__7sk16y0564@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj0rbitoeDNsS0ZXZ3pBT2dYWnNhaG1KQmNsNkdaczUvMENFM2c3R2YvTFRBPQ==</success> 2022-10-10 23:24:22 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 23:24:22 | >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features> 2022-10-10 23:24:22 | jaxmpp_ :: jaxmpp__7sk16y0564@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features> 2022-10-10 23:24:22 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-10 23:24:22 | << <iq xmlns="jabber:client" id="zqEURYaDDh08t5CmXZs8mWZ" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 23:24:22 | jaxmpp_ :: jaxmpp__7sk16y0564@test-domain.com >> <iq xmlns="jabber:client" id="zqEURYaDDh08t5CmXZs8mWZ" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 23:24:22 | >> <iq to="jaxmpp__7sk16y0564@test-domain.com/228467168-tigase-330" type="result" xmlns="jabber:client" id="zqEURYaDDh08t5CmXZs8mWZ"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__7sk16y0564@test-domain.com/228467168-tigase-330</jid></bind></iq> 2022-10-10 23:24:22 | jaxmpp_ :: jaxmpp__7sk16y0564@test-domain.com << <iq to="jaxmpp__7sk16y0564@test-domain.com/228467168-tigase-330" type="result" xmlns="jabber:client" id="zqEURYaDDh08t5CmXZs8mWZ"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__7sk16y0564@test-domain.com/228467168-tigase-330</jid></bind></iq> 2022-10-10 23:24:22 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-10 23:24:22 | << <iq xmlns="jabber:client" id="0ieJxjXXaypbncwfDIylL0e" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 23:24:22 | jaxmpp_ :: jaxmpp__7sk16y0564@test-domain.com/228467168-tigase-330 >> <iq xmlns="jabber:client" id="0ieJxjXXaypbncwfDIylL0e" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 23:24:22 | >> <iq to="jaxmpp__7sk16y0564@test-domain.com/228467168-tigase-330" type="result" xmlns="jabber:client" id="0ieJxjXXaypbncwfDIylL0e"/> 2022-10-10 23:24:22 | jaxmpp_ :: jaxmpp__7sk16y0564@test-domain.com/228467168-tigase-330 << <iq to="jaxmpp__7sk16y0564@test-domain.com/228467168-tigase-330" type="result" xmlns="jabber:client" id="0ieJxjXXaypbncwfDIylL0e"/> 2022-10-10 23:24:22 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-10 23:24:22 | << <iq to="test-domain.com" id="krDDu5DxiFEx9zesZdLzo0j" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 23:24:22 | jaxmpp_ :: jaxmpp__7sk16y0564@test-domain.com/228467168-tigase-330 >> <iq to="test-domain.com" id="krDDu5DxiFEx9zesZdLzo0j" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 23:24:22 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 23:24:22 | jaxmpp_ :: jaxmpp__7sk16y0564@test-domain.com/228467168-tigase-330 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 23:24:22 | << <iq id="1eYiPZ1iOVdrkMLFMGBh2iG" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:24:22 | jaxmpp_ :: jaxmpp__7sk16y0564@test-domain.com/228467168-tigase-330 >> <iq id="1eYiPZ1iOVdrkMLFMGBh2iG" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 23:24:22 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 23:24:22 | jaxmpp_ :: jaxmpp__7sk16y0564@test-domain.com/228467168-tigase-330 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 23:24:22 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connected->disconnecting 2022-10-10 23:24:22 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.terminateStream: Terminating XMPP Stream 2022-10-10 23:24:22 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-10 23:24:22 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: disconnecting->disconnected 2022-10-10 23:24:22 | >> <enabled location="7c41cec37518" resume="true" xmlns="urn:xmpp:sm:3" id="014cb7d6-2157-4ad8-9ec2-73b49f3beba5" max="60"/> 2022-10-10 23:24:22 | jaxmpp_ :: jaxmpp__7sk16y0564@test-domain.com/228467168-tigase-330 << <enabled location="7c41cec37518" resume="true" xmlns="urn:xmpp:sm:3" id="014cb7d6-2157-4ad8-9ec2-73b49f3beba5" max="60"/> 2022-10-10 23:24:22 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset. 2022-10-10 23:24:22 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session] 2022-10-10 23:24:25 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted |