Test duration : 103.211s
Failed Tests | ||
---|---|---|
tigase.tests.jaxmpp.TestHandlingOfConnectionIssues | ||
testStateAfterAuthTimeoutBosh | 40.138s |
2022-10-10 22:51:12 |
java.lang.AssertionError: expected [true] but found [false]
2022-10-10 22:51:12 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-10 22:51:12 | ------------------------------------ 2022-10-10 22:51:12 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 22:51:12 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-10 22:51:12 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using BOSHConnector 2022-10-10 22:51:32 | tigase.jaxmpp.core.client.connector.AbstractBoshConnector.onTerminate: Stream terminated. responseCode=200 2022-10-10 22:51:32 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 22:51:32 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-10 22:51:32 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using BOSHConnector 2022-10-10 22:51:52 | 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.139s |
2022-10-10 22:52:34 |
java.lang.AssertionError: expected [true] but found [false]
2022-10-10 22:52:34 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-10 22:52:34 | ------------------------------------ 2022-10-10 22:52:34 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 22:52:34 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-10 22:52:34 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using BOSHConnector 2022-10-10 22:52:34 | tigase.jaxmpp.j2se.connectors.bosh.BoshWorker.run: Connection error 2022-10-10 22:52:34 | tigase.jaxmpp.core.client.connector.AbstractBoshConnector.onError: responseCode=0 2022-10-10 22:52:34 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session, stream] 2022-10-10 22:52:34 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 22:52:34 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-10 22:52:34 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using BOSHConnector 2022-10-10 22:52:54 | 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.282s |
2022-10-10 22:51:52 |
2022-10-10 22:51:52 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-10 22:51:52 | ------------------------------------ 2022-10-10 22:51:52 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 22:51:53 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-10 22:51:53 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector 2022-10-10 22:51:53 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=615 thread=1] Connector state changed: null->connecting 2022-10-10 22:51:53 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=615 thread=1] DNS entry stored in session object: localhost:5222 2022-10-10 22:51:53 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=615 thread=1] Preparing connection to [localhost:5222] 2022-10-10 22:51:53 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=615 thread=1] Opening connection to localhost/127.0.0.1:5222 2022-10-10 22:51:53 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=615 thread=1] Connector state changed: connecting->connected 2022-10-10 22:51:53 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=615 thread=1] Whitespace ping period is setted to nullms 2022-10-10 22:51:53 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 22:51:53 | >> <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 22:51:53 | jaxmpp_ :: jaxmpp__9pk24j0536@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 22:51:53 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=615 thread=3901] Start TLS 2022-10-10 22:51:53 | << <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-10 22:51:53 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-10 22:51:53 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=615 thread=3903] Proceeding TLS 2022-10-10 22:51:53 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=615 thread=3903] Start handshake 2022-10-10 22:51:53 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 22:51:53 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><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><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 22:51:53 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><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><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 22:51:53 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=615 thread=3903] Connector state changed: connected->disconnected 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=615 thread=3903] Stream terminated 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-10 22:52:13 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=616 thread=1] Connector state changed: null->connecting 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=616 thread=1] DNS entry stored in session object: localhost:5222 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=616 thread=1] Preparing connection to [localhost:5222] 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=616 thread=1] Opening connection to localhost/127.0.0.1:5222 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=616 thread=1] Connector state changed: connecting->connected 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=616 thread=1] Whitespace ping period is setted to nullms 2022-10-10 22:52:13 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 22:52:13 | >> <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 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@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 22:52:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=616 thread=3901] Start TLS 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=616 thread=3908] Proceeding TLS 2022-10-10 22:52:13 | << <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=616 thread=3908] Start handshake 2022-10-10 22:52:13 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 22:52:13 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><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><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><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><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 22:52:13 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-10 22:52:13 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL 2022-10-10 22:52:13 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL 2022-10-10 22:52:13 | << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfXzlwazI0ajA1MzYscj1KTkNJcG5qazlNS29NVWNONWJPYw==</auth> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfXzlwazI0ajA1MzYscj1KTkNJcG5qazlNS29NVWNONWJPYw==</auth> 2022-10-10 22:52:13 | >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1KTkNJcG5qazlNS29NVWNONWJPY25pMEhrVWhRaFc4WUpOa0ttMzQ5LHM9dWdGVFB3bnp3UlNZWXc9PSxpPTQwOTY=</challenge> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1KTkNJcG5qazlNS29NVWNONWJPY25pMEhrVWhRaFc4WUpOa0ttMzQ5LHM9dWdGVFB3bnp3UlNZWXc9PSxpPTQwOTY=</challenge> 2022-10-10 22:52:13 | << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9Sk5DSXBuams5TUtvTVVjTjViT2NuaTBIa1VoUWhXOFlKTmtLbTM0OSxwPXMzbXd6Zi9yQXdOSkxMSnJERkdjTjU5WHQzaHgrVG5YeEZLaGkzVWQrV2M9</response> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9Sk5DSXBuams5TUtvTVVjTjViT2NuaTBIa1VoUWhXOFlKTmtLbTM0OSxwPXMzbXd6Zi9yQXdOSkxMSnJERkdjTjU5WHQzaHgrVG5YeEZLaGkzVWQrV2M9</response> 2022-10-10 22:52:13 | >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1vUUwzWEFlSDl3UjVGMG40aUN4SGVUbkNGVGczQk9nVzJEblppdnNXU2dFPQ==</success> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1vUUwzWEFlSDl3UjVGMG40aUN4SGVUbkNGVGczQk9nVzJEblppdnNXU2dFPQ==</success> 2022-10-10 22:52:13 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 22:52:13 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 22:52:13 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 22:52:13 | >> <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 hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" ver="f+zs4caO5M2tCcM2TP01UuCIlOI="/></features> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@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 hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" ver="f+zs4caO5M2tCcM2TP01UuCIlOI="/></features> 2022-10-10 22:52:13 | >> <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 hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" ver="f+zs4caO5M2tCcM2TP01UuCIlOI="/></features> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@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 hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" ver="f+zs4caO5M2tCcM2TP01UuCIlOI="/></features> 2022-10-10 22:52:13 | >> <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 hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" ver="f+zs4caO5M2tCcM2TP01UuCIlOI="/></features> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@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 hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" ver="f+zs4caO5M2tCcM2TP01UuCIlOI="/></features> 2022-10-10 22:52:13 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-10 22:52:13 | << <iq xmlns="jabber:client" id="tkjjCxhCq7JtreKynVeO5fB" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com >> <iq xmlns="jabber:client" id="tkjjCxhCq7JtreKynVeO5fB" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 22:52:13 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-10 22:52:13 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-10 22:52:13 | << <iq xmlns="jabber:client" id="mrCCCv2oUYhyp16o3BdVcGq" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com >> <iq xmlns="jabber:client" id="mrCCCv2oUYhyp16o3BdVcGq" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 22:52:13 | >> <iq to="jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-311" type="result" id="tkjjCxhCq7JtreKynVeO5fB" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-311</jid></bind></iq> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com << <iq to="jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-311" type="result" id="tkjjCxhCq7JtreKynVeO5fB" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-311</jid></bind></iq> 2022-10-10 22:52:13 | << <iq xmlns="jabber:client" id="9uJS1dOYpTTMXUQWUcFm2cy" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com >> <iq xmlns="jabber:client" id="9uJS1dOYpTTMXUQWUcFm2cy" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 22:52:13 | >> <iq to="jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-312" type="result" id="mrCCCv2oUYhyp16o3BdVcGq" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-312</jid></bind></iq> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com << <iq to="jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-312" type="result" id="mrCCCv2oUYhyp16o3BdVcGq" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-312</jid></bind></iq> 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-10 22:52:13 | << <iq xmlns="jabber:client" id="oB2Hqas4tWbzcArnL1o4cFv" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-312 >> <iq xmlns="jabber:client" id="oB2Hqas4tWbzcArnL1o4cFv" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 22:52:13 | >> <iq to="jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313" type="result" id="9uJS1dOYpTTMXUQWUcFm2cy" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313</jid></bind></iq> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-312 << <iq to="jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313" type="result" id="9uJS1dOYpTTMXUQWUcFm2cy" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313</jid></bind></iq> 2022-10-10 22:52:13 | << <iq xmlns="jabber:client" id="9wLW9tk0t19iZYYcqeJuiIA" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-312 >> <iq xmlns="jabber:client" id="9wLW9tk0t19iZYYcqeJuiIA" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-10 22:52:13 | << <iq xmlns="jabber:client" id="QfUcEk2lIKCo7eLJweJXVl2" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313 >> <iq xmlns="jabber:client" id="QfUcEk2lIKCo7eLJweJXVl2" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 22:52:13 | >> <iq to="jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-312" type="result" id="oB2Hqas4tWbzcArnL1o4cFv" xmlns="jabber:client"/> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313 << <iq to="jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-312" type="result" id="oB2Hqas4tWbzcArnL1o4cFv" xmlns="jabber:client"/> 2022-10-10 22:52:13 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-10 22:52:13 | << <iq to="test-domain.com" id="Wi1IygRIJFoYdVRdMQKLHMU" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313 >> <iq to="test-domain.com" id="Wi1IygRIJFoYdVRdMQKLHMU" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 22:52:13 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 22:52:13 | >> <enabled resume="true" location="ed1b7dd8a1b3" id="c8737bb5-884f-48ef-9314-9bb156c5695f" xmlns="urn:xmpp:sm:3" max="60"/> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313 << <enabled resume="true" location="ed1b7dd8a1b3" id="c8737bb5-884f-48ef-9314-9bb156c5695f" xmlns="urn:xmpp:sm:3" max="60"/> 2022-10-10 22:52:13 | << <iq id="vhWxhCq7JtreKynVeO5fBcN" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313 >> <iq id="vhWxhCq7JtreKynVeO5fBcN" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 22:52:13 | >> <iq to="jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313" type="result" id="9wLW9tk0t19iZYYcqeJuiIA" xmlns="jabber:client"/> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313 << <iq to="jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313" type="result" id="9wLW9tk0t19iZYYcqeJuiIA" xmlns="jabber:client"/> 2022-10-10 22:52:13 | << <iq to="test-domain.com" id="zuxHTN5wkIHzwofzfunKwiC" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313 >> <iq to="test-domain.com" id="zuxHTN5wkIHzwofzfunKwiC" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 22:52:13 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 22:52:13 | << <iq id="AANrThU6gNLUaNFrS9iCu0o" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313 >> <iq id="AANrThU6gNLUaNFrS9iCu0o" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 22:52:13 | >> <iq to="jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313" type="result" id="QfUcEk2lIKCo7eLJweJXVl2" xmlns="jabber:client"/> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313 << <iq to="jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313" type="result" id="QfUcEk2lIKCo7eLJweJXVl2" xmlns="jabber:client"/> 2022-10-10 22:52:13 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 22:52:13 | << <iq to="test-domain.com" id="jJcKwiCCv2oUYhyp16o3BdV" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313 >> <iq to="test-domain.com" id="jJcKwiCCv2oUYhyp16o3BdV" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 22:52:13 | >> <iq to="jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313" type="result" id="Wi1IygRIJFoYdVRdMQKLHMU" xmlns="jabber:client" 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="vcard-temp"/><feature var="jabber:iq:auth"/><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:xmpp:extdisco:2"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/><feature var="jabber:iq:private"/></query></iq> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313 << <iq to="jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313" type="result" id="Wi1IygRIJFoYdVRdMQKLHMU" xmlns="jabber:client" 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="vcard-temp"/><feature var="jabber:iq:auth"/><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:xmpp:extdisco:2"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/><feature var="jabber:iq:private"/></query></iq> 2022-10-10 22:52:13 | << <iq id="JJa2x9pO126sWgNCyeCz8zl" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313 >> <iq id="JJa2x9pO126sWgNCyeCz8zl" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 22:52:13 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 22:52:13 | >> <iq to="jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313" type="result" id="vhWxhCq7JtreKynVeO5fBcN" xmlns="jabber:client"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313 << <iq to="jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313" type="result" id="vhWxhCq7JtreKynVeO5fBcN" xmlns="jabber:client"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=616 thread=1] Connector state changed: connected->disconnecting 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=616 thread=1] Terminating XMPP Stream 2022-10-10 22:52:13 | >> <presence to="jaxmpp__9pk24j0536@test-domain.com" xmlns="jabber:client" from="jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313"><c hash="sha-1" node="http://tigase.org/jaxmpp" xmlns="http://jabber.org/protocol/caps" ver="mg5bXbOeu1848vxdgu3jELgbQF8="/></presence> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313 << <presence to="jaxmpp__9pk24j0536@test-domain.com" xmlns="jabber:client" from="jaxmpp__9pk24j0536@test-domain.com/1608752850-tigase-313"><c hash="sha-1" node="http://tigase.org/jaxmpp" xmlns="http://jabber.org/protocol/caps" ver="mg5bXbOeu1848vxdgu3jELgbQF8="/></presence> 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=616 thread=3908] Connector state changed: disconnecting->disconnected 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=616 thread=3908] Stream terminated 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-10 22:52:13 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset. 2022-10-10 22:52:13 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session] 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted |
testStateAfterAuthTimeoutWebSocket | 20.371s |
2022-10-10 22:52:13 |
2022-10-10 22:52:13 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-10 22:52:13 | ------------------------------------ 2022-10-10 22:52:13 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using WebSocketConnector 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Start connector. 2022-10-10 22:52:13 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: null->connecting 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Preparing connection to localhost 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Opening connection to localhost/127.0.0.1:5290 2022-10-10 22:52:13 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connecting->connected 2022-10-10 22:52:13 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Whitespace ping period is setted to nullms 2022-10-10 22:52:13 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 22:52:13 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-10 22:52:13 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><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><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 22:52:13 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><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><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connected->disconnecting 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.terminateStream: Terminating XMPP Stream 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.onStreamTerminate: Stream terminated 2022-10-10 22:52:33 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: disconnecting->disconnected 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 22:52:33 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-10 22:52:33 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using WebSocketConnector 2022-10-10 22:52:33 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Start connector. 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: null->connecting 2022-10-10 22:52:33 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Preparing connection to localhost 2022-10-10 22:52:33 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Opening connection to localhost/127.0.0.1:5290 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connecting->connected 2022-10-10 22:52:33 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Whitespace ping period is setted to nullms 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 22:52:33 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><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><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><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><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL 2022-10-10 22:52:33 | << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX2FlZzR3MjA1Mzcscj1xRzRmY1ZCalhjV3hqTE0wSVBYWA==</auth> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX2FlZzR3MjA1Mzcscj1xRzRmY1ZCalhjV3hqTE0wSVBYWA==</auth> 2022-10-10 22:52:33 | >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1xRzRmY1ZCalhjV3hqTE0wSVBYWGlsMElabTFEdVZtTEdtZ3hLU292LHM9VFVYTnZJM1ZDam1SU1E9PSxpPTQwOTY=</challenge> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1xRzRmY1ZCalhjV3hqTE0wSVBYWGlsMElabTFEdVZtTEdtZ3hLU292LHM9VFVYTnZJM1ZDam1SU1E9PSxpPTQwOTY=</challenge> 2022-10-10 22:52:33 | << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9cUc0ZmNWQmpYY1d4akxNMElQWFhpbDBJWm0xRHVWbUxHbWd4S1NvdixwPUdCRUhWMDRZS1BTTE93VEhDSGJqTFNacFlzdkJ5L21QZEJkYjlzaWxDVFU9</response> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9cUc0ZmNWQmpYY1d4akxNMElQWFhpbDBJWm0xRHVWbUxHbWd4S1NvdixwPUdCRUhWMDRZS1BTTE93VEhDSGJqTFNacFlzdkJ5L21QZEJkYjlzaWxDVFU9</response> 2022-10-10 22:52:33 | >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj0zVEdiK2ZFTHhHSVNnR2g1UkhIdnFjYnBkNnMxQ0orR3pReUZvVHJ2S013PQ==</success> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj0zVEdiK2ZFTHhHSVNnR2g1UkhIdnFjYnBkNnMxQ0orR3pReUZvVHJ2S013PQ==</success> 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 22:52:33 | >> <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 hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" ver="f+zs4caO5M2tCcM2TP01UuCIlOI="/></features> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@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 hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" ver="f+zs4caO5M2tCcM2TP01UuCIlOI="/></features> 2022-10-10 22:52:33 | >> <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 hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" ver="f+zs4caO5M2tCcM2TP01UuCIlOI="/></features> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@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 hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" ver="f+zs4caO5M2tCcM2TP01UuCIlOI="/></features> 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-10 22:52:33 | << <iq xmlns="jabber:client" id="jOhUQWUcFm2cyrS3jGynfvv" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com >> <iq xmlns="jabber:client" id="jOhUQWUcFm2cyrS3jGynfvv" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-10 22:52:33 | << <iq xmlns="jabber:client" id="eM97jJsjCgMAynMSSU9iTZ2" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com >> <iq xmlns="jabber:client" id="eM97jJsjCgMAynMSSU9iTZ2" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 22:52:33 | >> <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 hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" ver="f+zs4caO5M2tCcM2TP01UuCIlOI="/></features> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@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 hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" ver="f+zs4caO5M2tCcM2TP01UuCIlOI="/></features> 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-10 22:52:33 | << <iq xmlns="jabber:client" id="ENaY0hJQ2x9pO126sWgNCye" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com >> <iq xmlns="jabber:client" id="ENaY0hJQ2x9pO126sWgNCye" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 22:52:33 | >> <iq to="jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-314" type="result" id="jOhUQWUcFm2cyrS3jGynfvv" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-314</jid></bind></iq> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com << <iq to="jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-314" type="result" id="jOhUQWUcFm2cyrS3jGynfvv" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-314</jid></bind></iq> 2022-10-10 22:52:33 | >> <iq to="jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-315" type="result" id="eM97jJsjCgMAynMSSU9iTZ2" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-315</jid></bind></iq> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com << <iq to="jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-315" type="result" id="eM97jJsjCgMAynMSSU9iTZ2" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-315</jid></bind></iq> 2022-10-10 22:52:33 | >> <iq to="jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316" type="result" id="ENaY0hJQ2x9pO126sWgNCye" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316</jid></bind></iq> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com << <iq to="jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316" type="result" id="ENaY0hJQ2x9pO126sWgNCye" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316</jid></bind></iq> 2022-10-10 22:52:33 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-10 22:52:33 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-10 22:52:33 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-10 22:52:33 | << <iq xmlns="jabber:client" id="eObbrZYlGo26ArU8oWdq9v4" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316 >> <iq xmlns="jabber:client" id="eObbrZYlGo26ArU8oWdq9v4" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 22:52:33 | << <iq xmlns="jabber:client" id="bKXrgSdv7eRIsam6tYgEsfu" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316 >> <iq xmlns="jabber:client" id="bKXrgSdv7eRIsam6tYgEsfu" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 22:52:33 | << <iq xmlns="jabber:client" id="8Qd4cFvo8Jxbm7eueumZ0kM" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316 >> <iq xmlns="jabber:client" id="8Qd4cFvo8Jxbm7eueumZ0kM" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 22:52:33 | >> <iq to="jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316" type="result" id="eObbrZYlGo26ArU8oWdq9v4" xmlns="jabber:client"/> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316 << <iq to="jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316" type="result" id="eObbrZYlGo26ArU8oWdq9v4" xmlns="jabber:client"/> 2022-10-10 22:52:33 | >> <iq to="jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316" type="result" id="bKXrgSdv7eRIsam6tYgEsfu" xmlns="jabber:client"/> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316 << <iq to="jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316" type="result" id="bKXrgSdv7eRIsam6tYgEsfu" xmlns="jabber:client"/> 2022-10-10 22:52:33 | >> <iq to="jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316" type="result" id="8Qd4cFvo8Jxbm7eueumZ0kM" xmlns="jabber:client"/> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316 << <iq to="jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316" type="result" id="8Qd4cFvo8Jxbm7eueumZ0kM" xmlns="jabber:client"/> 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-10 22:52:33 | << <iq to="test-domain.com" id="D0F2mMPP2qjHv0pOEy8EzaE" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316 >> <iq to="test-domain.com" id="D0F2mMPP2qjHv0pOEy8EzaE" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 22:52:33 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 22:52:33 | << <iq to="test-domain.com" id="9O3wjNYi3btWhy8w4wjECmS" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316 >> <iq to="test-domain.com" id="9O3wjNYi3btWhy8w4wjECmS" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 22:52:33 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 22:52:33 | << <iq to="test-domain.com" id="4O1TN5wkIHzwofzfunKwiCC" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316 >> <iq to="test-domain.com" id="4O1TN5wkIHzwofzfunKwiCC" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 22:52:33 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 22:52:33 | << <iq id="lAjeumZ0kMILwlTQS1x5FGE" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316 >> <iq id="lAjeumZ0kMILwlTQS1x5FGE" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 22:52:33 | << <iq id="bQ3DEELBjCDgymKS14s2eNA" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316 >> <iq id="bQ3DEELBjCDgymKS14s2eNA" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 22:52:33 | << <iq id="lCliCCv2oUYhyp16o3BdVcG" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316 >> <iq id="lCliCCv2oUYhyp16o3BdVcG" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 22:52:33 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 22:52:33 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 22:52:33 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 22:52:33 | >> <enabled resume="true" location="ed1b7dd8a1b3" id="aee3488f-b748-4d9f-af51-7f813ce28818" xmlns="urn:xmpp:sm:3" max="60"/> 2022-10-10 22:52:33 | jaxmpp_ :: jaxmpp__aeg4w20537@test-domain.com/1608752850-tigase-316 << <enabled resume="true" location="ed1b7dd8a1b3" id="aee3488f-b748-4d9f-af51-7f813ce28818" xmlns="urn:xmpp:sm:3" max="60"/> 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connected->disconnecting 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.terminateStream: Terminating XMPP Stream 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset. 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session] 2022-10-10 22:52:33 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-10 22:52:33 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: disconnecting->disconnected |
testStateAfterConnectionFailureSocket | 0.317s |
2022-10-10 22:52:54 |
2022-10-10 22:52:54 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-10 22:52:54 | ------------------------------------ 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=620 thread=1] Connector state changed: null->connecting 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=620 thread=1] DNS entry stored in session object: missing:5222 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=620 thread=1] Preparing connection to [missing:5222] 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=620 thread=1] missing: Name or service not known. Trying next. 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=620 thread=1] Connector state changed: connecting->disconnected 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session, stream] 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=621 thread=1] Connector state changed: null->connecting 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=621 thread=1] DNS entry stored in session object: localhost:5222 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=621 thread=1] Preparing connection to [localhost:5222] 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=621 thread=1] Opening connection to localhost/127.0.0.1:5222 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=621 thread=1] Connector state changed: connecting->connected 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=621 thread=1] Whitespace ping period is setted to nullms 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 22:52:54 | >> <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 22:52:54 | jaxmpp_ :: jaxmpp__ha8tac0539@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 22:52:54 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=621 thread=3951] Start TLS 2022-10-10 22:52:54 | << <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-10 22:52:54 | jaxmpp_ :: jaxmpp__ha8tac0539@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=621 thread=3955] Proceeding TLS 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=621 thread=3955] Start handshake 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 22:52:54 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><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><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 22:52:54 | jaxmpp_ :: jaxmpp__ha8tac0539@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><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><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL 2022-10-10 22:52:54 | << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX2hhOHRhYzA1Mzkscj10amF3U2JZZjI2UjJwanlsNzFEUw==</auth> 2022-10-10 22:52:54 | jaxmpp_ :: jaxmpp__ha8tac0539@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX2hhOHRhYzA1Mzkscj10amF3U2JZZjI2UjJwanlsNzFEUw==</auth> 2022-10-10 22:52:54 | >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj10amF3U2JZZjI2UjJwanlsNzFEU2lJZ2xGMEROZldESWNFVGhETmdzLHM9MloxTkNZT2dIcXI4Vnc9PSxpPTQwOTY=</challenge> 2022-10-10 22:52:54 | jaxmpp_ :: jaxmpp__ha8tac0539@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj10amF3U2JZZjI2UjJwanlsNzFEU2lJZ2xGMEROZldESWNFVGhETmdzLHM9MloxTkNZT2dIcXI4Vnc9PSxpPTQwOTY=</challenge> 2022-10-10 22:52:54 | << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9dGphd1NiWWYyNlIycGp5bDcxRFNpSWdsRjBETmZXREljRVRoRE5ncyxwPUpTano0cGg4Z1FVVmdXKy9xa0JHSVFtVWVqZXdjRlJPb1pScTdCeWY2Ym89</response> 2022-10-10 22:52:54 | jaxmpp_ :: jaxmpp__ha8tac0539@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9dGphd1NiWWYyNlIycGp5bDcxRFNpSWdsRjBETmZXREljRVRoRE5ncyxwPUpTano0cGg4Z1FVVmdXKy9xa0JHSVFtVWVqZXdjRlJPb1pScTdCeWY2Ym89</response> 2022-10-10 22:52:54 | >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1VZHR4WG4wRkV0dnZvcDRXYVJBZmRaOHE4bEVpMmVja0ZjZS9yVVc3QnBrPQ==</success> 2022-10-10 22:52:54 | jaxmpp_ :: jaxmpp__ha8tac0539@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1VZHR4WG4wRkV0dnZvcDRXYVJBZmRaOHE4bEVpMmVja0ZjZS9yVVc3QnBrPQ==</success> 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 22:52:54 | >> <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 hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" ver="f+zs4caO5M2tCcM2TP01UuCIlOI="/></features> 2022-10-10 22:52:54 | jaxmpp_ :: jaxmpp__ha8tac0539@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 hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" ver="f+zs4caO5M2tCcM2TP01UuCIlOI="/></features> 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-10 22:52:54 | << <iq xmlns="jabber:client" id="xUZoYdVRdMQKLHMUhDnKTMA" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 22:52:54 | jaxmpp_ :: jaxmpp__ha8tac0539@test-domain.com >> <iq xmlns="jabber:client" id="xUZoYdVRdMQKLHMUhDnKTMA" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 22:52:54 | >> <iq to="jaxmpp__ha8tac0539@test-domain.com/1608752850-tigase-317" type="result" id="xUZoYdVRdMQKLHMUhDnKTMA" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__ha8tac0539@test-domain.com/1608752850-tigase-317</jid></bind></iq> 2022-10-10 22:52:54 | jaxmpp_ :: jaxmpp__ha8tac0539@test-domain.com << <iq to="jaxmpp__ha8tac0539@test-domain.com/1608752850-tigase-317" type="result" id="xUZoYdVRdMQKLHMUhDnKTMA" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__ha8tac0539@test-domain.com/1608752850-tigase-317</jid></bind></iq> 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-10 22:52:54 | << <iq xmlns="jabber:client" id="e4rHt36Bcq6eQXWcwcJsdDk" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 22:52:54 | jaxmpp_ :: jaxmpp__ha8tac0539@test-domain.com/1608752850-tigase-317 >> <iq xmlns="jabber:client" id="e4rHt36Bcq6eQXWcwcJsdDk" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 22:52:54 | >> <iq to="jaxmpp__ha8tac0539@test-domain.com/1608752850-tigase-317" type="result" id="e4rHt36Bcq6eQXWcwcJsdDk" xmlns="jabber:client"/> 2022-10-10 22:52:54 | jaxmpp_ :: jaxmpp__ha8tac0539@test-domain.com/1608752850-tigase-317 << <iq to="jaxmpp__ha8tac0539@test-domain.com/1608752850-tigase-317" type="result" id="e4rHt36Bcq6eQXWcwcJsdDk" xmlns="jabber:client"/> 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-10 22:52:54 | << <iq to="test-domain.com" id="w2jbq2lbnfQY0hJQ2x9pO12" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 22:52:54 | jaxmpp_ :: jaxmpp__ha8tac0539@test-domain.com/1608752850-tigase-317 >> <iq to="test-domain.com" id="w2jbq2lbnfQY0hJQ2x9pO12" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 22:52:54 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 22:52:54 | jaxmpp_ :: jaxmpp__ha8tac0539@test-domain.com/1608752850-tigase-317 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 22:52:54 | >> <enabled resume="true" location="ed1b7dd8a1b3" id="92641b0f-3908-4727-992c-ae9f231e24a7" xmlns="urn:xmpp:sm:3" max="60"/> 2022-10-10 22:52:54 | jaxmpp_ :: jaxmpp__ha8tac0539@test-domain.com/1608752850-tigase-317 << <enabled resume="true" location="ed1b7dd8a1b3" id="92641b0f-3908-4727-992c-ae9f231e24a7" xmlns="urn:xmpp:sm:3" max="60"/> 2022-10-10 22:52:54 | << <iq id="sSN6x4r5eEzDh3scsbxsgZ3" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 22:52:54 | jaxmpp_ :: jaxmpp__ha8tac0539@test-domain.com/1608752850-tigase-317 >> <iq id="sSN6x4r5eEzDh3scsbxsgZ3" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 22:52:54 | >> <iq to="jaxmpp__ha8tac0539@test-domain.com/1608752850-tigase-317" type="result" id="w2jbq2lbnfQY0hJQ2x9pO12" xmlns="jabber:client" 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="vcard-temp"/><feature var="jabber:iq:auth"/><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:xmpp:extdisco:2"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/><feature var="jabber:iq:private"/></query></iq> 2022-10-10 22:52:54 | jaxmpp_ :: jaxmpp__ha8tac0539@test-domain.com/1608752850-tigase-317 << <iq to="jaxmpp__ha8tac0539@test-domain.com/1608752850-tigase-317" type="result" id="w2jbq2lbnfQY0hJQ2x9pO12" xmlns="jabber:client" 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="vcard-temp"/><feature var="jabber:iq:auth"/><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:xmpp:extdisco:2"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/><feature var="jabber:iq:private"/></query></iq> 2022-10-10 22:52:54 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 22:52:54 | jaxmpp_ :: jaxmpp__ha8tac0539@test-domain.com/1608752850-tigase-317 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 22:52:54 | >> <iq to="jaxmpp__ha8tac0539@test-domain.com/1608752850-tigase-317" type="result" id="sSN6x4r5eEzDh3scsbxsgZ3" xmlns="jabber:client"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 22:52:54 | jaxmpp_ :: jaxmpp__ha8tac0539@test-domain.com/1608752850-tigase-317 << <iq to="jaxmpp__ha8tac0539@test-domain.com/1608752850-tigase-317" type="result" id="sSN6x4r5eEzDh3scsbxsgZ3" xmlns="jabber:client"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=621 thread=1] Connector state changed: connected->disconnecting 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=621 thread=1] Terminating XMPP Stream 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-10 22:52:54 | >> <presence to="jaxmpp__ha8tac0539@test-domain.com" xmlns="jabber:client" from="jaxmpp__ha8tac0539@test-domain.com/1608752850-tigase-317"><c hash="sha-1" node="http://tigase.org/jaxmpp" xmlns="http://jabber.org/protocol/caps" ver="mg5bXbOeu1848vxdgu3jELgbQF8="/></presence> 2022-10-10 22:52:54 | jaxmpp_ :: jaxmpp__ha8tac0539@test-domain.com/1608752850-tigase-317 << <presence to="jaxmpp__ha8tac0539@test-domain.com" xmlns="jabber:client" from="jaxmpp__ha8tac0539@test-domain.com/1608752850-tigase-317"><c hash="sha-1" node="http://tigase.org/jaxmpp" xmlns="http://jabber.org/protocol/caps" ver="mg5bXbOeu1848vxdgu3jELgbQF8="/></presence> 2022-10-10 22:52:54 | >> <message to="jaxmpp__ha8tac0539@test-domain.com" xmlns="jabber:client" from="test-domain.com"><body>Wecome to 38194110-ea31-4e66-bd8b-f87fd33875db This message was set at: Mon Oct 10 22:22:32 PDT 2022</body><delay stamp="2022-10-11T05:52:54.331Z" xmlns="urn:xmpp:delay" from="test-domain.com">Offline Storage - ed1b7dd8a1b3</delay></message> 2022-10-10 22:52:54 | jaxmpp_ :: jaxmpp__ha8tac0539@test-domain.com/1608752850-tigase-317 << <message to="jaxmpp__ha8tac0539@test-domain.com" xmlns="jabber:client" from="test-domain.com"><body>Wecome to 38194110-ea31-4e66-bd8b-f87fd33875db This message was set at: Mon Oct 10 22:22:32 PDT 2022</body><delay stamp="2022-10-11T05:52:54.331Z" xmlns="urn:xmpp:delay" from="test-domain.com">Offline Storage - ed1b7dd8a1b3</delay></message> 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=621 thread=3955] Connector state changed: disconnecting->disconnected 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset. 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session] |
testStateAfterConnectionFailureWebSocket | 0.396s |
2022-10-10 22:52:54 |
2022-10-10 22:52:54 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-10 22:52:54 | ------------------------------------ 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using WebSocketConnector 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Start connector. 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: null->connecting 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connecting->disconnected 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session, stream] 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using WebSocketConnector 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Start connector. 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: null->connecting 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Preparing connection to localhost 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Opening connection to localhost/127.0.0.1:5290 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connecting->connected 2022-10-10 22:52:54 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Whitespace ping period is setted to nullms 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL 2022-10-10 22:52:54 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL 2022-10-10 22:52:54 | << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX2d3bWFtMDA1NDAscj14TE9GMDZQUm84R1pqMUpBbTlsVg==</auth> 2022-10-10 22:52:54 | jaxmpp_ :: jaxmpp__gwmam00540@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX2d3bWFtMDA1NDAscj14TE9GMDZQUm84R1pqMUpBbTlsVg==</auth> 2022-10-10 22:52:54 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><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><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 22:52:54 | jaxmpp_ :: jaxmpp__gwmam00540@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><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><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-10 22:52:55 | >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj14TE9GMDZQUm84R1pqMUpBbTlsVlJCSDMxN3R0MW1XSTc5VHJIeHlDLHM9ZXFtMTJ3UHVjQWtnblE9PSxpPTQwOTY=</challenge> 2022-10-10 22:52:55 | jaxmpp_ :: jaxmpp__gwmam00540@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj14TE9GMDZQUm84R1pqMUpBbTlsVlJCSDMxN3R0MW1XSTc5VHJIeHlDLHM9ZXFtMTJ3UHVjQWtnblE9PSxpPTQwOTY=</challenge> 2022-10-10 22:52:55 | << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9eExPRjA2UFJvOEdaajFKQW05bFZSQkgzMTd0dDFtV0k3OVRySHh5QyxwPVVTWWl1TG4raVhLUDRicWJLbUU1VzNua1FuQnd4QkRWNEVqSFdjVE5sSlE9</response> 2022-10-10 22:52:55 | jaxmpp_ :: jaxmpp__gwmam00540@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9eExPRjA2UFJvOEdaajFKQW05bFZSQkgzMTd0dDFtV0k3OVRySHh5QyxwPVVTWWl1TG4raVhLUDRicWJLbUU1VzNua1FuQnd4QkRWNEVqSFdjVE5sSlE9</response> 2022-10-10 22:52:55 | >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1WRGZablYvaGEvVnBlMWNCWkVKcmhvREI3enN4ZTJVb3hodEpwa1FaQ2o4PQ==</success> 2022-10-10 22:52:55 | jaxmpp_ :: jaxmpp__gwmam00540@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1WRGZablYvaGEvVnBlMWNCWkVKcmhvREI3enN4ZTJVb3hodEpwa1FaQ2o4PQ==</success> 2022-10-10 22:52:55 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-10 22:52:55 | >> <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 hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" ver="f+zs4caO5M2tCcM2TP01UuCIlOI="/></features> 2022-10-10 22:52:55 | jaxmpp_ :: jaxmpp__gwmam00540@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 hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" ver="f+zs4caO5M2tCcM2TP01UuCIlOI="/></features> 2022-10-10 22:52:55 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-10 22:52:55 | << <iq xmlns="jabber:client" id="X8rmS5aDt0cFPFP0iEzj0mb" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 22:52:55 | jaxmpp_ :: jaxmpp__gwmam00540@test-domain.com >> <iq xmlns="jabber:client" id="X8rmS5aDt0cFPFP0iEzj0mb" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-10 22:52:55 | >> <iq to="jaxmpp__gwmam00540@test-domain.com/1608752850-tigase-318" type="result" id="X8rmS5aDt0cFPFP0iEzj0mb" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__gwmam00540@test-domain.com/1608752850-tigase-318</jid></bind></iq> 2022-10-10 22:52:55 | jaxmpp_ :: jaxmpp__gwmam00540@test-domain.com << <iq to="jaxmpp__gwmam00540@test-domain.com/1608752850-tigase-318" type="result" id="X8rmS5aDt0cFPFP0iEzj0mb" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__gwmam00540@test-domain.com/1608752850-tigase-318</jid></bind></iq> 2022-10-10 22:52:55 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-10 22:52:55 | << <iq xmlns="jabber:client" id="UdEVS4gGHo5nOOThzDCw6t7" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 22:52:55 | jaxmpp_ :: jaxmpp__gwmam00540@test-domain.com/1608752850-tigase-318 >> <iq xmlns="jabber:client" id="UdEVS4gGHo5nOOThzDCw6t7" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-10 22:52:55 | >> <iq to="jaxmpp__gwmam00540@test-domain.com/1608752850-tigase-318" type="result" id="UdEVS4gGHo5nOOThzDCw6t7" xmlns="jabber:client"/> 2022-10-10 22:52:55 | jaxmpp_ :: jaxmpp__gwmam00540@test-domain.com/1608752850-tigase-318 << <iq to="jaxmpp__gwmam00540@test-domain.com/1608752850-tigase-318" type="result" id="UdEVS4gGHo5nOOThzDCw6t7" xmlns="jabber:client"/> 2022-10-10 22:52:55 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-10 22:52:55 | << <iq to="test-domain.com" id="V7k2oUYhyp16o3BdVcGq7pc" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 22:52:55 | jaxmpp_ :: jaxmpp__gwmam00540@test-domain.com/1608752850-tigase-318 >> <iq to="test-domain.com" id="V7k2oUYhyp16o3BdVcGq7pc" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-10 22:52:55 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 22:52:55 | jaxmpp_ :: jaxmpp__gwmam00540@test-domain.com/1608752850-tigase-318 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-10 22:52:55 | << <iq id="48lx5FGEmZ9GITRPEHoOSMW" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 22:52:55 | jaxmpp_ :: jaxmpp__gwmam00540@test-domain.com/1608752850-tigase-318 >> <iq id="48lx5FGEmZ9GITRPEHoOSMW" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-10 22:52:55 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 22:52:55 | jaxmpp_ :: jaxmpp__gwmam00540@test-domain.com/1608752850-tigase-318 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-10 22:52:55 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connected->disconnecting 2022-10-10 22:52:55 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.terminateStream: Terminating XMPP Stream 2022-10-10 22:52:55 | >> <enabled resume="true" location="ed1b7dd8a1b3" id="2324f6aa-6128-400c-a256-adbcaded6ed7" xmlns="urn:xmpp:sm:3" max="60"/> 2022-10-10 22:52:55 | jaxmpp_ :: jaxmpp__gwmam00540@test-domain.com/1608752850-tigase-318 << <enabled resume="true" location="ed1b7dd8a1b3" id="2324f6aa-6128-400c-a256-adbcaded6ed7" xmlns="urn:xmpp:sm:3" max="60"/> 2022-10-10 22:52:55 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-10 22:52:55 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: disconnecting->disconnected 2022-10-10 22:52:55 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset. 2022-10-10 22:52:55 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session] |