Test duration : 102.798s
Failed Tests | ||
---|---|---|
tigase.tests.jaxmpp.TestHandlingOfConnectionIssues | ||
testStateAfterAuthTimeoutBosh | 40.131s |
2022-10-13 22:51:31 |
java.lang.AssertionError: expected [true] but found [false]
2022-10-13 22:51:31 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-13 22:51:31 | ------------------------------------ 2022-10-13 22:51:31 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 22:51:31 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-13 22:51:31 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using BOSHConnector 2022-10-13 22:51:51 | tigase.jaxmpp.core.client.connector.AbstractBoshConnector.onTerminate: Stream terminated. responseCode=200 2022-10-13 22:51:51 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 22:51:51 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-13 22:51:51 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using BOSHConnector 2022-10-13 22:52:11 | 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.147s |
2022-10-13 22:52:52 |
java.lang.AssertionError: expected [true] but found [false]
2022-10-13 22:52:52 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-13 22:52:52 | ------------------------------------ 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 22:52:52 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-13 22:52:52 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using BOSHConnector 2022-10-13 22:52:52 | tigase.jaxmpp.j2se.connectors.bosh.BoshWorker.run: Connection error 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.connector.AbstractBoshConnector.onError: responseCode=0 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream, session] 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 22:52:52 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-13 22:52:52 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using BOSHConnector 2022-10-13 22:53:12 | 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.294s |
2022-10-13 22:52:11 |
2022-10-13 22:52:11 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-13 22:52:11 | ------------------------------------ 2022-10-13 22:52:11 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 22:52:11 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-13 22:52:11 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector 2022-10-13 22:52:11 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] Connector state changed: null->connecting 2022-10-13 22:52:11 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] DNS entry stored in session object: localhost:5222 2022-10-13 22:52:11 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] Preparing connection to [localhost:5222] 2022-10-13 22:52:11 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] Opening connection to localhost/127.0.0.1:5222 2022-10-13 22:52:11 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] Connector state changed: connecting->connected 2022-10-13 22:52:11 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] Whitespace ping period is setted to nullms 2022-10-13 22:52:11 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 22:52:11 | >> <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 22:52:11 | jaxmpp_ :: jaxmpp__6pfr5g0560@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 22:52:11 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=4048] Start TLS 2022-10-13 22:52:11 | << <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-13 22:52:11 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-13 22:52:11 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=4050] Proceeding TLS 2022-10-13 22:52:11 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=4050] Start handshake 2022-10-13 22:52:11 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 22:52:12 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 22:52:12 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 22:52:12 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-13 22:52:31 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=4050] Connector state changed: connected->disconnected 2022-10-13 22:52:31 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=4050] Stream terminated 2022-10-13 22:52:31 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-13 22:52:31 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-13 22:52:31 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 22:52:31 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-13 22:52:31 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector 2022-10-13 22:52:31 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Connector state changed: null->connecting 2022-10-13 22:52:31 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] DNS entry stored in session object: localhost:5222 2022-10-13 22:52:31 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Preparing connection to [localhost:5222] 2022-10-13 22:52:31 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Opening connection to localhost/127.0.0.1:5222 2022-10-13 22:52:31 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Connector state changed: connecting->connected 2022-10-13 22:52:31 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 22:52:31 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Whitespace ping period is setted to nullms 2022-10-13 22:52:31 | >> <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 22:52:31 | jaxmpp_ :: jaxmpp__6pfr5g0560@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 22:52:31 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=4048] Start TLS 2022-10-13 22:52:31 | << <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-13 22:52:31 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-13 22:52:31 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=4055] Proceeding TLS 2022-10-13 22:52:31 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=4055] Start handshake 2022-10-13 22:52:31 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 22:52:32 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-13 22:52:32 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL 2022-10-13 22:52:32 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL 2022-10-13 22:52:32 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 22:52:32 | << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfXzZwZnI1ZzA1NjAscj16YWlOTzZaWWU1RTdnMXJBN1pZOQ==</auth> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfXzZwZnI1ZzA1NjAscj16YWlOTzZaWWU1RTdnMXJBN1pZOQ==</auth> 2022-10-13 22:52:32 | >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj16YWlOTzZaWWU1RTdnMXJBN1pZOUV2SktqbGxrTHZzcXZlRmswNWZoLHM9dW9LenR4VjRXVDZKaUE9PSxpPTQwOTY=</challenge> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj16YWlOTzZaWWU1RTdnMXJBN1pZOUV2SktqbGxrTHZzcXZlRmswNWZoLHM9dW9LenR4VjRXVDZKaUE9PSxpPTQwOTY=</challenge> 2022-10-13 22:52:32 | << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9emFpTk82WlllNUU3ZzFyQTdaWTlFdkpLamxsa0x2c3F2ZUZrMDVmaCxwPW4xaXpjSXlUS1NUbk9xY2szRG9zWFd0dWp1dWNBZUd2N24yaUZXN1dkVWM9</response> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9emFpTk82WlllNUU3ZzFyQTdaWTlFdkpLamxsa0x2c3F2ZUZrMDVmaCxwPW4xaXpjSXlUS1NUbk9xY2szRG9zWFd0dWp1dWNBZUd2N24yaUZXN1dkVWM9</response> 2022-10-13 22:52:32 | >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1iWk03Ymx4TDhRay9Sd2FFTlJqT3MrdlMydWI1VHBmUFBldWVac3FqT1drPQ==</success> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1iWk03Ymx4TDhRay9Sd2FFTlJqT3MrdlMydWI1VHBmUFBldWVac3FqT1drPQ==</success> 2022-10-13 22:52:32 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 22:52:32 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 22:52:32 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 22:52:32 | >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 22:52:32 | >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 22:52:32 | >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 22:52:32 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-13 22:52:32 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-13 22:52:32 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-13 22:52:32 | << <iq xmlns="jabber:client" id="wyh3tjLQZmVSQVg17CziXas" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com >> <iq xmlns="jabber:client" id="wyh3tjLQZmVSQVg17CziXas" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 22:52:32 | << <iq xmlns="jabber:client" id="HO1KZ3ujMV6k4gwrcoaHRZ0" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com >> <iq xmlns="jabber:client" id="HO1KZ3ujMV6k4gwrcoaHRZ0" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 22:52:32 | >> <iq to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-323" id="wyh3tjLQZmVSQVg17CziXas" xmlns="jabber:client" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-323</jid></bind></iq> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com << <iq to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-323" id="wyh3tjLQZmVSQVg17CziXas" xmlns="jabber:client" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-323</jid></bind></iq> 2022-10-13 22:52:32 | << <iq xmlns="jabber:client" id="gVk6zoUeAaJMyul9zakR5xd" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com >> <iq xmlns="jabber:client" id="gVk6zoUeAaJMyul9zakR5xd" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 22:52:32 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-13 22:52:32 | << <iq xmlns="jabber:client" id="GHCLWnP2pYjSSasUdKum5Dx" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-323 >> <iq xmlns="jabber:client" id="GHCLWnP2pYjSSasUdKum5Dx" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 22:52:32 | >> <iq to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-324" id="HO1KZ3ujMV6k4gwrcoaHRZ0" xmlns="jabber:client" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-324</jid></bind></iq> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-323 << <iq to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-324" id="HO1KZ3ujMV6k4gwrcoaHRZ0" xmlns="jabber:client" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-324</jid></bind></iq> 2022-10-13 22:52:32 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-13 22:52:32 | << <iq xmlns="jabber:client" id="70vv2azyBhWdAxkMY48FEiY" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-324 >> <iq xmlns="jabber:client" id="70vv2azyBhWdAxkMY48FEiY" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 22:52:32 | >> <iq to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325" id="gVk6zoUeAaJMyul9zakR5xd" xmlns="jabber:client" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325</jid></bind></iq> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-324 << <iq to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325" id="gVk6zoUeAaJMyul9zakR5xd" xmlns="jabber:client" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325</jid></bind></iq> 2022-10-13 22:52:32 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-13 22:52:32 | << <iq xmlns="jabber:client" id="6WheFmOR8LBAvaHEqgEiZiA" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 >> <iq xmlns="jabber:client" id="6WheFmOR8LBAvaHEqgEiZiA" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 22:52:32 | >> <iq to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-324" id="GHCLWnP2pYjSSasUdKum5Dx" xmlns="jabber:client" type="result"/> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 << <iq to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-324" id="GHCLWnP2pYjSSasUdKum5Dx" xmlns="jabber:client" type="result"/> 2022-10-13 22:52:32 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-13 22:52:32 | << <iq to="test-domain.com" id="HT6UjHMTWfKCEqQ5uYk1vhA" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 >> <iq to="test-domain.com" id="HT6UjHMTWfKCEqQ5uYk1vhA" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 22:52:32 | >> <iq to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325" id="70vv2azyBhWdAxkMY48FEiY" xmlns="jabber:client" type="result"/> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 << <iq to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325" id="70vv2azyBhWdAxkMY48FEiY" xmlns="jabber:client" type="result"/> 2022-10-13 22:52:32 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 22:52:32 | >> <iq to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325" id="6WheFmOR8LBAvaHEqgEiZiA" xmlns="jabber:client" type="result"/> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 << <iq to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325" id="6WheFmOR8LBAvaHEqgEiZiA" xmlns="jabber:client" type="result"/> 2022-10-13 22:52:32 | << <iq id="5Zmj0ds0fUjHMTWfKCEqQ5u" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 >> <iq id="5Zmj0ds0fUjHMTWfKCEqQ5u" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:52:32 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-13 22:52:32 | >> <enabled max="60" resume="true" id="ca45bad5-fc65-4b65-be87-33362316d73e" location="7c41cec37518" xmlns="urn:xmpp:sm:3"/> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 << <enabled max="60" resume="true" id="ca45bad5-fc65-4b65-be87-33362316d73e" location="7c41cec37518" xmlns="urn:xmpp:sm:3"/> 2022-10-13 22:52:32 | << <iq to="test-domain.com" id="V0n2sh1jEiNXhHIJQTOIFKZ" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 >> <iq to="test-domain.com" id="V0n2sh1jEiNXhHIJQTOIFKZ" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 22:52:32 | >> <iq type="result" to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325" id="HT6UjHMTWfKCEqQ5uYk1vhA" xmlns="jabber:client" from="test-domain.com"><query xmlns="http://jabber.org/protocol/disco#info"><identity name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b" category="component" type="router"/><identity name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b" category="server" type="im"/><feature var="http://jabber.org/protocol/commands"/><x xmlns="jabber:x:data" type="result"><field var="FORM_TYPE" type="hidden"><value>http://jabber.org/network/serverinfo</value></field><field var="abuse-addresses" type="list-multi"><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="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><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 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 << <iq type="result" to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325" id="HT6UjHMTWfKCEqQ5uYk1vhA" xmlns="jabber:client" from="test-domain.com"><query xmlns="http://jabber.org/protocol/disco#info"><identity name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b" category="component" type="router"/><identity name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b" category="server" type="im"/><feature var="http://jabber.org/protocol/commands"/><x xmlns="jabber:x:data" type="result"><field var="FORM_TYPE" type="hidden"><value>http://jabber.org/network/serverinfo</value></field><field var="abuse-addresses" type="list-multi"><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="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><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 22:52:32 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 22:52:32 | << <iq to="test-domain.com" id="c7G9n8Bm5qYmQGLQGKRbDiA" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 >> <iq to="test-domain.com" id="c7G9n8Bm5qYmQGLQGKRbDiA" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 22:52:32 | << <iq id="s5yRZ00dNX3q9Gzaq5AFpcJ" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 >> <iq id="s5yRZ00dNX3q9Gzaq5AFpcJ" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:52:32 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 22:52:32 | >> <iq to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325" id="5Zmj0ds0fUjHMTWfKCEqQ5u" xmlns="jabber:client" type="result"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 << <iq to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325" id="5Zmj0ds0fUjHMTWfKCEqQ5u" xmlns="jabber:client" type="result"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:52:32 | << <iq id="GPK1spTaFulW0qYWhSKS7HF" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 >> <iq id="GPK1spTaFulW0qYWhSKS7HF" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:52:32 | >> <iq type="result" to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325" id="V0n2sh1jEiNXhHIJQTOIFKZ" xmlns="jabber:client" from="test-domain.com"><query xmlns="http://jabber.org/protocol/disco#info"><identity name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b" category="component" type="router"/><identity name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b" category="server" type="im"/><feature var="http://jabber.org/protocol/commands"/><x xmlns="jabber:x:data" type="result"><field var="FORM_TYPE" type="hidden"><value>http://jabber.org/network/serverinfo</value></field><field var="abuse-addresses" type="list-multi"><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="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><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 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 << <iq type="result" to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325" id="V0n2sh1jEiNXhHIJQTOIFKZ" xmlns="jabber:client" from="test-domain.com"><query xmlns="http://jabber.org/protocol/disco#info"><identity name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b" category="component" type="router"/><identity name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b" category="server" type="im"/><feature var="http://jabber.org/protocol/commands"/><x xmlns="jabber:x:data" type="result"><field var="FORM_TYPE" type="hidden"><value>http://jabber.org/network/serverinfo</value></field><field var="abuse-addresses" type="list-multi"><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="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><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 22:52:32 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 22:52:32 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 22:52:32 | >> <iq to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325" id="s5yRZ00dNX3q9Gzaq5AFpcJ" xmlns="jabber:client" type="result"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 << <iq to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325" id="s5yRZ00dNX3q9Gzaq5AFpcJ" xmlns="jabber:client" type="result"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:52:32 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Connector state changed: connected->disconnecting 2022-10-13 22:52:32 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Terminating XMPP Stream 2022-10-13 22:52:32 | >> <iq type="result" to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325" id="c7G9n8Bm5qYmQGLQGKRbDiA" xmlns="jabber:client" from="test-domain.com"><query xmlns="http://jabber.org/protocol/disco#info"><identity name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b" category="component" type="router"/><identity name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b" category="server" type="im"/><feature var="http://jabber.org/protocol/commands"/><x xmlns="jabber:x:data" type="result"><field var="FORM_TYPE" type="hidden"><value>http://jabber.org/network/serverinfo</value></field><field var="abuse-addresses" type="list-multi"><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="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><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 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 << <iq type="result" to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325" id="c7G9n8Bm5qYmQGLQGKRbDiA" xmlns="jabber:client" from="test-domain.com"><query xmlns="http://jabber.org/protocol/disco#info"><identity name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b" category="component" type="router"/><identity name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b" category="server" type="im"/><feature var="http://jabber.org/protocol/commands"/><x xmlns="jabber:x:data" type="result"><field var="FORM_TYPE" type="hidden"><value>http://jabber.org/network/serverinfo</value></field><field var="abuse-addresses" type="list-multi"><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="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><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 22:52:32 | >> <message to="jaxmpp__6pfr5g0560@test-domain.com" xmlns="jabber:client" from="test-domain.com"><body>Wecome to 187c78a5-98f7-4fa5-8166-d94f629fdaa2 This message was set at: Thu Oct 13 22:29:26 PDT 2022</body><delay stamp="2022-10-14T05:52:11.834Z" xmlns="urn:xmpp:delay" from="test-domain.com">Offline Storage - 7c41cec37518</delay></message> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 << <message to="jaxmpp__6pfr5g0560@test-domain.com" xmlns="jabber:client" from="test-domain.com"><body>Wecome to 187c78a5-98f7-4fa5-8166-d94f629fdaa2 This message was set at: Thu Oct 13 22:29:26 PDT 2022</body><delay stamp="2022-10-14T05:52:11.834Z" xmlns="urn:xmpp:delay" from="test-domain.com">Offline Storage - 7c41cec37518</delay></message> 2022-10-13 22:52:32 | >> <presence to="jaxmpp__6pfr5g0560@test-domain.com" xmlns="jabber:client" from="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325"><c hash="sha-1" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" xmlns="http://jabber.org/protocol/caps"/></presence> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 << <presence to="jaxmpp__6pfr5g0560@test-domain.com" xmlns="jabber:client" from="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325"><c hash="sha-1" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" xmlns="http://jabber.org/protocol/caps"/></presence> 2022-10-13 22:52:32 | >> <iq to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325" id="GPK1spTaFulW0qYWhSKS7HF" xmlns="jabber:client" type="result"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 << <iq to="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325" id="GPK1spTaFulW0qYWhSKS7HF" xmlns="jabber:client" type="result"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:52:32 | >> <presence to="jaxmpp__6pfr5g0560@test-domain.com" xmlns="jabber:client" from="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325"><c hash="sha-1" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" xmlns="http://jabber.org/protocol/caps"/></presence> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325 << <presence to="jaxmpp__6pfr5g0560@test-domain.com" xmlns="jabber:client" from="jaxmpp__6pfr5g0560@test-domain.com/228467168-tigase-325"><c hash="sha-1" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" xmlns="http://jabber.org/protocol/caps"/></presence> 2022-10-13 22:52:32 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=4055] Connector state changed: disconnecting->disconnected 2022-10-13 22:52:32 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=4055] Stream terminated 2022-10-13 22:52:32 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-13 22:52:32 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset. 2022-10-13 22:52:32 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session] 2022-10-13 22:52:32 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-13 22:52:32 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted |
testStateAfterAuthTimeoutWebSocket | 20.342s |
2022-10-13 22:52:32 |
2022-10-13 22:52:32 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-13 22:52:32 | ------------------------------------ 2022-10-13 22:52:32 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 22:52:32 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-13 22:52:32 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using WebSocketConnector 2022-10-13 22:52:32 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Start connector. 2022-10-13 22:52:32 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: null->connecting 2022-10-13 22:52:32 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Preparing connection to localhost 2022-10-13 22:52:32 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Opening connection to localhost/127.0.0.1:5290 2022-10-13 22:52:32 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connecting->connected 2022-10-13 22:52:32 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Whitespace ping period is setted to nullms 2022-10-13 22:52:32 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 22:52:32 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-13 22:52:32 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 22:52:32 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connected->disconnecting 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.terminateStream: Terminating XMPP Stream 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.onStreamTerminate: Stream terminated 2022-10-13 22:52:52 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: disconnecting->disconnected 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 22:52:52 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-13 22:52:52 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using WebSocketConnector 2022-10-13 22:52:52 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Start connector. 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: null->connecting 2022-10-13 22:52:52 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Preparing connection to localhost 2022-10-13 22:52:52 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Opening connection to localhost/127.0.0.1:5290 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connecting->connected 2022-10-13 22:52:52 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Whitespace ping period is setted to nullms 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 22:52:52 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL 2022-10-13 22:52:52 | << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX3ZtcnhsbjA1NjEscj12ZXBqalVRRXZZa3BrYVdLbkw3Nw==</auth> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX3ZtcnhsbjA1NjEscj12ZXBqalVRRXZZa3BrYVdLbkw3Nw==</auth> 2022-10-13 22:52:52 | >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj12ZXBqalVRRXZZa3BrYVdLbkw3N1dqbTZIOTc5TGQ1WUY4ejR3NWIxLHM9cm9CUjhtdzBTd0xNWlE9PSxpPTQwOTY=</challenge> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj12ZXBqalVRRXZZa3BrYVdLbkw3N1dqbTZIOTc5TGQ1WUY4ejR3NWIxLHM9cm9CUjhtdzBTd0xNWlE9PSxpPTQwOTY=</challenge> 2022-10-13 22:52:52 | << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9dmVwampVUUV2WWtwa2FXS25MNzdXam02SDk3OUxkNVlGOHo0dzViMSxwPXA2V05oa0FObG0wdkgyMUc0Z3g5WjFVcVVCczlDTis2SGtkWitMQWVLQ1U9</response> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9dmVwampVUUV2WWtwa2FXS25MNzdXam02SDk3OUxkNVlGOHo0dzViMSxwPXA2V05oa0FObG0wdkgyMUc0Z3g5WjFVcVVCczlDTis2SGtkWitMQWVLQ1U9</response> 2022-10-13 22:52:52 | >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1mMmxoL0R5TzFlZnUxWmVYT0FPZXA4ajRIMkNEZEJpYjZta0dzd3kyaTBBPQ==</success> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1mMmxoL0R5TzFlZnUxWmVYT0FPZXA4ajRIMkNEZEJpYjZta0dzd3kyaTBBPQ==</success> 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 22:52:52 | >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 22:52:52 | >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-13 22:52:52 | >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 22:52:52 | << <iq xmlns="jabber:client" id="M8xwp4gW00p8gUbPVSKHLTV" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com >> <iq xmlns="jabber:client" id="M8xwp4gW00p8gUbPVSKHLTV" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-13 22:52:52 | << <iq xmlns="jabber:client" id="vQDyjZlPYfSXWYbM3bKPOZe" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com >> <iq xmlns="jabber:client" id="vQDyjZlPYfSXWYbM3bKPOZe" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-13 22:52:52 | << <iq xmlns="jabber:client" id="RfO24xoMWfXboMLT9rcHMLy" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com >> <iq xmlns="jabber:client" id="RfO24xoMWfXboMLT9rcHMLy" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 22:52:52 | >> <iq to="jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-326" id="M8xwp4gW00p8gUbPVSKHLTV" xmlns="jabber:client" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-326</jid></bind></iq> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com << <iq to="jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-326" id="M8xwp4gW00p8gUbPVSKHLTV" xmlns="jabber:client" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-326</jid></bind></iq> 2022-10-13 22:52:52 | >> <iq to="jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-327" id="vQDyjZlPYfSXWYbM3bKPOZe" xmlns="jabber:client" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-327</jid></bind></iq> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com << <iq to="jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-327" id="vQDyjZlPYfSXWYbM3bKPOZe" xmlns="jabber:client" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-327</jid></bind></iq> 2022-10-13 22:52:52 | >> <iq to="jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328" id="RfO24xoMWfXboMLT9rcHMLy" xmlns="jabber:client" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328</jid></bind></iq> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com << <iq to="jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328" id="RfO24xoMWfXboMLT9rcHMLy" xmlns="jabber:client" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328</jid></bind></iq> 2022-10-13 22:52:52 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-13 22:52:52 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-13 22:52:52 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-13 22:52:52 | << <iq xmlns="jabber:client" id="qQzOZr9kEvn7n4rgJu4naPJ" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328 >> <iq xmlns="jabber:client" id="qQzOZr9kEvn7n4rgJu4naPJ" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 22:52:52 | << <iq xmlns="jabber:client" id="chQt1qbwp4gW00p8gUbPVSK" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328 >> <iq xmlns="jabber:client" id="chQt1qbwp4gW00p8gUbPVSK" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 22:52:52 | << <iq xmlns="jabber:client" id="0SBHLTVaDEv2azyBhWdAxkM" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328 >> <iq xmlns="jabber:client" id="0SBHLTVaDEv2azyBhWdAxkM" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 22:52:52 | >> <iq to="jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328" id="qQzOZr9kEvn7n4rgJu4naPJ" xmlns="jabber:client" type="result"/> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328 << <iq to="jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328" id="qQzOZr9kEvn7n4rgJu4naPJ" xmlns="jabber:client" type="result"/> 2022-10-13 22:52:52 | >> <iq to="jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328" id="chQt1qbwp4gW00p8gUbPVSK" xmlns="jabber:client" type="result"/> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328 << <iq to="jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328" id="chQt1qbwp4gW00p8gUbPVSK" xmlns="jabber:client" type="result"/> 2022-10-13 22:52:52 | >> <iq to="jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328" id="0SBHLTVaDEv2azyBhWdAxkM" xmlns="jabber:client" type="result"/> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328 << <iq to="jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328" id="0SBHLTVaDEv2azyBhWdAxkM" xmlns="jabber:client" type="result"/> 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-13 22:52:52 | << <iq to="test-domain.com" id="LhMbwp4gW00p8gUbPVSKHLT" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328 >> <iq to="test-domain.com" id="LhMbwp4gW00p8gUbPVSKHLT" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 22:52:52 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 22:52:52 | << <iq to="test-domain.com" id="87gQMN0v5yr2r8ocw2tgwqd" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328 >> <iq to="test-domain.com" id="87gQMN0v5yr2r8ocw2tgwqd" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 22:52:52 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 22:52:52 | << <iq to="test-domain.com" id="2iLbvkXiNCkTcTR6xePUWiI" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328 >> <iq to="test-domain.com" id="2iLbvkXiNCkTcTR6xePUWiI" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 22:52:52 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 22:52:52 | << <iq id="sjMjTOCrfRR2n8tY2j2zdOX" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328 >> <iq id="sjMjTOCrfRR2n8tY2j2zdOX" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:52:52 | << <iq id="nXG3qQ4vtdsU1pbvkXiNCkT" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328 >> <iq id="nXG3qQ4vtdsU1pbvkXiNCkT" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:52:52 | << <iq id="ViFCCBFBes7BzhS3uboSZoh" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328 >> <iq id="ViFCCBFBes7BzhS3uboSZoh" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:52:52 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 22:52:52 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 22:52:52 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 22:52:52 | >> <enabled max="60" resume="true" id="67c32fbc-6e01-41d6-bd92-1cd2287e98da" location="7c41cec37518" xmlns="urn:xmpp:sm:3"/> 2022-10-13 22:52:52 | jaxmpp_ :: jaxmpp__vmrxln0561@test-domain.com/228467168-tigase-328 << <enabled max="60" resume="true" id="67c32fbc-6e01-41d6-bd92-1cd2287e98da" location="7c41cec37518" xmlns="urn:xmpp:sm:3"/> 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connected->disconnecting 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.terminateStream: Terminating XMPP Stream 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset. 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session] 2022-10-13 22:52:52 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-13 22:52:52 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: disconnecting->disconnected |
testStateAfterConnectionFailureSocket | 0.318s |
2022-10-13 22:53:13 |
2022-10-13 22:53:13 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-13 22:53:13 | ------------------------------------ 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=638 thread=1] Connector state changed: null->connecting 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=638 thread=1] DNS entry stored in session object: missing:5222 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=638 thread=1] Preparing connection to [missing:5222] 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=638 thread=1] missing: Name or service not known. Trying next. 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=638 thread=1] Connector state changed: connecting->disconnected 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream, session] 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Connector state changed: null->connecting 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] DNS entry stored in session object: localhost:5222 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Preparing connection to [localhost:5222] 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Opening connection to localhost/127.0.0.1:5222 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Connector state changed: connecting->connected 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Whitespace ping period is setted to nullms 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=4098] Start TLS 2022-10-13 22:53:13 | >> <features xmlns="http://etherx.jabber.org/streams"><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__s21nz30563@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 22:53:13 | << <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__s21nz30563@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=4102] Proceeding TLS 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=4102] Start handshake 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 22:53:13 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__s21nz30563@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL 2022-10-13 22:53:13 | << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX3MyMW56MzA1NjMscj1IdnBpemFhNE1UdzlCY2FJcTF3aA==</auth> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__s21nz30563@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX3MyMW56MzA1NjMscj1IdnBpemFhNE1UdzlCY2FJcTF3aA==</auth> 2022-10-13 22:53:13 | >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1IdnBpemFhNE1UdzlCY2FJcTF3aG93ckV6bTE4VnJzbXhBdDJ3djBDLHM9aWkxOU9keGwycDB4M2c9PSxpPTQwOTY=</challenge> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__s21nz30563@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1IdnBpemFhNE1UdzlCY2FJcTF3aG93ckV6bTE4VnJzbXhBdDJ3djBDLHM9aWkxOU9keGwycDB4M2c9PSxpPTQwOTY=</challenge> 2022-10-13 22:53:13 | << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9SHZwaXphYTRNVHc5QmNhSXExd2hvd3JFem0xOFZyc214QXQyd3YwQyxwPVhpNTZUUXFLSVNaOHI0dVV2Y1BlbHZhZHIwZWNoZldWaWJ5ZXlaaFpMZ3M9</response> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__s21nz30563@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9SHZwaXphYTRNVHc5QmNhSXExd2hvd3JFem0xOFZyc214QXQyd3YwQyxwPVhpNTZUUXFLSVNaOHI0dVV2Y1BlbHZhZHIwZWNoZldWaWJ5ZXlaaFpMZ3M9</response> 2022-10-13 22:53:13 | >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1pZFJYVGdYem9EY1pSNVQ4ZUVQUTF3cVFkU0ZyRk1DQm82dFFoQWZSeVZFPQ==</success> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__s21nz30563@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1pZFJYVGdYem9EY1pSNVQ4ZUVQUTF3cVFkU0ZyRk1DQm82dFFoQWZSeVZFPQ==</success> 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 22:53:13 | >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__s21nz30563@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-13 22:53:13 | << <iq xmlns="jabber:client" id="YsWCv24l3t5uhW5cudQbrgR" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__s21nz30563@test-domain.com >> <iq xmlns="jabber:client" id="YsWCv24l3t5uhW5cudQbrgR" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 22:53:13 | >> <iq to="jaxmpp__s21nz30563@test-domain.com/228467168-tigase-329" id="YsWCv24l3t5uhW5cudQbrgR" xmlns="jabber:client" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__s21nz30563@test-domain.com/228467168-tigase-329</jid></bind></iq> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__s21nz30563@test-domain.com << <iq to="jaxmpp__s21nz30563@test-domain.com/228467168-tigase-329" id="YsWCv24l3t5uhW5cudQbrgR" xmlns="jabber:client" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__s21nz30563@test-domain.com/228467168-tigase-329</jid></bind></iq> 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-13 22:53:13 | << <iq xmlns="jabber:client" id="grR9FAi08gVak2rlXWSXhVZ" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__s21nz30563@test-domain.com/228467168-tigase-329 >> <iq xmlns="jabber:client" id="grR9FAi08gVak2rlXWSXhVZ" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 22:53:13 | >> <iq to="jaxmpp__s21nz30563@test-domain.com/228467168-tigase-329" id="grR9FAi08gVak2rlXWSXhVZ" xmlns="jabber:client" type="result"/> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__s21nz30563@test-domain.com/228467168-tigase-329 << <iq to="jaxmpp__s21nz30563@test-domain.com/228467168-tigase-329" id="grR9FAi08gVak2rlXWSXhVZ" xmlns="jabber:client" type="result"/> 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-13 22:53:13 | << <iq to="test-domain.com" id="dCm4wnUbCm8oMXesiXn148t" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__s21nz30563@test-domain.com/228467168-tigase-329 >> <iq to="test-domain.com" id="dCm4wnUbCm8oMXesiXn148t" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 22:53:13 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__s21nz30563@test-domain.com/228467168-tigase-329 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 22:53:13 | >> <enabled max="60" resume="true" id="61ed20ba-827b-45f6-9c35-55bcb532a3cc" location="7c41cec37518" xmlns="urn:xmpp:sm:3"/> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__s21nz30563@test-domain.com/228467168-tigase-329 << <enabled max="60" resume="true" id="61ed20ba-827b-45f6-9c35-55bcb532a3cc" location="7c41cec37518" xmlns="urn:xmpp:sm:3"/> 2022-10-13 22:53:13 | << <iq id="gtTdNQO2cobGm6zBtYW5xr1" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__s21nz30563@test-domain.com/228467168-tigase-329 >> <iq id="gtTdNQO2cobGm6zBtYW5xr1" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:53:13 | >> <iq type="result" to="jaxmpp__s21nz30563@test-domain.com/228467168-tigase-329" id="dCm4wnUbCm8oMXesiXn148t" xmlns="jabber:client" from="test-domain.com"><query xmlns="http://jabber.org/protocol/disco#info"><identity name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b" category="component" type="router"/><identity name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b" category="server" type="im"/><feature var="http://jabber.org/protocol/commands"/><x xmlns="jabber:x:data" type="result"><field var="FORM_TYPE" type="hidden"><value>http://jabber.org/network/serverinfo</value></field><field var="abuse-addresses" type="list-multi"><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="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><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 22:53:13 | jaxmpp_ :: jaxmpp__s21nz30563@test-domain.com/228467168-tigase-329 << <iq type="result" to="jaxmpp__s21nz30563@test-domain.com/228467168-tigase-329" id="dCm4wnUbCm8oMXesiXn148t" xmlns="jabber:client" from="test-domain.com"><query xmlns="http://jabber.org/protocol/disco#info"><identity name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b" category="component" type="router"/><identity name="Tigase ver. 8.3.0-SNAPSHOT-b12128/cccf702b" category="server" type="im"/><feature var="http://jabber.org/protocol/commands"/><x xmlns="jabber:x:data" type="result"><field var="FORM_TYPE" type="hidden"><value>http://jabber.org/network/serverinfo</value></field><field var="abuse-addresses" type="list-multi"><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="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><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 22:53:13 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__s21nz30563@test-domain.com/228467168-tigase-329 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 22:53:13 | >> <iq to="jaxmpp__s21nz30563@test-domain.com/228467168-tigase-329" id="gtTdNQO2cobGm6zBtYW5xr1" xmlns="jabber:client" type="result"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__s21nz30563@test-domain.com/228467168-tigase-329 << <iq to="jaxmpp__s21nz30563@test-domain.com/228467168-tigase-329" id="gtTdNQO2cobGm6zBtYW5xr1" xmlns="jabber:client" type="result"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Connector state changed: connected->disconnecting 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Terminating XMPP Stream 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=4102] Connector state changed: disconnecting->disconnected 2022-10-13 22:53:13 | >> <presence to="jaxmpp__s21nz30563@test-domain.com" xmlns="jabber:client" from="jaxmpp__s21nz30563@test-domain.com/228467168-tigase-329"><c hash="sha-1" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" xmlns="http://jabber.org/protocol/caps"/></presence> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__s21nz30563@test-domain.com/228467168-tigase-329 << <presence to="jaxmpp__s21nz30563@test-domain.com" xmlns="jabber:client" from="jaxmpp__s21nz30563@test-domain.com/228467168-tigase-329"><c hash="sha-1" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" xmlns="http://jabber.org/protocol/caps"/></presence> 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset. 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session] |
testStateAfterConnectionFailureWebSocket | 0.300s |
2022-10-13 22:53:13 |
2022-10-13 22:53:13 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues] 2022-10-13 22:53:13 | ------------------------------------ 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using WebSocketConnector 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Start connector. 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: null->connecting 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connecting->disconnected 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream, session] 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream] 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using WebSocketConnector 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Start connector. 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: null->connecting 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Preparing connection to localhost 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Opening connection to localhost/127.0.0.1:5290 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connecting->connected 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Whitespace ping period is setted to nullms 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 22:53:13 | >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__kn3jx60564@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL 2022-10-13 22:53:13 | << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX2tuM2p4NjA1NjQscj0yeGs2S08yb2ZVZWtqa1BBbEVZaw==</auth> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__kn3jx60564@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX2tuM2p4NjA1NjQscj0yeGs2S08yb2ZVZWtqa1BBbEVZaw==</auth> 2022-10-13 22:53:13 | >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj0yeGs2S08yb2ZVZWtqa1BBbEVZa1RUTVhtV294Z1N6dVB6bG1LYXBQLHM9a0pXeDBlOVE3YXV0UFE9PSxpPTQwOTY=</challenge> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__kn3jx60564@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj0yeGs2S08yb2ZVZWtqa1BBbEVZa1RUTVhtV294Z1N6dVB6bG1LYXBQLHM9a0pXeDBlOVE3YXV0UFE9PSxpPTQwOTY=</challenge> 2022-10-13 22:53:13 | << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9MnhrNktPMm9mVWVramtQQWxFWWtUVE1YbVdveGdTenVQemxtS2FwUCxwPXJLZHQyU2g4UWhIcWdpb1hkOVZGQkJTbWpraDZTOWhhZ3JZYjdjOTJYZ1k9</response> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__kn3jx60564@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9MnhrNktPMm9mVWVramtQQWxFWWtUVE1YbVdveGdTenVQemxtS2FwUCxwPXJLZHQyU2g4UWhIcWdpb1hkOVZGQkJTbWpraDZTOWhhZ3JZYjdjOTJYZ1k9</response> 2022-10-13 22:53:13 | >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1iRVN1bWlUZmVITjZENnE3N0RIUnRadW9EMTQ2M3JpOU9XVFFHWWtZK25ZPQ==</success> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__kn3jx60564@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1iRVN1bWlUZmVITjZENnE3N0RIUnRadW9EMTQ2M3JpOU9XVFFHWWtZK25ZPQ==</success> 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled 2022-10-13 22:53:13 | >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__kn3jx60564@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" ver="ujZF7fLWJCI+sxxPMvHZO7+R0uQ=" xmlns="http://jabber.org/protocol/caps"/></features> 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false 2022-10-13 22:53:13 | << <iq xmlns="jabber:client" id="CvRnXWYbM3bKPOZeAAiAzsU" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__kn3jx60564@test-domain.com >> <iq xmlns="jabber:client" id="CvRnXWYbM3bKPOZeAAiAzsU" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2022-10-13 22:53:13 | >> <iq to="jaxmpp__kn3jx60564@test-domain.com/228467168-tigase-330" id="CvRnXWYbM3bKPOZeAAiAzsU" xmlns="jabber:client" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__kn3jx60564@test-domain.com/228467168-tigase-330</jid></bind></iq> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__kn3jx60564@test-domain.com << <iq to="jaxmpp__kn3jx60564@test-domain.com/228467168-tigase-330" id="CvRnXWYbM3bKPOZeAAiAzsU" xmlns="jabber:client" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__kn3jx60564@test-domain.com/228467168-tigase-330</jid></bind></iq> 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded. 2022-10-13 22:53:13 | << <iq xmlns="jabber:client" id="dIsgU9shOKUWS9CeQ3zpQGz" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__kn3jx60564@test-domain.com/228467168-tigase-330 >> <iq xmlns="jabber:client" id="dIsgU9shOKUWS9CeQ3zpQGz" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2022-10-13 22:53:13 | >> <iq to="jaxmpp__kn3jx60564@test-domain.com/228467168-tigase-330" id="dIsgU9shOKUWS9CeQ3zpQGz" xmlns="jabber:client" type="result"/> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__kn3jx60564@test-domain.com/228467168-tigase-330 << <iq to="jaxmpp__kn3jx60564@test-domain.com/228467168-tigase-330" id="dIsgU9shOKUWS9CeQ3zpQGz" xmlns="jabber:client" type="result"/> 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management 2022-10-13 22:53:13 | << <iq to="test-domain.com" id="PuKTcw2tgwqdT38gJP1bGFI" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__kn3jx60564@test-domain.com/228467168-tigase-330 >> <iq to="test-domain.com" id="PuKTcw2tgwqdT38gJP1bGFI" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2022-10-13 22:53:13 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__kn3jx60564@test-domain.com/228467168-tigase-330 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2022-10-13 22:53:13 | << <iq id="alh4yBhWdAxkMY48FEiYj5r" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__kn3jx60564@test-domain.com/228467168-tigase-330 >> <iq id="alh4yBhWdAxkMY48FEiYj5r" type="get"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:53:13 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__kn3jx60564@test-domain.com/228467168-tigase-330 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connected->disconnecting 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.terminateStream: Terminating XMPP Stream 2022-10-13 22:53:13 | >> <enabled max="60" resume="true" id="2e017826-0059-4d67-ad8e-4f4e7e7a6ce0" location="7c41cec37518" xmlns="urn:xmpp:sm:3"/> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__kn3jx60564@test-domain.com/228467168-tigase-330 << <enabled max="60" resume="true" id="2e017826-0059-4d67-ad8e-4f4e7e7a6ce0" location="7c41cec37518" xmlns="urn:xmpp:sm:3"/> 2022-10-13 22:53:13 | >> <iq to="jaxmpp__kn3jx60564@test-domain.com/228467168-tigase-330" id="alh4yBhWdAxkMY48FEiYj5r" xmlns="jabber:client" type="result"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:53:13 | jaxmpp_ :: jaxmpp__kn3jx60564@test-domain.com/228467168-tigase-330 << <iq to="jaxmpp__kn3jx60564@test-domain.com/228467168-tigase-330" id="alh4yBhWdAxkMY48FEiYj5r" xmlns="jabber:client" type="result"><query xmlns="jabber:iq:roster"/></iq> 2022-10-13 22:53:13 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: disconnecting->disconnected 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset. 2022-10-13 22:53:13 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session] 2022-10-13 22:53:16 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted |