Generated by TestNG with ReportNG at 22:20 PDT on Tuesday 21 June 2022
root@21fb2cc9076b / Java 17.0.2 (Private Build) / Linux 4.14.186-146.268.amzn2.x86_64 (amd64)

Testing state of JaXMPP instance after issues with connection or authentication timeout - #4378

Suites · Log Output

Test duration : 63.980s

Failed Tests
tigase.tests.jaxmpp.TestHandlingOfConnectionIssues
testStateAfterConnectionFailureBosh 0.245s
2022-06-21 22:44:44 |

2022-06-21 22:44:44 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues]

2022-06-21 22:44:44 | ------------------------------------

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream]

2022-06-21 22:44:44 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false

2022-06-21 22:44:44 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using BOSHConnector

2022-06-21 22:44:44 | tigase.jaxmpp.j2se.connectors.bosh.BoshWorker.run: Connection error

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.connector.AbstractBoshConnector.onError: responseCode=0

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream, session]

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream]

2022-06-21 22:44:44 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true

2022-06-21 22:44:44 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using BOSHConnector

2022-06-21 22:44:44 |  >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__mx9clt0562@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL

2022-06-21 22:44:44 |  << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX214OWNsdDA1NjIscj1ZdEZVZWtQQklYblhxZTh3T05Idg==</auth>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__mx9clt0562@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX214OWNsdDA1NjIscj1ZdEZVZWtQQklYblhxZTh3T05Idg==</auth>

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.connector.AbstractBoshConnector.onTerminate: Stream terminated. responseCode=200

java.lang.AssertionError: expected [true] but found [false]
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
testStateAfterAuthTimeoutBosh 20.592s
2022-06-21 22:43:42 |

2022-06-21 22:43:42 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues]

2022-06-21 22:43:42 | ------------------------------------

2022-06-21 22:43:42 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream]

2022-06-21 22:43:42 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false

2022-06-21 22:43:42 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using BOSHConnector

2022-06-21 22:43:42 |  >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:43:42 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:44:02 | tigase.jaxmpp.core.client.connector.AbstractBoshConnector.onTerminate: Stream terminated. responseCode=200

2022-06-21 22:44:02 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream]

2022-06-21 22:44:02 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true

2022-06-21 22:44:02 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using BOSHConnector

2022-06-21 22:44:02 |  >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:44:02 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:44:02 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL

2022-06-21 22:44:02 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL

2022-06-21 22:44:02 |  << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX2owM2NhajA1NTkscj1QYzRadm1xanFOTjY1NlNhRXoybw==</auth>

2022-06-21 22:44:02 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX2owM2NhajA1NTkscj1QYzRadm1xanFOTjY1NlNhRXoybw==</auth>

2022-06-21 22:44:02 |  >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1QYzRadm1xanFOTjY1NlNhRXoyb0U1VDlLT0hYekpzcFNSTmM2eE9yLHM9TWQ5Rk5pbFdwcmJXMlE9PSxpPTQwOTY=</challenge>

2022-06-21 22:44:02 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1QYzRadm1xanFOTjY1NlNhRXoyb0U1VDlLT0hYekpzcFNSTmM2eE9yLHM9TWQ5Rk5pbFdwcmJXMlE9PSxpPTQwOTY=</challenge>

2022-06-21 22:44:02 |  << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9UGM0WnZtcWpxTk42NTZTYUV6Mm9FNVQ5S09IWHpKc3BTUk5jNnhPcixwPTMzRDFHc3RuZ1Qra0ViRWRxRHNCdGFxOUZpbDJPVjEvWE1UZXlza1NLakU9</response>

2022-06-21 22:44:02 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9UGM0WnZtcWpxTk42NTZTYUV6Mm9FNVQ5S09IWHpKc3BTUk5jNnhPcixwPTMzRDFHc3RuZ1Qra0ViRWRxRHNCdGFxOUZpbDJPVjEvWE1UZXlza1NLakU9</response>

2022-06-21 22:44:02 |  >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1iTXF4Zk1GM05ZeFMxcjc0M2NUVWRCckxGSENtTXpIWDR5QjJSclphMnJ3PQ==</success>

2022-06-21 22:44:02 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1iTXF4Zk1GM05ZeFMxcjc0M2NUVWRCckxGSENtTXpIWDR5QjJSclphMnJ3PQ==</success>

2022-06-21 22:44:02 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-06-21 22:44:02 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-06-21 22:44:02 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-06-21 22:44:03 |  >> <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"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1" ver="7N9JcpyNI4JBZWJKrr2gx9UyRWo="/></features>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@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"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1" ver="7N9JcpyNI4JBZWJKrr2gx9UyRWo="/></features>

2022-06-21 22:44:03 |  >> <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"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1" ver="7N9JcpyNI4JBZWJKrr2gx9UyRWo="/></features>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@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"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1" ver="7N9JcpyNI4JBZWJKrr2gx9UyRWo="/></features>

2022-06-21 22:44:03 |  >> <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"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1" ver="7N9JcpyNI4JBZWJKrr2gx9UyRWo="/></features>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@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"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1" ver="7N9JcpyNI4JBZWJKrr2gx9UyRWo="/></features>

2022-06-21 22:44:03 |  << <iq xmlns="jabber:client" id="SP0i2tWTeOR8LQT8wvvk1jL" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com >> <iq xmlns="jabber:client" id="SP0i2tWTeOR8LQT8wvvk1jL" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-06-21 22:44:03 |  << <iq xmlns="jabber:client" id="ZYpl6HIDCurn4vhHt7o8EN4" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com >> <iq xmlns="jabber:client" id="ZYpl6HIDCurn4vhHt7o8EN4" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-06-21 22:44:03 |  << <iq xmlns="jabber:client" id="3ZqofZiXbv5lQ2spiW6mU24" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com >> <iq xmlns="jabber:client" id="3ZqofZiXbv5lQ2spiW6mU24" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-06-21 22:44:03 |  >> <iq xmlns="jabber:client" id="SP0i2tWTeOR8LQT8wvvk1jL" to="jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-325" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-325</jid></bind></iq>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com << <iq xmlns="jabber:client" id="SP0i2tWTeOR8LQT8wvvk1jL" to="jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-325" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-325</jid></bind></iq>

2022-06-21 22:44:03 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded.

2022-06-21 22:44:03 |  << <iq to="test-domain.com" id="O0roW4mIS9iBEExutgJOSdV" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-325 >> <iq to="test-domain.com" id="O0roW4mIS9iBEExutgJOSdV" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-06-21 22:44:03 |  << <iq id="uU7Wn4l2k7JMV7nPPOYk9MU" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-325 >> <iq id="uU7Wn4l2k7JMV7nPPOYk9MU" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:03 |  << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-325 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-06-21 22:44:03 |  >> <iq xmlns="jabber:client" id="ZYpl6HIDCurn4vhHt7o8EN4" to="jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-326" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-326</jid></bind></iq>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-325 << <iq xmlns="jabber:client" id="ZYpl6HIDCurn4vhHt7o8EN4" to="jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-326" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-326</jid></bind></iq>

2022-06-21 22:44:03 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded.

2022-06-21 22:44:03 |  << <iq to="test-domain.com" id="wbUq3saN5ulX3bxeO0vukSU" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-326 >> <iq to="test-domain.com" id="wbUq3saN5ulX3bxeO0vukSU" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-06-21 22:44:03 |  << <iq id="6cVshPNFvaGKZsgKEucoeRI" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-326 >> <iq id="6cVshPNFvaGKZsgKEucoeRI" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:03 |  >> <iq xmlns="jabber:client" id="3ZqofZiXbv5lQ2spiW6mU24" to="jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327</jid></bind></iq>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-326 << <iq xmlns="jabber:client" id="3ZqofZiXbv5lQ2spiW6mU24" to="jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327</jid></bind></iq>

2022-06-21 22:44:03 |  >> <iq xmlns="jabber:client" id="uU7Wn4l2k7JMV7nPPOYk9MU" to="jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327" type="result"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-326 << <iq xmlns="jabber:client" id="uU7Wn4l2k7JMV7nPPOYk9MU" to="jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327" type="result"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:03 |  << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-06-21 22:44:03 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded.

2022-06-21 22:44:03 |  << <iq to="test-domain.com" id="9ZgXZ9sgUj6ykOOQGO125CA" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327 >> <iq to="test-domain.com" id="9ZgXZ9sgUj6ykOOQGO125CA" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-06-21 22:44:03 |  >> <iq xmlns="jabber:client" id="O0roW4mIS9iBEExutgJOSdV" from="test-domain.com" to="jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327" type="result"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" type="router"/><identity category="server" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" 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="vcard-temp"/><feature var="jabber:iq:auth"/><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="urn:ietf:params:xml:ns:xmpp-session"/><feature var="jabber:iq:private"/></query></iq>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327 << <iq xmlns="jabber:client" id="O0roW4mIS9iBEExutgJOSdV" from="test-domain.com" to="jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327" type="result"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" type="router"/><identity category="server" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" 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="vcard-temp"/><feature var="jabber:iq:auth"/><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="urn:ietf:params:xml:ns:xmpp-session"/><feature var="jabber:iq:private"/></query></iq>

2022-06-21 22:44:03 |  << <iq id="35wADLQ3nTRTWeQbQ2iKGAa" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327 >> <iq id="35wADLQ3nTRTWeQbQ2iKGAa" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:03 |  >> <presence xmlns="jabber:client" from="jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327" to="jaxmpp__j03caj0559@test-domain.com"><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" hash="sha-1" ver="mg5bXbOeu1848vxdgu3jELgbQF8="/></presence>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327 << <presence xmlns="jabber:client" from="jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327" to="jaxmpp__j03caj0559@test-domain.com"><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" hash="sha-1" ver="mg5bXbOeu1848vxdgu3jELgbQF8="/></presence>

2022-06-21 22:44:03 |  << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-06-21 22:44:03 |  >> <iq xmlns="jabber:client" id="wbUq3saN5ulX3bxeO0vukSU" from="test-domain.com" to="jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327" type="result"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" type="router"/><identity category="server" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" 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="vcard-temp"/><feature var="jabber:iq:auth"/><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="urn:ietf:params:xml:ns:xmpp-session"/><feature var="jabber:iq:private"/></query></iq>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327 << <iq xmlns="jabber:client" id="wbUq3saN5ulX3bxeO0vukSU" from="test-domain.com" to="jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327" type="result"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" type="router"/><identity category="server" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" 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="vcard-temp"/><feature var="jabber:iq:auth"/><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="urn:ietf:params:xml:ns:xmpp-session"/><feature var="jabber:iq:private"/></query></iq>

2022-06-21 22:44:03 |  >> <iq xmlns="jabber:client" id="6cVshPNFvaGKZsgKEucoeRI" to="jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327" type="result"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327 << <iq xmlns="jabber:client" id="6cVshPNFvaGKZsgKEucoeRI" to="jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327" type="result"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:03 |  >> <presence xmlns="jabber:client" from="jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327" to="jaxmpp__j03caj0559@test-domain.com"><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" hash="sha-1" ver="mg5bXbOeu1848vxdgu3jELgbQF8="/></presence>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327 << <presence xmlns="jabber:client" from="jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327" to="jaxmpp__j03caj0559@test-domain.com"><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" hash="sha-1" ver="mg5bXbOeu1848vxdgu3jELgbQF8="/></presence>

2022-06-21 22:44:03 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset.

2022-06-21 22:44:03 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session]

2022-06-21 22:44:03 |  >> <iq xmlns="jabber:client" id="9ZgXZ9sgUj6ykOOQGO125CA" from="test-domain.com" to="jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327" type="result"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" type="router"/><identity category="server" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" 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="vcard-temp"/><feature var="jabber:iq:auth"/><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="urn:ietf:params:xml:ns:xmpp-session"/><feature var="jabber:iq:private"/></query></iq>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__j03caj0559@test-domain.com << <iq xmlns="jabber:client" id="9ZgXZ9sgUj6ykOOQGO125CA" from="test-domain.com" to="jaxmpp__j03caj0559@test-domain.com/2095355307-tigase-327" type="result"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" type="router"/><identity category="server" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" 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="vcard-temp"/><feature var="jabber:iq:auth"/><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="urn:ietf:params:xml:ns:xmpp-session"/><feature var="jabber:iq:private"/></query></iq>

2022-06-21 22:44:03 | tigase.jaxmpp.j2se.connectors.bosh.BoshWorker.run: Connection error

2022-06-21 22:44:03 | tigase.jaxmpp.core.client.connector.AbstractBoshConnector.onError: responseCode=0

2022-06-21 22:44:03 | tigase.jaxmpp.core.client.connector.AbstractBoshConnector.onError: responseCode=500

2022-06-21 22:44:03 | tigase.jaxmpp.core.client.connector.AbstractBoshConnector.onError: responseCode=500

2022-06-21 22:44:03 | tigase.jaxmpp.core.client.connector.AbstractBoshConnector.onError: responseCode=500

testStateAfterAuthTimeoutSocket 20.280s
2022-06-21 22:44:03 |

2022-06-21 22:44:03 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues]

2022-06-21 22:44:03 | ------------------------------------

2022-06-21 22:44:03 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream]

2022-06-21 22:44:03 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false

2022-06-21 22:44:03 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector

2022-06-21 22:44:03 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] Connector  state changed: null->connecting

2022-06-21 22:44:03 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] DNS entry stored in session object: localhost:5222

2022-06-21 22:44:03 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] Preparing connection to [localhost:5222]

2022-06-21 22:44:03 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] Opening connection to localhost/127.0.0.1:5222

2022-06-21 22:44:03 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] Connector  state changed: connecting->connected

2022-06-21 22:44:03 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=1] Whitespace ping period is setted to nullms

2022-06-21 22:44:03 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-06-21 22:44:03 |  >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:44:03 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=4091] Start TLS

2022-06-21 22:44:03 |  << <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>

2022-06-21 22:44:03 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=4093] Proceeding TLS

2022-06-21 22:44:03 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=4093] Start handshake

2022-06-21 22:44:03 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-06-21 22:44:03 |  >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:44:03 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:44:03 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=4093] Connector  state changed: connected->disconnected

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=633 thread=4093] Stream terminated

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

2022-06-21 22:44:23 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream]

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Connector  state changed: null->connecting

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] DNS entry stored in session object: localhost:5222

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Preparing connection to [localhost:5222]

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Opening connection to localhost/127.0.0.1:5222

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Connector  state changed: connecting->connected

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Whitespace ping period is setted to nullms

2022-06-21 22:44:23 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=4091] Start TLS

2022-06-21 22:44:23 |  >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:44:23 |  << <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=4098] Proceeding TLS

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=4098] Start handshake

2022-06-21 22:44:23 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-06-21 22:44:23 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true

2022-06-21 22:44:23 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL

2022-06-21 22:44:23 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL

2022-06-21 22:44:23 |  >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:44:23 |  << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX2FsNGdnODA1NjAscj1ZN0N4ZGlHc2lxSWs3cUJMY0p6aQ==</auth>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX2FsNGdnODA1NjAscj1ZN0N4ZGlHc2lxSWs3cUJMY0p6aQ==</auth>

2022-06-21 22:44:23 |  >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1ZN0N4ZGlHc2lxSWs3cUJMY0p6aWFwTHlKanEybWh0cDFyZ3lQcDFGLHM9cWlZdEgwenVJdU9MOVE9PSxpPTQwOTY=</challenge>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1ZN0N4ZGlHc2lxSWs3cUJMY0p6aWFwTHlKanEybWh0cDFyZ3lQcDFGLHM9cWlZdEgwenVJdU9MOVE9PSxpPTQwOTY=</challenge>

2022-06-21 22:44:23 |  << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9WTdDeGRpR3NpcUlrN3FCTGNKemlhcEx5SmpxMm1odHAxcmd5UHAxRixwPWFSVDNpZEpwSzVFMDBlQlZLRGgwSXhZNHdyQXFremozU0FaVUZMVTVOR0U9</response>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9WTdDeGRpR3NpcUlrN3FCTGNKemlhcEx5SmpxMm1odHAxcmd5UHAxRixwPWFSVDNpZEpwSzVFMDBlQlZLRGgwSXhZNHdyQXFremozU0FaVUZMVTVOR0U9</response>

2022-06-21 22:44:23 |  >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj02NERTRjMzR0NzMVMrMFVWb0dTZDhNWEVieW80VDBRUng5L2NLSldaL2JJPQ==</success>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj02NERTRjMzR0NzMVMrMFVWb0dTZDhNWEVieW80VDBRUng5L2NLSldaL2JJPQ==</success>

2022-06-21 22:44:23 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-06-21 22:44:23 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-06-21 22:44:23 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-06-21 22:44:23 |  >> <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"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1" ver="7N9JcpyNI4JBZWJKrr2gx9UyRWo="/></features>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@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"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1" ver="7N9JcpyNI4JBZWJKrr2gx9UyRWo="/></features>

2022-06-21 22:44:23 |  >> <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"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1" ver="7N9JcpyNI4JBZWJKrr2gx9UyRWo="/></features>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@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"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1" ver="7N9JcpyNI4JBZWJKrr2gx9UyRWo="/></features>

2022-06-21 22:44:23 |  >> <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"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1" ver="7N9JcpyNI4JBZWJKrr2gx9UyRWo="/></features>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@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"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1" ver="7N9JcpyNI4JBZWJKrr2gx9UyRWo="/></features>

2022-06-21 22:44:23 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false

2022-06-21 22:44:23 |  << <iq xmlns="jabber:client" id="8aDPNFvaGKZsgKEucoeRIrk" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com >> <iq xmlns="jabber:client" id="8aDPNFvaGKZsgKEucoeRIrk" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-06-21 22:44:23 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false

2022-06-21 22:44:23 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false

2022-06-21 22:44:23 |  << <iq xmlns="jabber:client" id="KaBSfYiOMKIqiZYXm4naPY9" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com >> <iq xmlns="jabber:client" id="KaBSfYiOMKIqiZYXm4naPY9" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-06-21 22:44:23 |  >> <iq xmlns="jabber:client" id="8aDPNFvaGKZsgKEucoeRIrk" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-328" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-328</jid></bind></iq>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com << <iq xmlns="jabber:client" id="8aDPNFvaGKZsgKEucoeRIrk" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-328" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-328</jid></bind></iq>

2022-06-21 22:44:23 |  << <iq xmlns="jabber:client" id="LdIdUaygIEi2tWTeOR8LQT8" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com >> <iq xmlns="jabber:client" id="LdIdUaygIEi2tWTeOR8LQT8" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-06-21 22:44:23 |  >> <iq xmlns="jabber:client" id="KaBSfYiOMKIqiZYXm4naPY9" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-329" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-329</jid></bind></iq>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com << <iq xmlns="jabber:client" id="KaBSfYiOMKIqiZYXm4naPY9" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-329" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-329</jid></bind></iq>

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded.

2022-06-21 22:44:23 |  << <iq xmlns="jabber:client" id="YiVudQbGzueVl0n1br3gS8L" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-329 >> <iq xmlns="jabber:client" id="YiVudQbGzueVl0n1br3gS8L" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded.

2022-06-21 22:44:23 |  >> <iq xmlns="jabber:client" id="LdIdUaygIEi2tWTeOR8LQT8" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330</jid></bind></iq>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-329 << <iq xmlns="jabber:client" id="LdIdUaygIEi2tWTeOR8LQT8" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330</jid></bind></iq>

2022-06-21 22:44:23 |  << <iq xmlns="jabber:client" id="7byLNJxfEEGRcKIAmWScNAb" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-329 >> <iq xmlns="jabber:client" id="7byLNJxfEEGRcKIAmWScNAb" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-06-21 22:44:23 |  >> <iq xmlns="jabber:client" id="YiVudQbGzueVl0n1br3gS8L" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-329" type="result"/>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-329 << <iq xmlns="jabber:client" id="YiVudQbGzueVl0n1br3gS8L" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-329" type="result"/>

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded.

2022-06-21 22:44:23 |  << <iq xmlns="jabber:client" id="R4bSKWhy7GIFKZiNW8JXePV" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330 >> <iq xmlns="jabber:client" id="R4bSKWhy7GIFKZiNW8JXePV" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-06-21 22:44:23 |  >> <iq xmlns="jabber:client" id="7byLNJxfEEGRcKIAmWScNAb" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330" type="result"/>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330 << <iq xmlns="jabber:client" id="7byLNJxfEEGRcKIAmWScNAb" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330" type="result"/>

2022-06-21 22:44:23 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management

2022-06-21 22:44:23 |  << <iq to="test-domain.com" id="S7iScNAbOYbM3q3saN5ulX3" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330 >> <iq to="test-domain.com" id="S7iScNAbOYbM3q3saN5ulX3" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-06-21 22:44:23 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management

2022-06-21 22:44:23 |  >> <iq xmlns="jabber:client" id="R4bSKWhy7GIFKZiNW8JXePV" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330" type="result"/>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330 << <iq xmlns="jabber:client" id="R4bSKWhy7GIFKZiNW8JXePV" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330" type="result"/>

2022-06-21 22:44:23 |  << <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-06-21 22:44:23 |  >> <enabled xmlns="urn:xmpp:sm:3" resume="true" id="21f985a7-58d0-4067-9c6b-c80aa0beef43" max="60" location="21fb2cc9076b"/>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330 << <enabled xmlns="urn:xmpp:sm:3" resume="true" id="21f985a7-58d0-4067-9c6b-c80aa0beef43" max="60" location="21fb2cc9076b"/>

2022-06-21 22:44:23 |  << <iq to="test-domain.com" id="YmZCtmdKHKKXp8DxdvbwoaP" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330 >> <iq to="test-domain.com" id="YmZCtmdKHKKXp8DxdvbwoaP" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-06-21 22:44:23 |  << <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-06-21 22:44:23 |  >> <iq xmlns="jabber:client" id="S7iScNAbOYbM3q3saN5ulX3" from="test-domain.com" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330" type="result"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" type="router"/><identity category="server" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" 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="vcard-temp"/><feature var="jabber:iq:auth"/><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="urn:ietf:params:xml:ns:xmpp-session"/><feature var="jabber:iq:private"/></query></iq>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330 << <iq xmlns="jabber:client" id="S7iScNAbOYbM3q3saN5ulX3" from="test-domain.com" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330" type="result"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" type="router"/><identity category="server" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" 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="vcard-temp"/><feature var="jabber:iq:auth"/><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="urn:ietf:params:xml:ns:xmpp-session"/><feature var="jabber:iq:private"/></query></iq>

2022-06-21 22:44:23 |  << <iq id="y8hcEL1m5r17pYiYrm4mSW6" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330 >> <iq id="y8hcEL1m5r17pYiYrm4mSW6" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:23 |  << <iq id="SalYobmJUazyBwfQWlbGJJB" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330 >> <iq id="SalYobmJUazyBwfQWlbGJJB" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:23 |  >> <iq xmlns="jabber:client" id="YmZCtmdKHKKXp8DxdvbwoaP" from="test-domain.com" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330" type="result"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" type="router"/><identity category="server" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" 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="vcard-temp"/><feature var="jabber:iq:auth"/><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="urn:ietf:params:xml:ns:xmpp-session"/><feature var="jabber:iq:private"/></query></iq>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330 << <iq xmlns="jabber:client" id="YmZCtmdKHKKXp8DxdvbwoaP" from="test-domain.com" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330" type="result"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" type="router"/><identity category="server" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" 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="vcard-temp"/><feature var="jabber:iq:auth"/><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="urn:ietf:params:xml:ns:xmpp-session"/><feature var="jabber:iq:private"/></query></iq>

2022-06-21 22:44:23 |  << <iq to="test-domain.com" id="1hENW8JXePVZ3hIMWneOQQS" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330 >> <iq to="test-domain.com" id="1hENW8JXePVZ3hIMWneOQQS" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-06-21 22:44:23 |  >> <iq xmlns="jabber:client" id="y8hcEL1m5r17pYiYrm4mSW6" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330" type="result"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330 << <iq xmlns="jabber:client" id="y8hcEL1m5r17pYiYrm4mSW6" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330" type="result"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:23 |  << <iq id="Rah48IPEj4udQbGzueVl0n1" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330 >> <iq id="Rah48IPEj4udQbGzueVl0n1" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:23 |  >> <iq xmlns="jabber:client" id="SalYobmJUazyBwfQWlbGJJB" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330" type="result"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330 << <iq xmlns="jabber:client" id="SalYobmJUazyBwfQWlbGJJB" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330" type="result"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:23 |  << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-06-21 22:44:23 |  << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-06-21 22:44:23 |  << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-06-21 22:44:23 |  >> <iq xmlns="jabber:client" id="1hENW8JXePVZ3hIMWneOQQS" from="test-domain.com" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330" type="result"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" type="router"/><identity category="server" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" 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="vcard-temp"/><feature var="jabber:iq:auth"/><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="urn:ietf:params:xml:ns:xmpp-session"/><feature var="jabber:iq:private"/></query></iq>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330 << <iq xmlns="jabber:client" id="1hENW8JXePVZ3hIMWneOQQS" from="test-domain.com" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330" type="result"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" type="router"/><identity category="server" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" 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="vcard-temp"/><feature var="jabber:iq:auth"/><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="urn:ietf:params:xml:ns:xmpp-session"/><feature var="jabber:iq:private"/></query></iq>

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Connector  state changed: connected->disconnecting

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=1] Terminating XMPP Stream

