Test duration : 103.029s
Failed Tests | ||
---|---|---|
tigase.tests.jaxmpp.TestHandlingOfConnectionIssues | ||
testStateAfterAuthTimeoutBosh | 40.168s |
2022-10-13 23:14:37 |
java.lang.AssertionError: expected [true] but found [false]
2022-10-13 23:14:37 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-13 23:14:37 | ------------------------------------ 2022-10-13 23:14:37 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 23:14:37 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-13 23:14:37 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using BOSHConnector 2022-10-13 23:14:57 | tigase.jaxmpp.core.client.connector.AbstractBoshConnector.onTerminate: Stream terminated. responseCode=200 2022-10-13 23:14:57 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 23:14:57 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-13 23:14:57 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using BOSHConnector 2022-10-13 23:15:17 | 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.122s |
2022-10-13 23:15:58 |
java.lang.AssertionError: expected [true] but found [false]
2022-10-13 23:15:58 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-13 23:15:58 | ------------------------------------ 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 23:15:58 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-13 23:15:58 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using BOSHConnector 2022-10-13 23:15:58 | tigase.jaxmpp.j2se.connectors.bosh.BoshWorker.run: Connection error 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.connector.AbstractBoshConnector.onError: responseCode=0 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session, stream] 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 23:15:58 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-13 23:15:58 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using BOSHConnector 2022-10-13 23:16:18 | 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.237s |
2022-10-13 23:15:17 |
2022-10-13 23:15:17 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-13 23:15:17 | ------------------------------------ 2022-10-13 23:15:17 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 23:15:17 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-13 23:15:17 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector 2022-10-13 23:15:17 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] Connector state changed: null->connecting 2022-10-13 23:15:17 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] DNS entry stored in session object: localhost:5222 2022-10-13 23:15:17 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] Preparing connection to [localhost:5222] 2022-10-13 23:15:17 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] Opening connection to localhost/127.0.0.1:5222 2022-10-13 23:15:17 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] Connector state changed: connecting->connected 2022-10-13 23:15:17 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] Whitespace ping period is setted to nullms 2022-10-13 23:15:17 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 23:15:17 | >> <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-13 23:15:17 | jaxmpp_ :: jaxmpp__sw25rl0560@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-13 23:15:17 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=4044] Start TLS 2022-10-13 23:15:17 | << <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-13 23:15:17 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-13 23:15:17 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=4046] Proceeding TLS 2022-10-13 23:15:17 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=4046] Start handshake 2022-10-13 23:15:17 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 23:15:18 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 23:15:18 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 23:15:18 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-13 23:15:37 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=4046] Connector state changed: connected->disconnected 2022-10-13 23:15:37 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=4046] Stream terminated 2022-10-13 23:15:37 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-13 23:15:37 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-13 23:15:37 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 23:15:37 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-13 23:15:37 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector 2022-10-13 23:15:37 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Connector state changed: null->connecting 2022-10-13 23:15:37 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] DNS entry stored in session object: localhost:5222 2022-10-13 23:15:37 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Preparing connection to [localhost:5222] 2022-10-13 23:15:37 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Opening connection to localhost/127.0.0.1:5222 2022-10-13 23:15:37 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Connector state changed: connecting->connected 2022-10-13 23:15:37 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 23:15:37 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Whitespace ping period is setted to nullms 2022-10-13 23:15:37 | >> <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-13 23:15:37 | jaxmpp_ :: jaxmpp__sw25rl0560@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-13 23:15:37 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=4044] Start TLS 2022-10-13 23:15:37 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=4051] Proceeding TLS 2022-10-13 23:15:37 | << <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-13 23:15:37 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-13 23:15:37 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=4051] Start handshake 2022-10-13 23:15:37 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 23:15:38 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 23:15:38 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-13 23:15:38 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL 2022-10-13 23:15:38 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL 2022-10-13 23:15:38 | << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX3N3MjVybDA1NjAscj1VYTVGWUZLT2hHd0p6dHUwT1dieA==</auth> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX3N3MjVybDA1NjAscj1VYTVGWUZLT2hHd0p6dHUwT1dieA==</auth> 2022-10-13 23:15:38 | >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1VYTVGWUZLT2hHd0p6dHUwT1dieHczZkl1QjVNeGpCYVRaZnB3Rk94LHM9U0ovbitvM0JVVHE0c3c9PSxpPTQwOTY=</challenge> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1VYTVGWUZLT2hHd0p6dHUwT1dieHczZkl1QjVNeGpCYVRaZnB3Rk94LHM9U0ovbitvM0JVVHE0c3c9PSxpPTQwOTY=</challenge> 2022-10-13 23:15:38 | << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9VWE1RllGS09oR3dKenR1ME9XYnh3M2ZJdUI1TXhqQmFUWmZwd0ZPeCxwPUsxTEdML2djTlViVVZmc0luOGl4MEJYWTMreTZPTEJlYnFRQVZUdkQyZVE9</response> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9VWE1RllGS09oR3dKenR1ME9XYnh3M2ZJdUI1TXhqQmFUWmZwd0ZPeCxwPUsxTEdML2djTlViVVZmc0luOGl4MEJYWTMreTZPTEJlYnFRQVZUdkQyZVE9</response> 2022-10-13 23:15:38 | >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1tZ1hyTmRsZFlkZGQyQTloblZ4YS9qTzcxRG01RWMvMU8wUzRKZG9abkpzPQ==</success> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1tZ1hyTmRsZFlkZGQyQTloblZ4YS9qTzcxRG01RWMvMU8wUzRKZG9abkpzPQ==</success> 2022-10-13 23:15:38 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 23:15:38 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 23:15:38 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 23:15:38 | >> <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 node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" hash="SHA-1" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@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 node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" hash="SHA-1" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 23:15:38 | >> <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 node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" hash="SHA-1" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@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 node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" hash="SHA-1" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 23:15:38 | >> <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 node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" hash="SHA-1" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@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 node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" hash="SHA-1" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 23:15:38 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-13 23:15:38 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-13 23:15:38 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-13 23:15:38 | << <iq xmlns="jabber:client" id="fO5Hx7CJItmU9xcJHNR8Arn" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com >> <iq xmlns="jabber:client" id="fO5Hx7CJItmU9xcJHNR8Arn" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 23:15:38 | << <iq xmlns="jabber:client" id="33MZm9Fm1kS2zq7t5dO7u1s" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com >> <iq xmlns="jabber:client" id="33MZm9Fm1kS2zq7t5dO7u1s" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 23:15:38 | >> <iq type="result" id="fO5Hx7CJItmU9xcJHNR8Arn" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-323" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-323</jid></bind></iq> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com << <iq type="result" id="fO5Hx7CJItmU9xcJHNR8Arn" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-323" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-323</jid></bind></iq> 2022-10-13 23:15:38 | << <iq xmlns="jabber:client" id="J4NaBr15yBsXkQ1hGHDFBCy" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com >> <iq xmlns="jabber:client" id="J4NaBr15yBsXkQ1hGHDFBCy" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 23:15:38 | >> <iq type="result" id="33MZm9Fm1kS2zq7t5dO7u1s" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-324" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-324</jid></bind></iq> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com << <iq type="result" id="33MZm9Fm1kS2zq7t5dO7u1s" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-324" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-324</jid></bind></iq> 2022-10-13 23:15:38 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-13 23:15:38 | << <iq xmlns="jabber:client" id="WP2ujR7vqaBHxsl38zq4qlY" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-324 >> <iq xmlns="jabber:client" id="WP2ujR7vqaBHxsl38zq4qlY" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 23:15:38 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-13 23:15:38 | >> <iq type="result" id="J4NaBr15yBsXkQ1hGHDFBCy" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325</jid></bind></iq> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-324 << <iq type="result" id="J4NaBr15yBsXkQ1hGHDFBCy" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325</jid></bind></iq> 2022-10-13 23:15:38 | << <iq xmlns="jabber:client" id="jZuLMBCqbBkZdPVgQXpXi1p" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-324 >> <iq xmlns="jabber:client" id="jZuLMBCqbBkZdPVgQXpXi1p" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 23:15:38 | >> <iq type="result" id="WP2ujR7vqaBHxsl38zq4qlY" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-324" xmlns="jabber:client"/> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-324 << <iq type="result" id="WP2ujR7vqaBHxsl38zq4qlY" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-324" xmlns="jabber:client"/> 2022-10-13 23:15:38 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-13 23:15:38 | << <iq xmlns="jabber:client" id="OFuENQJSWdFsfJRZo6tr1qh" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 >> <iq xmlns="jabber:client" id="OFuENQJSWdFsfJRZo6tr1qh" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 23:15:38 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-13 23:15:38 | >> <iq type="result" id="jZuLMBCqbBkZdPVgQXpXi1p" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" xmlns="jabber:client"/> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 << <iq type="result" id="jZuLMBCqbBkZdPVgQXpXi1p" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" xmlns="jabber:client"/> 2022-10-13 23:15:38 | << <iq to="test-domain.com" id="70tgPW6uteJHx7CJItmU9xc" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 >> <iq to="test-domain.com" id="70tgPW6uteJHx7CJItmU9xc" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 23:15:38 | >> <iq type="result" id="OFuENQJSWdFsfJRZo6tr1qh" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" xmlns="jabber:client"/> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 << <iq type="result" id="OFuENQJSWdFsfJRZo6tr1qh" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" xmlns="jabber:client"/> 2022-10-13 23:15:38 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 23:15:38 | >> <enabled location="f9c07ffec79b" resume="true" id="41bd3423-11c7-45f2-8768-e07b85061c4a" max="60" xmlns="urn:xmpp:sm:3"/> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 << <enabled location="f9c07ffec79b" resume="true" id="41bd3423-11c7-45f2-8768-e07b85061c4a" max="60" xmlns="urn:xmpp:sm:3"/> 2022-10-13 23:15:38 | << <iq id="MT6Dj0vgzyiV5iV5zpeMP9r" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 >> <iq id="MT6Dj0vgzyiV5iV5zpeMP9r" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:15:38 | >> <iq from="test-domain.com" type="result" id="70tgPW6uteJHx7CJItmU9xc" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" xmlns="jabber:client"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b"/><identity category="server" type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b"/><feature var="http://jabber.org/protocol/commands"/><x type="result" xmlns="jabber:x:data"><field type="hidden" var="FORM_TYPE"><value>http://jabber.org/network/serverinfo</value></field><field type="list-multi" var="abuse-addresses"><value>mailto:abuse@test-domain.com</value><value>xmpp:abuse@test-domain.com</value></field></x><feature var="urn:xmpp:mix:pam:2"/><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:carbons:rules:0"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity category="pubsub" type="pep"/><feature var="urn:xmpp:pep-vcard-conversion:0"/><feature var="urn:xmpp:bookmarks-conversion:0"/><feature var="urn:xmpp:archive:auto"/><feature var="urn:xmpp:archive:manage"/><feature var="urn:xmpp:push:0"/><feature var="tigase:push:away:0"/><feature var="tigase:push:encrypt:0"/><feature var="tigase:push:encrypt:aes-128-gcm"/><feature var="tigase:push:filter:ignore-unknown:0"/><feature var="tigase:push:filter:groupchat:0"/><feature var="tigase:push:filter:muted:0"/><feature var="tigase:push:priority:0"/><feature var="tigase:push:jingle:0"/><feature var="jabber:iq:roster"/><feature var="jabber:iq:roster-dynamic"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="urn:xmpp:mix:pam:2#archive"/><feature var="jabber:iq:version"/><feature var="urn:xmpp:time"/><feature var="jabber:iq:privacy"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="urn:xmpp:extdisco:2"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 << <iq from="test-domain.com" type="result" id="70tgPW6uteJHx7CJItmU9xc" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" xmlns="jabber:client"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b"/><identity category="server" type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b"/><feature var="http://jabber.org/protocol/commands"/><x type="result" xmlns="jabber:x:data"><field type="hidden" var="FORM_TYPE"><value>http://jabber.org/network/serverinfo</value></field><field type="list-multi" var="abuse-addresses"><value>mailto:abuse@test-domain.com</value><value>xmpp:abuse@test-domain.com</value></field></x><feature var="urn:xmpp:mix:pam:2"/><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:carbons:rules:0"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity category="pubsub" type="pep"/><feature var="urn:xmpp:pep-vcard-conversion:0"/><feature var="urn:xmpp:bookmarks-conversion:0"/><feature var="urn:xmpp:archive:auto"/><feature var="urn:xmpp:archive:manage"/><feature var="urn:xmpp:push:0"/><feature var="tigase:push:away:0"/><feature var="tigase:push:encrypt:0"/><feature var="tigase:push:encrypt:aes-128-gcm"/><feature var="tigase:push:filter:ignore-unknown:0"/><feature var="tigase:push:filter:groupchat:0"/><feature var="tigase:push:filter:muted:0"/><feature var="tigase:push:priority:0"/><feature var="tigase:push:jingle:0"/><feature var="jabber:iq:roster"/><feature var="jabber:iq:roster-dynamic"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="urn:xmpp:mix:pam:2#archive"/><feature var="jabber:iq:version"/><feature var="urn:xmpp:time"/><feature var="jabber:iq:privacy"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="urn:xmpp:extdisco:2"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2022-10-13 23:15:38 | << <iq to="test-domain.com" id="1Zmh3fSbJuhQU6HGDv9l4Dw" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 >> <iq to="test-domain.com" id="1Zmh3fSbJuhQU6HGDv9l4Dw" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 23:15:38 | << <iq to="test-domain.com" id="3bUfSbJuhQU6HGDv9l4Dw5A" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 >> <iq to="test-domain.com" id="3bUfSbJuhQU6HGDv9l4Dw5A" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 23:15:38 | >> <iq type="result" id="MT6Dj0vgzyiV5iV5zpeMP9r" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" xmlns="jabber:client"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 << <iq type="result" id="MT6Dj0vgzyiV5iV5zpeMP9r" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" xmlns="jabber:client"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:15:38 | << <iq id="55AT9kXcCwxmZdzbKZevq2p" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 >> <iq id="55AT9kXcCwxmZdzbKZevq2p" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:15:38 | << <iq id="SLASWdFsfJRZo6tr1qhVS3o" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 >> <iq id="SLASWdFsfJRZo6tr1qhVS3o" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:15:38 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 23:15:38 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 23:15:38 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 23:15:38 | >> <iq from="test-domain.com" type="result" id="1Zmh3fSbJuhQU6HGDv9l4Dw" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" xmlns="jabber:client"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b"/><identity category="server" type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b"/><feature var="http://jabber.org/protocol/commands"/><x type="result" xmlns="jabber:x:data"><field type="hidden" var="FORM_TYPE"><value>http://jabber.org/network/serverinfo</value></field><field type="list-multi" var="abuse-addresses"><value>mailto:abuse@test-domain.com</value><value>xmpp:abuse@test-domain.com</value></field></x><feature var="urn:xmpp:mix:pam:2"/><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:carbons:rules:0"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity category="pubsub" type="pep"/><feature var="urn:xmpp:pep-vcard-conversion:0"/><feature var="urn:xmpp:bookmarks-conversion:0"/><feature var="urn:xmpp:archive:auto"/><feature var="urn:xmpp:archive:manage"/><feature var="urn:xmpp:push:0"/><feature var="tigase:push:away:0"/><feature var="tigase:push:encrypt:0"/><feature var="tigase:push:encrypt:aes-128-gcm"/><feature var="tigase:push:filter:ignore-unknown:0"/><feature var="tigase:push:filter:groupchat:0"/><feature var="tigase:push:filter:muted:0"/><feature var="tigase:push:priority:0"/><feature var="tigase:push:jingle:0"/><feature var="jabber:iq:roster"/><feature var="jabber:iq:roster-dynamic"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="urn:xmpp:mix:pam:2#archive"/><feature var="jabber:iq:version"/><feature var="urn:xmpp:time"/><feature var="jabber:iq:privacy"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="urn:xmpp:extdisco:2"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 << <iq from="test-domain.com" type="result" id="1Zmh3fSbJuhQU6HGDv9l4Dw" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" xmlns="jabber:client"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b"/><identity category="server" type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b"/><feature var="http://jabber.org/protocol/commands"/><x type="result" xmlns="jabber:x:data"><field type="hidden" var="FORM_TYPE"><value>http://jabber.org/network/serverinfo</value></field><field type="list-multi" var="abuse-addresses"><value>mailto:abuse@test-domain.com</value><value>xmpp:abuse@test-domain.com</value></field></x><feature var="urn:xmpp:mix:pam:2"/><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:carbons:rules:0"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity category="pubsub" type="pep"/><feature var="urn:xmpp:pep-vcard-conversion:0"/><feature var="urn:xmpp:bookmarks-conversion:0"/><feature var="urn:xmpp:archive:auto"/><feature var="urn:xmpp:archive:manage"/><feature var="urn:xmpp:push:0"/><feature var="tigase:push:away:0"/><feature var="tigase:push:encrypt:0"/><feature var="tigase:push:encrypt:aes-128-gcm"/><feature var="tigase:push:filter:ignore-unknown:0"/><feature var="tigase:push:filter:groupchat:0"/><feature var="tigase:push:filter:muted:0"/><feature var="tigase:push:priority:0"/><feature var="tigase:push:jingle:0"/><feature var="jabber:iq:roster"/><feature var="jabber:iq:roster-dynamic"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="urn:xmpp:mix:pam:2#archive"/><feature var="jabber:iq:version"/><feature var="urn:xmpp:time"/><feature var="jabber:iq:privacy"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="urn:xmpp:extdisco:2"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2022-10-13 23:15:38 | >> <iq from="test-domain.com" type="result" id="3bUfSbJuhQU6HGDv9l4Dw5A" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" xmlns="jabber:client"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b"/><identity category="server" type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b"/><feature var="http://jabber.org/protocol/commands"/><x type="result" xmlns="jabber:x:data"><field type="hidden" var="FORM_TYPE"><value>http://jabber.org/network/serverinfo</value></field><field type="list-multi" var="abuse-addresses"><value>mailto:abuse@test-domain.com</value><value>xmpp:abuse@test-domain.com</value></field></x><feature var="urn:xmpp:mix:pam:2"/><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:carbons:rules:0"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity category="pubsub" type="pep"/><feature var="urn:xmpp:pep-vcard-conversion:0"/><feature var="urn:xmpp:bookmarks-conversion:0"/><feature var="urn:xmpp:archive:auto"/><feature var="urn:xmpp:archive:manage"/><feature var="urn:xmpp:push:0"/><feature var="tigase:push:away:0"/><feature var="tigase:push:encrypt:0"/><feature var="tigase:push:encrypt:aes-128-gcm"/><feature var="tigase:push:filter:ignore-unknown:0"/><feature var="tigase:push:filter:groupchat:0"/><feature var="tigase:push:filter:muted:0"/><feature var="tigase:push:priority:0"/><feature var="tigase:push:jingle:0"/><feature var="jabber:iq:roster"/><feature var="jabber:iq:roster-dynamic"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="urn:xmpp:mix:pam:2#archive"/><feature var="jabber:iq:version"/><feature var="urn:xmpp:time"/><feature var="jabber:iq:privacy"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="urn:xmpp:extdisco:2"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 << <iq from="test-domain.com" type="result" id="3bUfSbJuhQU6HGDv9l4Dw5A" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" xmlns="jabber:client"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b"/><identity category="server" type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b"/><feature var="http://jabber.org/protocol/commands"/><x type="result" xmlns="jabber:x:data"><field type="hidden" var="FORM_TYPE"><value>http://jabber.org/network/serverinfo</value></field><field type="list-multi" var="abuse-addresses"><value>mailto:abuse@test-domain.com</value><value>xmpp:abuse@test-domain.com</value></field></x><feature var="urn:xmpp:mix:pam:2"/><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:carbons:rules:0"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity category="pubsub" type="pep"/><feature var="urn:xmpp:pep-vcard-conversion:0"/><feature var="urn:xmpp:bookmarks-conversion:0"/><feature var="urn:xmpp:archive:auto"/><feature var="urn:xmpp:archive:manage"/><feature var="urn:xmpp:push:0"/><feature var="tigase:push:away:0"/><feature var="tigase:push:encrypt:0"/><feature var="tigase:push:encrypt:aes-128-gcm"/><feature var="tigase:push:filter:ignore-unknown:0"/><feature var="tigase:push:filter:groupchat:0"/><feature var="tigase:push:filter:muted:0"/><feature var="tigase:push:priority:0"/><feature var="tigase:push:jingle:0"/><feature var="jabber:iq:roster"/><feature var="jabber:iq:roster-dynamic"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="urn:xmpp:mix:pam:2#archive"/><feature var="jabber:iq:version"/><feature var="urn:xmpp:time"/><feature var="jabber:iq:privacy"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="urn:xmpp:extdisco:2"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2022-10-13 23:15:38 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Connector state changed: connected->disconnecting 2022-10-13 23:15:38 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Terminating XMPP Stream 2022-10-13 23:15:38 | >> <iq type="result" id="55AT9kXcCwxmZdzbKZevq2p" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" xmlns="jabber:client"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 << <iq type="result" id="55AT9kXcCwxmZdzbKZevq2p" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" xmlns="jabber:client"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:15:38 | >> <iq type="result" id="SLASWdFsfJRZo6tr1qhVS3o" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" xmlns="jabber:client"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 << <iq type="result" id="SLASWdFsfJRZo6tr1qhVS3o" to="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" xmlns="jabber:client"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:15:38 | >> <presence from="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" to="jaxmpp__sw25rl0560@test-domain.com" xmlns="jabber:client"><c node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1" xmlns="http://jabber.org/protocol/caps"/></presence> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 << <presence from="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" to="jaxmpp__sw25rl0560@test-domain.com" xmlns="jabber:client"><c node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1" xmlns="http://jabber.org/protocol/caps"/></presence> 2022-10-13 23:15:38 | >> <presence from="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" to="jaxmpp__sw25rl0560@test-domain.com" xmlns="jabber:client"><c node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1" xmlns="http://jabber.org/protocol/caps"/></presence> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 << <presence from="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" to="jaxmpp__sw25rl0560@test-domain.com" xmlns="jabber:client"><c node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1" xmlns="http://jabber.org/protocol/caps"/></presence> 2022-10-13 23:15:38 | >> <presence from="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" to="jaxmpp__sw25rl0560@test-domain.com" xmlns="jabber:client"><c node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1" xmlns="http://jabber.org/protocol/caps"/></presence> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 << <presence from="jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325" to="jaxmpp__sw25rl0560@test-domain.com" xmlns="jabber:client"><c node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1" xmlns="http://jabber.org/protocol/caps"/></presence> 2022-10-13 23:15:38 | >> <message from="test-domain.com" to="jaxmpp__sw25rl0560@test-domain.com" xmlns="jabber:client"><body>Wecome to 6ef974c7-124d-4351-bc31-7c7e2c89605f This message was set at: Thu Oct 13 22:52:34 PDT 2022</body><delay from="test-domain.com" stamp="2022-10-14T06:15:17.910Z" xmlns="urn:xmpp:delay">Offline Storage - f9c07ffec79b</delay></message> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 << <message from="test-domain.com" to="jaxmpp__sw25rl0560@test-domain.com" xmlns="jabber:client"><body>Wecome to 6ef974c7-124d-4351-bc31-7c7e2c89605f This message was set at: Thu Oct 13 22:52:34 PDT 2022</body><delay from="test-domain.com" stamp="2022-10-14T06:15:17.910Z" xmlns="urn:xmpp:delay">Offline Storage - f9c07ffec79b</delay></message> 2022-10-13 23:15:38 | >> <r xmlns="urn:xmpp:sm:3"/> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__sw25rl0560@test-domain.com/1781077109-tigase-325 << <r xmlns="urn:xmpp:sm:3"/> 2022-10-13 23:15:38 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-13 23:15:38 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset. 2022-10-13 23:15:38 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session] 2022-10-13 23:15:38 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-13 23:15:38 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=4051] Connector state changed: disconnecting->disconnected |
testStateAfterAuthTimeoutWebSocket | 20.348s |
2022-10-13 23:15:38 |
2022-10-13 23:15:38 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-13 23:15:38 | ------------------------------------ 2022-10-13 23:15:38 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 23:15:38 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-13 23:15:38 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using WebSocketConnector 2022-10-13 23:15:38 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Start connector. 2022-10-13 23:15:38 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: null->connecting 2022-10-13 23:15:38 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Preparing connection to localhost 2022-10-13 23:15:38 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Opening connection to localhost/127.0.0.1:5290 2022-10-13 23:15:38 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connecting->connected 2022-10-13 23:15:38 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 23:15:38 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Whitespace ping period is setted to nullms 2022-10-13 23:15:38 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 23:15:38 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 23:15:38 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connected->disconnecting 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.terminateStream: Terminating XMPP Stream 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.onStreamTerminate: Stream terminated 2022-10-13 23:15:58 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: disconnecting->disconnected 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 23:15:58 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-13 23:15:58 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using WebSocketConnector 2022-10-13 23:15:58 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Start connector. 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: null->connecting 2022-10-13 23:15:58 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Preparing connection to localhost 2022-10-13 23:15:58 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Opening connection to localhost/127.0.0.1:5290 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connecting->connected 2022-10-13 23:15:58 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Whitespace ping period is setted to nullms 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 23:15:58 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL 2022-10-13 23:15:58 | << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX2tmN3liMjA1NjEscj1sS05tWjd3SzlrSTB0MjlCRlpqcQ==</auth> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX2tmN3liMjA1NjEscj1sS05tWjd3SzlrSTB0MjlCRlpqcQ==</auth> 2022-10-13 23:15:58 | >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1sS05tWjd3SzlrSTB0MjlCRlpqcWF0Sm42N0pIYjJ3UGNSUkVrZjQ4LHM9M1lNdVUxTXdMTURaQ3c9PSxpPTQwOTY=</challenge> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1sS05tWjd3SzlrSTB0MjlCRlpqcWF0Sm42N0pIYjJ3UGNSUkVrZjQ4LHM9M1lNdVUxTXdMTURaQ3c9PSxpPTQwOTY=</challenge> 2022-10-13 23:15:58 | << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9bEtObVo3d0s5a0kwdDI5QkZaanFhdEpuNjdKSGIyd1BjUlJFa2Y0OCxwPUtIYVgzYWxlZU55T05yUUFDeFhqaW83TUZUTEpNU2VuL0pkSWw0eDIwREk9</response> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9bEtObVo3d0s5a0kwdDI5QkZaanFhdEpuNjdKSGIyd1BjUlJFa2Y0OCxwPUtIYVgzYWxlZU55T05yUUFDeFhqaW83TUZUTEpNU2VuL0pkSWw0eDIwREk9</response> 2022-10-13 23:15:58 | >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1ERDM4bit1NndPcXRFTlJvWUxYdEJWZWd3R0Z1OTBBSDBPUjU5MjF2MndvPQ==</success> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1ERDM4bit1NndPcXRFTlJvWUxYdEJWZWd3R0Z1OTBBSDBPUjU5MjF2MndvPQ==</success> 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 23:15:58 | >> <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 node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" hash="SHA-1" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@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 node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" hash="SHA-1" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 23:15:58 | >> <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 node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" hash="SHA-1" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@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 node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" hash="SHA-1" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 23:15:58 | >> <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 node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" hash="SHA-1" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@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 node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" hash="SHA-1" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-13 23:15:58 | << <iq xmlns="jabber:client" id="s7wzxl6wj7n8HLyp6q8LOT1" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com >> <iq xmlns="jabber:client" id="s7wzxl6wj7n8HLyp6q8LOT1" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 23:15:58 | << <iq xmlns="jabber:client" id="e5olVZ1qlWVgILLEDvp5Auf" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com >> <iq xmlns="jabber:client" id="e5olVZ1qlWVgILLEDvp5Auf" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 23:15:58 | << <iq xmlns="jabber:client" id="BcH7BeLOQYraBr15yBsXkQ1" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com >> <iq xmlns="jabber:client" id="BcH7BeLOQYraBr15yBsXkQ1" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 23:15:58 | >> <iq type="result" id="s7wzxl6wj7n8HLyp6q8LOT1" to="jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-326" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-326</jid></bind></iq> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com << <iq type="result" id="s7wzxl6wj7n8HLyp6q8LOT1" to="jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-326" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-326</jid></bind></iq> 2022-10-13 23:15:58 | >> <iq type="result" id="e5olVZ1qlWVgILLEDvp5Auf" to="jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-327" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-327</jid></bind></iq> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com << <iq type="result" id="e5olVZ1qlWVgILLEDvp5Auf" to="jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-327" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-327</jid></bind></iq> 2022-10-13 23:15:58 | >> <iq type="result" id="BcH7BeLOQYraBr15yBsXkQ1" to="jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328</jid></bind></iq> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com << <iq type="result" id="BcH7BeLOQYraBr15yBsXkQ1" to="jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328</jid></bind></iq> 2022-10-13 23:15:58 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-13 23:15:58 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-13 23:15:58 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-13 23:15:58 | << <iq xmlns="jabber:client" id="Qk3El6o7t4tbLN0kVlP2vnM" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328 >> <iq xmlns="jabber:client" id="Qk3El6o7t4tbLN0kVlP2vnM" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 23:15:58 | << <iq xmlns="jabber:client" id="3l4zwtjEBucGR0hNJvohOFK" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328 >> <iq xmlns="jabber:client" id="3l4zwtjEBucGR0hNJvohOFK" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 23:15:58 | << <iq xmlns="jabber:client" id="U3aX9qbBBtm2lbvodNCxmWa" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328 >> <iq xmlns="jabber:client" id="U3aX9qbBBtm2lbvodNCxmWa" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 23:15:58 | >> <iq type="result" id="Qk3El6o7t4tbLN0kVlP2vnM" to="jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328" xmlns="jabber:client"/> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328 << <iq type="result" id="Qk3El6o7t4tbLN0kVlP2vnM" to="jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328" xmlns="jabber:client"/> 2022-10-13 23:15:58 | >> <iq type="result" id="3l4zwtjEBucGR0hNJvohOFK" to="jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328" xmlns="jabber:client"/> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328 << <iq type="result" id="3l4zwtjEBucGR0hNJvohOFK" to="jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328" xmlns="jabber:client"/> 2022-10-13 23:15:58 | >> <iq type="result" id="U3aX9qbBBtm2lbvodNCxmWa" to="jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328" xmlns="jabber:client"/> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328 << <iq type="result" id="U3aX9qbBBtm2lbvodNCxmWa" to="jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328" xmlns="jabber:client"/> 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-13 23:15:58 | << <iq to="test-domain.com" id="YdCLV7ECvv9GNXWbEwk9Ar7" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328 >> <iq to="test-domain.com" id="YdCLV7ECvv9GNXWbEwk9Ar7" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 23:15:58 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 23:15:58 | << <iq to="test-domain.com" id="q8l6xj1j2o3Bl4zv2n2iSfM" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328 >> <iq to="test-domain.com" id="q8l6xj1j2o3Bl4zv2n2iSfM" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 23:15:58 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 23:15:58 | << <iq to="test-domain.com" id="7hKOV8ug1kV5jFIV6fU0lVY" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328 >> <iq to="test-domain.com" id="7hKOV8ug1kV5jFIV6fU0lVY" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 23:15:58 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 23:15:58 | << <iq id="FezIEAFCvfDj0vgzyiV5iV5" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328 >> <iq id="FezIEAFCvfDj0vgzyiV5iV5" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:15:58 | << <iq id="DjMS3o0i5sbBlJQbChY8Br0" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328 >> <iq id="DjMS3o0i5sbBlJQbChY8Br0" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:15:58 | << <iq id="dsbW9xdtk9y9ICznS5pdHOW" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328 >> <iq id="dsbW9xdtk9y9ICznS5pdHOW" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:15:58 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 23:15:58 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 23:15:58 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 23:15:58 | >> <enabled location="f9c07ffec79b" resume="true" id="24c80aa3-2c8a-4273-a13c-8a9a8e466f92" max="60" xmlns="urn:xmpp:sm:3"/> 2022-10-13 23:15:58 | jaxmpp_ :: jaxmpp__kf7yb20561@test-domain.com/1781077109-tigase-328 << <enabled location="f9c07ffec79b" resume="true" id="24c80aa3-2c8a-4273-a13c-8a9a8e466f92" max="60" xmlns="urn:xmpp:sm:3"/> 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connected->disconnecting 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.terminateStream: Terminating XMPP Stream 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset. 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session] 2022-10-13 23:15:58 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-13 23:15:58 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: disconnecting->disconnected |
testStateAfterConnectionFailureSocket | 0.239s |
2022-10-13 23:16:19 |
2022-10-13 23:16:19 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-13 23:16:19 | ------------------------------------ 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=638 thread=1] Connector state changed: null->connecting 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=638 thread=1] DNS entry stored in session object: missing:5222 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=638 thread=1] Preparing connection to [missing:5222] 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=638 thread=1] missing: Name or service not known. Trying next. 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=638 thread=1] Connector state changed: connecting->disconnected 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session, stream] 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Connector state changed: null->connecting 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] DNS entry stored in session object: localhost:5222 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Preparing connection to [localhost:5222] 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Opening connection to localhost/127.0.0.1:5222 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Connector state changed: connecting->connected 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Whitespace ping period is setted to nullms 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=4093] Start TLS 2022-10-13 23:16:19 | >> <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-13 23:16:19 | jaxmpp_ :: jaxmpp__oi4xt60563@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-13 23:16:19 | << <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__oi4xt60563@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=4097] Proceeding TLS 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=4097] Start handshake 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 23:16:19 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__oi4xt60563@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL 2022-10-13 23:16:19 | << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX29pNHh0NjA1NjMscj12QjFmZkV2WUtTSnRESEhidG1hMw==</auth> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__oi4xt60563@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX29pNHh0NjA1NjMscj12QjFmZkV2WUtTSnRESEhidG1hMw==</auth> 2022-10-13 23:16:19 | >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj12QjFmZkV2WUtTSnRESEhidG1hM0FadFMyYmtuZjA2RWJaSGpDN1lSLHM9SlV3ek9EVDgweXBQb0E9PSxpPTQwOTY=</challenge> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__oi4xt60563@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj12QjFmZkV2WUtTSnRESEhidG1hM0FadFMyYmtuZjA2RWJaSGpDN1lSLHM9SlV3ek9EVDgweXBQb0E9PSxpPTQwOTY=</challenge> 2022-10-13 23:16:19 | << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9dkIxZmZFdllLU0p0REhIYnRtYTNBWnRTMmJrbmYwNkViWkhqQzdZUixwPWErdm5NakZ5RjNoL0c5M0dXWjlWeWhXK2hIenlMMlBjN1NnMjQ4MllWejQ9</response> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__oi4xt60563@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9dkIxZmZFdllLU0p0REhIYnRtYTNBWnRTMmJrbmYwNkViWkhqQzdZUixwPWErdm5NakZ5RjNoL0c5M0dXWjlWeWhXK2hIenlMMlBjN1NnMjQ4MllWejQ9</response> 2022-10-13 23:16:19 | >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1TREpLaVh0V2FycElEL2VCN2JxNlR3bkFCN2JEQjdVS09UWkNLUDZuTmlZPQ==</success> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__oi4xt60563@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1TREpLaVh0V2FycElEL2VCN2JxNlR3bkFCN2JEQjdVS09UWkNLUDZuTmlZPQ==</success> 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 23:16:19 | >> <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 node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" hash="SHA-1" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__oi4xt60563@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 node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" hash="SHA-1" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-13 23:16:19 | << <iq xmlns="jabber:client" id="ImG8ynZ7hWn03weNPMT1r9I" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__oi4xt60563@test-domain.com >> <iq xmlns="jabber:client" id="ImG8ynZ7hWn03weNPMT1r9I" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 23:16:19 | >> <iq type="result" id="ImG8ynZ7hWn03weNPMT1r9I" to="jaxmpp__oi4xt60563@test-domain.com/1781077109-tigase-329" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__oi4xt60563@test-domain.com/1781077109-tigase-329</jid></bind></iq> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__oi4xt60563@test-domain.com << <iq type="result" id="ImG8ynZ7hWn03weNPMT1r9I" to="jaxmpp__oi4xt60563@test-domain.com/1781077109-tigase-329" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__oi4xt60563@test-domain.com/1781077109-tigase-329</jid></bind></iq> 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-13 23:16:19 | << <iq xmlns="jabber:client" id="2mE4hWjZ0jU2mdIHDpR6HEl" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__oi4xt60563@test-domain.com/1781077109-tigase-329 >> <iq xmlns="jabber:client" id="2mE4hWjZ0jU2mdIHDpR6HEl" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 23:16:19 | >> <iq type="result" id="2mE4hWjZ0jU2mdIHDpR6HEl" to="jaxmpp__oi4xt60563@test-domain.com/1781077109-tigase-329" xmlns="jabber:client"/> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__oi4xt60563@test-domain.com/1781077109-tigase-329 << <iq type="result" id="2mE4hWjZ0jU2mdIHDpR6HEl" to="jaxmpp__oi4xt60563@test-domain.com/1781077109-tigase-329" xmlns="jabber:client"/> 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-13 23:16:19 | << <iq to="test-domain.com" id="Bu0INCxmWaPW9xdtk9y9ICz" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__oi4xt60563@test-domain.com/1781077109-tigase-329 >> <iq to="test-domain.com" id="Bu0INCxmWaPW9xdtk9y9ICz" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 23:16:19 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__oi4xt60563@test-domain.com/1781077109-tigase-329 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 23:16:19 | >> <enabled location="f9c07ffec79b" resume="true" id="e53f45e6-afb2-4761-a52c-d0bbb4f6fe88" max="60" xmlns="urn:xmpp:sm:3"/> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__oi4xt60563@test-domain.com/1781077109-tigase-329 << <enabled location="f9c07ffec79b" resume="true" id="e53f45e6-afb2-4761-a52c-d0bbb4f6fe88" max="60" xmlns="urn:xmpp:sm:3"/> 2022-10-13 23:16:19 | << <iq id="yoG8pcP14rayohQX9rVeXan" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__oi4xt60563@test-domain.com/1781077109-tigase-329 >> <iq id="yoG8pcP14rayohQX9rVeXan" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:16:19 | >> <iq from="test-domain.com" type="result" id="Bu0INCxmWaPW9xdtk9y9ICz" to="jaxmpp__oi4xt60563@test-domain.com/1781077109-tigase-329" xmlns="jabber:client"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b"/><identity category="server" type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b"/><feature var="http://jabber.org/protocol/commands"/><x type="result" xmlns="jabber:x:data"><field type="hidden" var="FORM_TYPE"><value>http://jabber.org/network/serverinfo</value></field><field type="list-multi" var="abuse-addresses"><value>mailto:abuse@test-domain.com</value><value>xmpp:abuse@test-domain.com</value></field></x><feature var="urn:xmpp:mix:pam:2"/><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:carbons:rules:0"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity category="pubsub" type="pep"/><feature var="urn:xmpp:pep-vcard-conversion:0"/><feature var="urn:xmpp:bookmarks-conversion:0"/><feature var="urn:xmpp:archive:auto"/><feature var="urn:xmpp:archive:manage"/><feature var="urn:xmpp:push:0"/><feature var="tigase:push:away:0"/><feature var="tigase:push:encrypt:0"/><feature var="tigase:push:encrypt:aes-128-gcm"/><feature var="tigase:push:filter:ignore-unknown:0"/><feature var="tigase:push:filter:groupchat:0"/><feature var="tigase:push:filter:muted:0"/><feature var="tigase:push:priority:0"/><feature var="tigase:push:jingle:0"/><feature var="jabber:iq:roster"/><feature var="jabber:iq:roster-dynamic"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="urn:xmpp:mix:pam:2#archive"/><feature var="jabber:iq:version"/><feature var="urn:xmpp:time"/><feature var="jabber:iq:privacy"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="urn:xmpp:extdisco:2"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__oi4xt60563@test-domain.com/1781077109-tigase-329 << <iq from="test-domain.com" type="result" id="Bu0INCxmWaPW9xdtk9y9ICz" to="jaxmpp__oi4xt60563@test-domain.com/1781077109-tigase-329" xmlns="jabber:client"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b"/><identity category="server" type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b"/><feature var="http://jabber.org/protocol/commands"/><x type="result" xmlns="jabber:x:data"><field type="hidden" var="FORM_TYPE"><value>http://jabber.org/network/serverinfo</value></field><field type="list-multi" var="abuse-addresses"><value>mailto:abuse@test-domain.com</value><value>xmpp:abuse@test-domain.com</value></field></x><feature var="urn:xmpp:mix:pam:2"/><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:carbons:rules:0"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity category="pubsub" type="pep"/><feature var="urn:xmpp:pep-vcard-conversion:0"/><feature var="urn:xmpp:bookmarks-conversion:0"/><feature var="urn:xmpp:archive:auto"/><feature var="urn:xmpp:archive:manage"/><feature var="urn:xmpp:push:0"/><feature var="tigase:push:away:0"/><feature var="tigase:push:encrypt:0"/><feature var="tigase:push:encrypt:aes-128-gcm"/><feature var="tigase:push:filter:ignore-unknown:0"/><feature var="tigase:push:filter:groupchat:0"/><feature var="tigase:push:filter:muted:0"/><feature var="tigase:push:priority:0"/><feature var="tigase:push:jingle:0"/><feature var="jabber:iq:roster"/><feature var="jabber:iq:roster-dynamic"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="urn:xmpp:mix:pam:2#archive"/><feature var="jabber:iq:version"/><feature var="urn:xmpp:time"/><feature var="jabber:iq:privacy"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="urn:xmpp:extdisco:2"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2022-10-13 23:16:19 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__oi4xt60563@test-domain.com/1781077109-tigase-329 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 23:16:19 | >> <iq type="result" id="yoG8pcP14rayohQX9rVeXan" to="jaxmpp__oi4xt60563@test-domain.com/1781077109-tigase-329" xmlns="jabber:client"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__oi4xt60563@test-domain.com/1781077109-tigase-329 << <iq type="result" id="yoG8pcP14rayohQX9rVeXan" to="jaxmpp__oi4xt60563@test-domain.com/1781077109-tigase-329" xmlns="jabber:client"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Connector state changed: connected->disconnecting 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Terminating XMPP Stream 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=4097] Connector state changed: disconnecting->disconnected 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=4097] Stream terminated 2022-10-13 23:16:19 | >> <presence from="jaxmpp__oi4xt60563@test-domain.com/1781077109-tigase-329" to="jaxmpp__oi4xt60563@test-domain.com" xmlns="jabber:client"><c node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1" xmlns="http://jabber.org/protocol/caps"/></presence> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__oi4xt60563@test-domain.com/1781077109-tigase-329 << <presence from="jaxmpp__oi4xt60563@test-domain.com/1781077109-tigase-329" to="jaxmpp__oi4xt60563@test-domain.com" xmlns="jabber:client"><c node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1" xmlns="http://jabber.org/protocol/caps"/></presence> 2022-10-13 23:16:19 | >> <message from="test-domain.com" to="jaxmpp__oi4xt60563@test-domain.com" xmlns="jabber:client"><body>Wecome to 6ef974c7-124d-4351-bc31-7c7e2c89605f This message was set at: Thu Oct 13 22:52:34 PDT 2022</body><delay from="test-domain.com" stamp="2022-10-14T06:16:19.150Z" xmlns="urn:xmpp:delay">Offline Storage - f9c07ffec79b</delay></message> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__oi4xt60563@test-domain.com/1781077109-tigase-329 << <message from="test-domain.com" to="jaxmpp__oi4xt60563@test-domain.com" xmlns="jabber:client"><body>Wecome to 6ef974c7-124d-4351-bc31-7c7e2c89605f This message was set at: Thu Oct 13 22:52:34 PDT 2022</body><delay from="test-domain.com" stamp="2022-10-14T06:16:19.150Z" xmlns="urn:xmpp:delay">Offline Storage - f9c07ffec79b</delay></message> 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset. 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session] 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted |
testStateAfterConnectionFailureWebSocket | 0.362s |
2022-10-13 23:16:19 |
2022-10-13 23:16:19 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-13 23:16:19 | ------------------------------------ 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using WebSocketConnector 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Start connector. 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: null->connecting 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connecting->disconnected 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session, stream] 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using WebSocketConnector 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Start connector. 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: null->connecting 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Preparing connection to localhost 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Opening connection to localhost/127.0.0.1:5290 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connecting->connected 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Whitespace ping period is setted to nullms 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 23:16:19 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL 2022-10-13 23:16:19 | << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX2VlcGhyZTA1NjQscj1nbTdyMENZZzBiVlpBeVJXeEhXNw==</auth> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__eephre0564@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX2VlcGhyZTA1NjQscj1nbTdyMENZZzBiVlpBeVJXeEhXNw==</auth> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__eephre0564@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 23:16:19 | >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1nbTdyMENZZzBiVlpBeVJXeEhXN3EzaDZlaVVZU3JjNWpNQ2c2ZENDLHM9YzkwYlNTZ0hLUGI4QVE9PSxpPTQwOTY=</challenge> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__eephre0564@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1nbTdyMENZZzBiVlpBeVJXeEhXN3EzaDZlaVVZU3JjNWpNQ2c2ZENDLHM9YzkwYlNTZ0hLUGI4QVE9PSxpPTQwOTY=</challenge> 2022-10-13 23:16:19 | << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9Z203cjBDWWcwYlZaQXlSV3hIVzdxM2g2ZWlVWVNyYzVqTUNnNmRDQyxwPUUwb2d6eUpwMExlK0ViUTQyOTVxTFNld285V29MWE41NmRiTXBRTVJxc2M9</response> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__eephre0564@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9Z203cjBDWWcwYlZaQXlSV3hIVzdxM2g2ZWlVWVNyYzVqTUNnNmRDQyxwPUUwb2d6eUpwMExlK0ViUTQyOTVxTFNld285V29MWE41NmRiTXBRTVJxc2M9</response> 2022-10-13 23:16:19 | >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj00MTVWaHMzMXZRa3FFYitxV0hUSDI5anFjOUdaYUo3OElXWUEyRE9qWTcwPQ==</success> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__eephre0564@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj00MTVWaHMzMXZRa3FFYitxV0hUSDI5anFjOUdaYUo3OElXWUEyRE9qWTcwPQ==</success> 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 23:16:19 | >> <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 node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" hash="SHA-1" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__eephre0564@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 node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" hash="SHA-1" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-13 23:16:19 | << <iq xmlns="jabber:client" id="0BbXbRR6DDiT4m0viRX39GR" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__eephre0564@test-domain.com >> <iq xmlns="jabber:client" id="0BbXbRR6DDiT4m0viRX39GR" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 23:16:19 | >> <iq type="result" id="0BbXbRR6DDiT4m0viRX39GR" to="jaxmpp__eephre0564@test-domain.com/1781077109-tigase-330" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__eephre0564@test-domain.com/1781077109-tigase-330</jid></bind></iq> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__eephre0564@test-domain.com << <iq type="result" id="0BbXbRR6DDiT4m0viRX39GR" to="jaxmpp__eephre0564@test-domain.com/1781077109-tigase-330" xmlns="jabber:client"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__eephre0564@test-domain.com/1781077109-tigase-330</jid></bind></iq> 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-13 23:16:19 | << <iq xmlns="jabber:client" id="4lnpfRKNSYeXcFzhBAFAdQS" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__eephre0564@test-domain.com/1781077109-tigase-330 >> <iq xmlns="jabber:client" id="4lnpfRKNSYeXcFzhBAFAdQS" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 23:16:19 | >> <iq type="result" id="4lnpfRKNSYeXcFzhBAFAdQS" to="jaxmpp__eephre0564@test-domain.com/1781077109-tigase-330" xmlns="jabber:client"/> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__eephre0564@test-domain.com/1781077109-tigase-330 << <iq type="result" id="4lnpfRKNSYeXcFzhBAFAdQS" to="jaxmpp__eephre0564@test-domain.com/1781077109-tigase-330" xmlns="jabber:client"/> 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-13 23:16:19 | << <iq to="test-domain.com" id="Sg6TYhNILLV7ECvv9GNXWbE" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__eephre0564@test-domain.com/1781077109-tigase-330 >> <iq to="test-domain.com" id="Sg6TYhNILLV7ECvv9GNXWbE" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 23:16:19 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__eephre0564@test-domain.com/1781077109-tigase-330 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 23:16:19 | << <iq id="2vNmR6DDiT4m0viRX39GRYZ" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__eephre0564@test-domain.com/1781077109-tigase-330 >> <iq id="2vNmR6DDiT4m0viRX39GRYZ" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 23:16:19 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__eephre0564@test-domain.com/1781077109-tigase-330 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connected->disconnecting 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.terminateStream: Terminating XMPP Stream 2022-10-13 23:16:19 | >> <enabled location="f9c07ffec79b" resume="true" id="9953e15d-091f-45d0-8ef7-170a922f2b0b" max="60" xmlns="urn:xmpp:sm:3"/> 2022-10-13 23:16:19 | jaxmpp_ :: jaxmpp__eephre0564@test-domain.com/1781077109-tigase-330 << <enabled location="f9c07ffec79b" resume="true" id="9953e15d-091f-45d0-8ef7-170a922f2b0b" max="60" xmlns="urn:xmpp:sm:3"/> 2022-10-13 23:16:19 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: disconnecting->disconnected 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset. 2022-10-13 23:16:19 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session] |