2022-06-21 22:44:23 |  >> <iq xmlns="jabber:client" id="Rah48IPEj4udQbGzueVl0n1" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330" type="result"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:23 | jaxmpp_ :: jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330 << <iq xmlns="jabber:client" id="Rah48IPEj4udQbGzueVl0n1" to="jaxmpp__al4gg80560@test-domain.com/2095355307-tigase-330" type="result"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=4098] Connector  state changed: disconnecting->disconnected

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=634 thread=4098] Stream terminated

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

2022-06-21 22:44:23 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset.

2022-06-21 22:44:23 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session]

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

2022-06-21 22:44:23 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

testStateAfterAuthTimeoutWebSocket 20.353s
2022-06-21 22:44:24 |

2022-06-21 22:44:24 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues]

2022-06-21 22:44:24 | ------------------------------------

2022-06-21 22:44:24 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream]

2022-06-21 22:44:24 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false

2022-06-21 22:44:24 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using WebSocketConnector

2022-06-21 22:44:24 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Start connector.

2022-06-21 22:44:24 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: null->connecting

2022-06-21 22:44:24 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Preparing connection to localhost

2022-06-21 22:44:24 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Opening connection to localhost/127.0.0.1:5290

2022-06-21 22:44:24 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connecting->connected

2022-06-21 22:44:24 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Whitespace ping period is setted to nullms

2022-06-21 22:44:24 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-06-21 22:44:24 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true

2022-06-21 22:44:24 |  >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:44:24 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connected->disconnecting

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.terminateStream: Terminating XMPP Stream

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.onStreamTerminate: Stream terminated

2022-06-21 22:44:44 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: disconnecting->disconnected

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream]

2022-06-21 22:44:44 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true

2022-06-21 22:44:44 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using WebSocketConnector

2022-06-21 22:44:44 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Start connector.

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: null->connecting

2022-06-21 22:44:44 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Preparing connection to localhost

2022-06-21 22:44:44 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Opening connection to localhost/127.0.0.1:5290

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connecting->connected

2022-06-21 22:44:44 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Whitespace ping period is setted to nullms

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-06-21 22:44:44 |  >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL

2022-06-21 22:44:44 |  << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfXzJ3YmNyMjA1NjEscj1LUnQ3N3k1ZHdDQ0cxZmMxU1Y5dA==</auth>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfXzJ3YmNyMjA1NjEscj1LUnQ3N3k1ZHdDQ0cxZmMxU1Y5dA==</auth>

2022-06-21 22:44:44 |  >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1LUnQ3N3k1ZHdDQ0cxZmMxU1Y5dFZBc3RxbHFVTnAxbWxDVnM1YmNGLHM9VmZvK255VFpkZEt4cnc9PSxpPTQwOTY=</challenge>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1LUnQ3N3k1ZHdDQ0cxZmMxU1Y5dFZBc3RxbHFVTnAxbWxDVnM1YmNGLHM9VmZvK255VFpkZEt4cnc9PSxpPTQwOTY=</challenge>

2022-06-21 22:44:44 |  << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9S1J0Nzd5NWR3Q0NHMWZjMVNWOXRWQXN0cWxxVU5wMW1sQ1ZzNWJjRixwPTUxZWV1dVBHTkF1N3dMYzlPeHUveTBScmR6WXMyVmpoMTI2R21IOFI2YUU9</response>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9S1J0Nzd5NWR3Q0NHMWZjMVNWOXRWQXN0cWxxVU5wMW1sQ1ZzNWJjRixwPTUxZWV1dVBHTkF1N3dMYzlPeHUveTBScmR6WXMyVmpoMTI2R21IOFI2YUU9</response>

2022-06-21 22:44:44 |  >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj05bmpTV3RMU3o3NGJWdE91N1Y0TFJTZEdRTWN1cnRLMzRDWFFYNFZvY0NBPQ==</success>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj05bmpTV3RMU3o3NGJWdE91N1Y0TFJTZEdRTWN1cnRLMzRDWFFYNFZvY0NBPQ==</success>

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-06-21 22:44:44 |  >> <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"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1" ver="7N9JcpyNI4JBZWJKrr2gx9UyRWo="/></features>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@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"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1" ver="7N9JcpyNI4JBZWJKrr2gx9UyRWo="/></features>

2022-06-21 22:44:44 |  >> <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"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1" ver="7N9JcpyNI4JBZWJKrr2gx9UyRWo="/></features>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@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"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1" ver="7N9JcpyNI4JBZWJKrr2gx9UyRWo="/></features>

2022-06-21 22:44:44 |  >> <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"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1" ver="7N9JcpyNI4JBZWJKrr2gx9UyRWo="/></features>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@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"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1" ver="7N9JcpyNI4JBZWJKrr2gx9UyRWo="/></features>

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false

2022-06-21 22:44:44 |  << <iq xmlns="jabber:client" id="Idj3si5EEwcAoM0pODIMN0v" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com >> <iq xmlns="jabber:client" id="Idj3si5EEwcAoM0pODIMN0v" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false

2022-06-21 22:44:44 |  << <iq xmlns="jabber:client" id="Qdh1gwunKvsgLWn4l2k7JMV" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com >> <iq xmlns="jabber:client" id="Qdh1gwunKvsgLWn4l2k7JMV" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false

2022-06-21 22:44:44 |  << <iq xmlns="jabber:client" id="r5RreHO7yjYcRdKRZ7jNKQ4" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com >> <iq xmlns="jabber:client" id="r5RreHO7yjYcRdKRZ7jNKQ4" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-06-21 22:44:44 |  >> <iq xmlns="jabber:client" id="Idj3si5EEwcAoM0pODIMN0v" to="jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-331" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-331</jid></bind></iq>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com << <iq xmlns="jabber:client" id="Idj3si5EEwcAoM0pODIMN0v" to="jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-331" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-331</jid></bind></iq>

2022-06-21 22:44:44 |  >> <iq xmlns="jabber:client" id="Qdh1gwunKvsgLWn4l2k7JMV" to="jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-332" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-332</jid></bind></iq>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com << <iq xmlns="jabber:client" id="Qdh1gwunKvsgLWn4l2k7JMV" to="jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-332" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-332</jid></bind></iq>

2022-06-21 22:44:44 |  >> <iq xmlns="jabber:client" id="r5RreHO7yjYcRdKRZ7jNKQ4" to="jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333</jid></bind></iq>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com << <iq xmlns="jabber:client" id="r5RreHO7yjYcRdKRZ7jNKQ4" to="jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333</jid></bind></iq>

2022-06-21 22:44:44 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded.

2022-06-21 22:44:44 |  << <iq xmlns="jabber:client" id="ba4Ak0oh2q4iMMyyv01ukTc" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-331 >> <iq xmlns="jabber:client" id="ba4Ak0oh2q4iMMyyv01ukTc" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-06-21 22:44:44 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded.

2022-06-21 22:44:44 |  << <iq xmlns="jabber:client" id="5zfgQ3nTRTWeQbQ2iKGAaMX" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-332 >> <iq xmlns="jabber:client" id="5zfgQ3nTRTWeQbQ2iKGAaMX" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-06-21 22:44:44 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded.

2022-06-21 22:44:44 |  << <iq xmlns="jabber:client" id="ttVm8LQT8wvvk1jLBnUaIVk" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333 >> <iq xmlns="jabber:client" id="ttVm8LQT8wvvk1jLBnUaIVk" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-06-21 22:44:44 |  >> <iq xmlns="jabber:client" id="ba4Ak0oh2q4iMMyyv01ukTc" to="jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333" type="result"/>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333 << <iq xmlns="jabber:client" id="ba4Ak0oh2q4iMMyyv01ukTc" to="jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333" type="result"/>

2022-06-21 22:44:44 |  >> <iq xmlns="jabber:client" id="5zfgQ3nTRTWeQbQ2iKGAaMX" to="jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333" type="result"/>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333 << <iq xmlns="jabber:client" id="5zfgQ3nTRTWeQbQ2iKGAaMX" to="jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333" type="result"/>

2022-06-21 22:44:44 |  >> <iq xmlns="jabber:client" id="ttVm8LQT8wvvk1jLBnUaIVk" to="jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333" type="result"/>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333 << <iq xmlns="jabber:client" id="ttVm8LQT8wvvk1jLBnUaIVk" to="jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333" type="result"/>

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management

2022-06-21 22:44:44 |  << <iq to="test-domain.com" id="OuWnU0esm7eto8vql0dMO5F" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333 >> <iq to="test-domain.com" id="OuWnU0esm7eto8vql0dMO5F" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-06-21 22:44:44 |  << <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-06-21 22:44:44 |  << <iq to="test-domain.com" id="DtRmZ7jNKQ4DKQUY8uYobmJ" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333 >> <iq to="test-domain.com" id="DtRmZ7jNKQ4DKQUY8uYobmJ" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-06-21 22:44:44 |  << <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-06-21 22:44:44 |  << <iq to="test-domain.com" id="moArk36dS6ri5ubIGP9CBt5" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333 >> <iq to="test-domain.com" id="moArk36dS6ri5ubIGP9CBt5" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-06-21 22:44:44 |  << <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-06-21 22:44:44 |  << <iq id="7vTq7nPPOYk9MU2eEw2wrSL" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333 >> <iq id="7vTq7nPPOYk9MU2eEw2wrSL" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:44 |  << <iq id="Zy0wsp8tiQ9NUbDpTX4umdU" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333 >> <iq id="Zy0wsp8tiQ9NUbDpTX4umdU" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:44 |  << <iq id="fB70ukSU0esm7eto8vql0dM" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333 >> <iq id="fB70ukSU0esm7eto8vql0dM" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:44 |  << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-06-21 22:44:44 |  << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-06-21 22:44:44 |  << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com/2095355307-tigase-333 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connected->disconnecting

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.terminateStream: Terminating XMPP Stream

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset.

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session]

2022-06-21 22:44:44 |  >> <enabled xmlns="urn:xmpp:sm:3" resume="true" id="de1bf9eb-8c2e-4656-ac80-26b9d67aef77" max="60" location="21fb2cc9076b"/>

2022-06-21 22:44:44 | jaxmpp_ :: jaxmpp__2wbcr20561@test-domain.com << <enabled xmlns="urn:xmpp:sm:3" resume="true" id="de1bf9eb-8c2e-4656-ac80-26b9d67aef77" max="60" location="21fb2cc9076b"/>

2022-06-21 22:44:44 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

2022-06-21 22:44:44 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: disconnecting->disconnected

testStateAfterConnectionFailureSocket 0.254s
2022-06-21 22:44:45 |

2022-06-21 22:44:45 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues]

2022-06-21 22:44:45 | ------------------------------------

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream]

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=638 thread=1] Connector  state changed: null->connecting

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=638 thread=1] DNS entry stored in session object: missing:5222

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=638 thread=1] Preparing connection to [missing:5222]

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=638 thread=1] missing. Trying next.

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=638 thread=1] Connector  state changed: connecting->disconnected

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream, session]

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream]

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Connector  state changed: null->connecting

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] DNS entry stored in session object: localhost:5222

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Preparing connection to [localhost:5222]

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Opening connection to localhost/127.0.0.1:5222

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Connector  state changed: connecting->connected

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Whitespace ping period is setted to nullms

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-06-21 22:44:45 |  >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__udobhn0563@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=4142] Start TLS

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=4146] Proceeding TLS

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=4146] Start handshake

2022-06-21 22:44:45 |  << <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__udobhn0563@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-06-21 22:44:45 |  >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__udobhn0563@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL

2022-06-21 22:44:45 |  << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX3Vkb2JobjA1NjMscj01M1REZFdiVmlTdnhJSmQ4NTdNSQ==</auth>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__udobhn0563@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfX3Vkb2JobjA1NjMscj01M1REZFdiVmlTdnhJSmQ4NTdNSQ==</auth>

2022-06-21 22:44:45 |  >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj01M1REZFdiVmlTdnhJSmQ4NTdNSWk4UzdQZDh6SUI3Tlhhemw4anVTLHM9RmN6MnZValpNWnFjcGc9PSxpPTQwOTY=</challenge>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__udobhn0563@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj01M1REZFdiVmlTdnhJSmQ4NTdNSWk4UzdQZDh6SUI3Tlhhemw4anVTLHM9RmN6MnZValpNWnFjcGc9PSxpPTQwOTY=</challenge>

2022-06-21 22:44:45 |  << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9NTNURGRXYlZpU3Z4SUpkODU3TUlpOFM3UGQ4eklCN05YYXpsOGp1UyxwPTlLRElTanpGVERIZnNJZU5RQVNBV3Q5KzZFMnlFbXZWME5XdThPY1hzTWs9</response>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__udobhn0563@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9NTNURGRXYlZpU3Z4SUpkODU3TUlpOFM3UGQ4eklCN05YYXpsOGp1UyxwPTlLRElTanpGVERIZnNJZU5RQVNBV3Q5KzZFMnlFbXZWME5XdThPY1hzTWs9</response>

2022-06-21 22:44:45 |  >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1rVjRPc0o0eHcyUktMc3c1eTkyTGIrM1NzRWswamIzdUo4REhOa3dXZ013PQ==</success>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__udobhn0563@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1rVjRPc0o0eHcyUktMc3c1eTkyTGIrM1NzRWswamIzdUo4REhOa3dXZ013PQ==</success>

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-06-21 22:44:45 |  >> <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"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1" ver="7N9JcpyNI4JBZWJKrr2gx9UyRWo="/></features>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__udobhn0563@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"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1" ver="7N9JcpyNI4JBZWJKrr2gx9UyRWo="/></features>

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false

2022-06-21 22:44:45 |  << <iq xmlns="jabber:client" id="YMqtbM3q3saN5ulX3bxeO0v" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__udobhn0563@test-domain.com >> <iq xmlns="jabber:client" id="YMqtbM3q3saN5ulX3bxeO0v" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-06-21 22:44:45 |  >> <iq xmlns="jabber:client" id="YMqtbM3q3saN5ulX3bxeO0v" to="jaxmpp__udobhn0563@test-domain.com/2095355307-tigase-334" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__udobhn0563@test-domain.com/2095355307-tigase-334</jid></bind></iq>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__udobhn0563@test-domain.com << <iq xmlns="jabber:client" id="YMqtbM3q3saN5ulX3bxeO0v" to="jaxmpp__udobhn0563@test-domain.com/2095355307-tigase-334" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__udobhn0563@test-domain.com/2095355307-tigase-334</jid></bind></iq>

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded.

2022-06-21 22:44:45 |  << <iq xmlns="jabber:client" id="ZH9O2zs7Aqj7ytdzdBm4wxy" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__udobhn0563@test-domain.com/2095355307-tigase-334 >> <iq xmlns="jabber:client" id="ZH9O2zs7Aqj7ytdzdBm4wxy" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-06-21 22:44:45 |  >> <iq xmlns="jabber:client" id="ZH9O2zs7Aqj7ytdzdBm4wxy" to="jaxmpp__udobhn0563@test-domain.com/2095355307-tigase-334" type="result"/>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__udobhn0563@test-domain.com/2095355307-tigase-334 << <iq xmlns="jabber:client" id="ZH9O2zs7Aqj7ytdzdBm4wxy" to="jaxmpp__udobhn0563@test-domain.com/2095355307-tigase-334" type="result"/>

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management

2022-06-21 22:44:45 |  << <iq to="test-domain.com" id="6RBNXbv5lQ2spiW6mU24Az8" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__udobhn0563@test-domain.com/2095355307-tigase-334 >> <iq to="test-domain.com" id="6RBNXbv5lQ2spiW6mU24Az8" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-06-21 22:44:45 |  << <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__udobhn0563@test-domain.com/2095355307-tigase-334 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-06-21 22:44:45 |  >> <enabled xmlns="urn:xmpp:sm:3" resume="true" id="b1f33dee-f163-429b-9676-b65a3e80f42d" max="60" location="21fb2cc9076b"/>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__udobhn0563@test-domain.com/2095355307-tigase-334 << <enabled xmlns="urn:xmpp:sm:3" resume="true" id="b1f33dee-f163-429b-9676-b65a3e80f42d" max="60" location="21fb2cc9076b"/>

2022-06-21 22:44:45 |  << <iq id="Xoa3s9IVaxq6FPYjTVV1cKS" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__udobhn0563@test-domain.com/2095355307-tigase-334 >> <iq id="Xoa3s9IVaxq6FPYjTVV1cKS" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:45 |  >> <iq xmlns="jabber:client" id="6RBNXbv5lQ2spiW6mU24Az8" from="test-domain.com" to="jaxmpp__udobhn0563@test-domain.com/2095355307-tigase-334" type="result"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" type="router"/><identity category="server" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" 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="vcard-temp"/><feature var="jabber:iq:auth"/><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="urn:ietf:params:xml:ns:xmpp-session"/><feature var="jabber:iq:private"/></query></iq>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__udobhn0563@test-domain.com/2095355307-tigase-334 << <iq xmlns="jabber:client" id="6RBNXbv5lQ2spiW6mU24Az8" from="test-domain.com" to="jaxmpp__udobhn0563@test-domain.com/2095355307-tigase-334" type="result"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" type="router"/><identity category="server" name="Tigase ver. 8.3.0-SNAPSHOT-b11866/eefdbe1f" 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="vcard-temp"/><feature var="jabber:iq:auth"/><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="urn:ietf:params:xml:ns:xmpp-session"/><feature var="jabber:iq:private"/></query></iq>

2022-06-21 22:44:45 |  << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__udobhn0563@test-domain.com/2095355307-tigase-334 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-06-21 22:44:45 |  >> <iq xmlns="jabber:client" id="Xoa3s9IVaxq6FPYjTVV1cKS" to="jaxmpp__udobhn0563@test-domain.com/2095355307-tigase-334" type="result"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__udobhn0563@test-domain.com/2095355307-tigase-334 << <iq xmlns="jabber:client" id="Xoa3s9IVaxq6FPYjTVV1cKS" to="jaxmpp__udobhn0563@test-domain.com/2095355307-tigase-334" type="result"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Connector  state changed: connected->disconnecting

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=1] Terminating XMPP Stream

2022-06-21 22:44:45 |  >> <presence xmlns="jabber:client" from="jaxmpp__udobhn0563@test-domain.com/2095355307-tigase-334" to="jaxmpp__udobhn0563@test-domain.com"><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" hash="sha-1" ver="mg5bXbOeu1848vxdgu3jELgbQF8="/></presence>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__udobhn0563@test-domain.com/2095355307-tigase-334 << <presence xmlns="jabber:client" from="jaxmpp__udobhn0563@test-domain.com/2095355307-tigase-334" to="jaxmpp__udobhn0563@test-domain.com"><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" hash="sha-1" ver="mg5bXbOeu1848vxdgu3jELgbQF8="/></presence>

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=639 thread=4146] Connector  state changed: disconnecting->disconnected

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset.

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session]

testStateAfterConnectionFailureWebSocket 0.346s
2022-06-21 22:44:45 |

2022-06-21 22:44:45 | null / [TestClass name=class tigase.tests.jaxmpp.TestHandlingOfConnectionIssues]

2022-06-21 22:44:45 | ------------------------------------

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream]

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using WebSocketConnector

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Start connector.

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: null->connecting

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connecting->disconnected

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream, session]

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream]

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using WebSocketConnector

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Start connector.

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: null->connecting

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Preparing connection to localhost

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Opening connection to localhost/127.0.0.1:5290

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connecting->connected

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Whitespace ping period is setted to nullms

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-06-21 22:44:45 |  >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__12sj0v0564@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL

2022-06-21 22:44:45 |  << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfXzEyc2owdjA1NjQscj1mYkdvY21QdjBqdnp2a05LeHdzeQ==</auth>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__12sj0v0564@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfXzEyc2owdjA1NjQscj1mYkdvY21QdjBqdnp2a05LeHdzeQ==</auth>

2022-06-21 22:44:45 |  >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1mYkdvY21QdjBqdnp2a05LeHdzeUI2TjBSbm43VHJMcWdHcjRPUHYwLHM9NlhNWXcxZDJwNXFyY3c9PSxpPTQwOTY=</challenge>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__12sj0v0564@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1mYkdvY21QdjBqdnp2a05LeHdzeUI2TjBSbm43VHJMcWdHcjRPUHYwLHM9NlhNWXcxZDJwNXFyY3c9PSxpPTQwOTY=</challenge>

2022-06-21 22:44:45 |  << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9ZmJHb2NtUHYwanZ6dmtOS3h3c3lCNk4wUm5uN1RyTHFnR3I0T1B2MCxwPW5HL0ljVUtCYlhtMUtETmg2SmxDVHl4M3lMdFF3dHVrd0RuM3Z5ajBwcjA9</response>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__12sj0v0564@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9ZmJHb2NtUHYwanZ6dmtOS3h3c3lCNk4wUm5uN1RyTHFnR3I0T1B2MCxwPW5HL0ljVUtCYlhtMUtETmg2SmxDVHl4M3lMdFF3dHVrd0RuM3Z5ajBwcjA9</response>

2022-06-21 22:44:45 |  >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1IY0JsbHZDc3V2Q29wa093dWw1QVV0WnJaNDRDa3BDQmg5N0Y1TDdadmFBPQ==</success>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__12sj0v0564@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1IY0JsbHZDc3V2Q29wa093dWw1QVV0WnJaNDRDa3BDQmg5N0Y1TDdadmFBPQ==</success>

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-06-21 22:44:45 |  >> <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"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1" ver="7N9JcpyNI4JBZWJKrr2gx9UyRWo="/></features>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__12sj0v0564@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"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1" ver="7N9JcpyNI4JBZWJKrr2gx9UyRWo="/></features>

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false

2022-06-21 22:44:45 |  << <iq xmlns="jabber:client" id="EOi8pTX4umdUaygIEi2tWTe" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__12sj0v0564@test-domain.com >> <iq xmlns="jabber:client" id="EOi8pTX4umdUaygIEi2tWTe" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-06-21 22:44:45 |  >> <iq xmlns="jabber:client" id="EOi8pTX4umdUaygIEi2tWTe" to="jaxmpp__12sj0v0564@test-domain.com/2095355307-tigase-335" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__12sj0v0564@test-domain.com/2095355307-tigase-335</jid></bind></iq>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__12sj0v0564@test-domain.com/2095355307-tigase-335 << <iq xmlns="jabber:client" id="EOi8pTX4umdUaygIEi2tWTe" to="jaxmpp__12sj0v0564@test-domain.com/2095355307-tigase-335" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__12sj0v0564@test-domain.com/2095355307-tigase-335</jid></bind></iq>

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded.

2022-06-21 22:44:45 |  << <iq xmlns="jabber:client" id="fQmusgKEucoeRIrk0fUjW5w" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__12sj0v0564@test-domain.com/2095355307-tigase-335 >> <iq xmlns="jabber:client" id="fQmusgKEucoeRIrk0fUjW5w" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-06-21 22:44:45 |  >> <iq xmlns="jabber:client" id="fQmusgKEucoeRIrk0fUjW5w" to="jaxmpp__12sj0v0564@test-domain.com/2095355307-tigase-335" type="result"/>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__12sj0v0564@test-domain.com/2095355307-tigase-335 << <iq xmlns="jabber:client" id="fQmusgKEucoeRIrk0fUjW5w" to="jaxmpp__12sj0v0564@test-domain.com/2095355307-tigase-335" type="result"/>

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management

2022-06-21 22:44:45 |  << <iq to="test-domain.com" id="QDHRWScNAbOYbM3q3saN5ul" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__12sj0v0564@test-domain.com/2095355307-tigase-335 >> <iq to="test-domain.com" id="QDHRWScNAbOYbM3q3saN5ul" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-06-21 22:44:45 |  << <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__12sj0v0564@test-domain.com/2095355307-tigase-335 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-06-21 22:44:45 |  << <iq id="hYGZcyiOCGLw3ys9IVaxq6F" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__12sj0v0564@test-domain.com/2095355307-tigase-335 >> <iq id="hYGZcyiOCGLw3ys9IVaxq6F" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-06-21 22:44:45 |  << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__12sj0v0564@test-domain.com/2095355307-tigase-335 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connected->disconnecting

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.terminateStream: Terminating XMPP Stream

2022-06-21 22:44:45 |  >> <enabled xmlns="urn:xmpp:sm:3" resume="true" id="1824a65f-e813-4d7b-a327-3da37dc3f83c" max="60" location="21fb2cc9076b"/>

2022-06-21 22:44:45 | jaxmpp_ :: jaxmpp__12sj0v0564@test-domain.com/2095355307-tigase-335 << <enabled xmlns="urn:xmpp:sm:3" resume="true" id="1824a65f-e813-4d7b-a327-3da37dc3f83c" max="60" location="21fb2cc9076b"/>

2022-06-21 22:44:45 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: disconnecting->disconnected

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset.

2022-06-21 22:44:45 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session]