Generated by TestNG with ReportNG at 22:59 PDT on Monday 10 October 2022
root@7c41cec37518 / Java 17.0.2 (Private Build) / Linux 4.14.281-212.502.amzn2.x86_64 (amd64)

Testing reconnections - #4266

Suites · Log Output

Test duration : 30.017s

Failed Tests
tigase.tests.jaxmpp.TestReconnections
testMultipleReconnectionsBosh 20.110s
2022-10-10 23:22:10 |

2022-10-10 23:22:10 | null / [TestClass name=class tigase.tests.jaxmpp.TestReconnections]

2022-10-10 23:22:10 | ------------------------------------

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

2022-10-10 23:22:10 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false

2022-10-10 23:22:10 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using BOSHConnector

2022-10-10 23:22:30 | 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.TestReconnections.testMultipleReconnections(TestReconnections.java:81)
tigase.tests.jaxmpp.TestReconnections.testMultipleReconnectionsBosh(TestReconnections.java:54)
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.TestReconnections
testMultipleReconnectionsSocket 4.423s
2022-10-10 23:22:30 |

2022-10-10 23:22:30 | null / [TestClass name=class tigase.tests.jaxmpp.TestReconnections]

2022-10-10 23:22:30 | ------------------------------------

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

2022-10-10 23:22:30 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false

2022-10-10 23:22:30 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector

2022-10-10 23:22:30 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=627 thread=1] Connector  state changed: null->connecting

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

2022-10-10 23:22:30 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=627 thread=1] Preparing connection to [localhost:5222]

2022-10-10 23:22:30 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=627 thread=1] Opening connection to localhost/127.0.0.1:5222

2022-10-10 23:22:30 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=627 thread=1] Connector  state changed: connecting->connected

2022-10-10 23:22:30 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=627 thread=1] Whitespace ping period is setted to nullms

2022-10-10 23:22:30 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-10-10 23:22:30 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=627 thread=3986] Start TLS

2022-10-10 23:22:30 |  >> <features xmlns="http://etherx.jabber.org/streams"><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-10-10 23:22:30 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

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

2022-10-10 23:22:30 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>

2022-10-10 23:22:30 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=627 thread=3988] Proceeding TLS

2022-10-10 23:22:30 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=627 thread=3988] Start handshake

2022-10-10 23:22:30 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

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

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

2022-10-10 23:22:30 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL

2022-10-10 23:22:30 |  >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-10-10 23:22:30 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-10-10 23:22:30 |  << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfXzNmbmM5ZzA1NTcscj1vcDBLSmFGNUFWdzVCTE9WRkxEUw==</auth>

2022-10-10 23:22:30 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfXzNmbmM5ZzA1NTcscj1vcDBLSmFGNUFWdzVCTE9WRkxEUw==</auth>

2022-10-10 23:22:30 |  >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1vcDBLSmFGNUFWdzVCTE9WRkxEUzBSeVJVS09IT1V0TmhSSFgwQnVmLHM9aXp4RHdtQ3ZROWcrOEE9PSxpPTQwOTY=</challenge>

2022-10-10 23:22:30 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1vcDBLSmFGNUFWdzVCTE9WRkxEUzBSeVJVS09IT1V0TmhSSFgwQnVmLHM9aXp4RHdtQ3ZROWcrOEE9PSxpPTQwOTY=</challenge>

2022-10-10 23:22:30 |  << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9b3AwS0phRjVBVnc1QkxPVkZMRFMwUnlSVUtPSE9VdE5oUkhYMEJ1ZixwPU1Mb1RLdENMalhXYUtXMUNTbnVBS0c2cy82UkcrYk53dXRUN1FQbjEzcUE9</response>

2022-10-10 23:22:30 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9b3AwS0phRjVBVnc1QkxPVkZMRFMwUnlSVUtPSE9VdE5oUkhYMEJ1ZixwPU1Mb1RLdENMalhXYUtXMUNTbnVBS0c2cy82UkcrYk53dXRUN1FQbjEzcUE9</response>

2022-10-10 23:22:30 |  >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj0ya0oyZmVZSzI2NzlRSHNiMSt5U3hVc2lEZUQ5bFlmZTM3VTgwaVJ5RGhRPQ==</success>

2022-10-10 23:22:30 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj0ya0oyZmVZSzI2NzlRSHNiMSt5U3hVc2lEZUQ5bFlmZTM3VTgwaVJ5RGhRPQ==</success>

2022-10-10 23:22:30 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-10-10 23:22:30 |  >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features>

2022-10-10 23:22:30 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features>

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

2022-10-10 23:22:30 |  << <iq xmlns="jabber:client" id="Tb81jQLQVV7kEnZjFAo5x5C" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-10-10 23:22:30 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com >> <iq xmlns="jabber:client" id="Tb81jQLQVV7kEnZjFAo5x5C" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-10-10 23:22:30 |  >> <iq to="jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-318" type="result" xmlns="jabber:client" id="Tb81jQLQVV7kEnZjFAo5x5C"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-318</jid></bind></iq>

2022-10-10 23:22:30 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com << <iq to="jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-318" type="result" xmlns="jabber:client" id="Tb81jQLQVV7kEnZjFAo5x5C"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-318</jid></bind></iq>

2022-10-10 23:22:30 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded.

2022-10-10 23:22:30 |  << <iq xmlns="jabber:client" id="MdcVVkSQUVjT05udvhEiFzt" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-10-10 23:22:30 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-318 >> <iq xmlns="jabber:client" id="MdcVVkSQUVjT05udvhEiFzt" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-10-10 23:22:30 |  >> <iq to="jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-318" type="result" xmlns="jabber:client" id="MdcVVkSQUVjT05udvhEiFzt"/>

2022-10-10 23:22:30 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-318 << <iq to="jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-318" type="result" xmlns="jabber:client" id="MdcVVkSQUVjT05udvhEiFzt"/>

2022-10-10 23:22:30 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management

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

2022-10-10 23:22:30 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-318 >> <iq to="test-domain.com" id="Ob4U2aydT3kJMNFBiAfJNDw" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-10-10 23:22:30 |  << <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-10-10 23:22:30 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-318 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-10-10 23:22:30 |  >> <enabled location="7c41cec37518" resume="true" xmlns="urn:xmpp:sm:3" id="e04ac4ac-3b0e-4b6a-a787-8545f96fda10" max="60"/>

2022-10-10 23:22:30 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-318 << <enabled location="7c41cec37518" resume="true" xmlns="urn:xmpp:sm:3" id="e04ac4ac-3b0e-4b6a-a787-8545f96fda10" max="60"/>

2022-10-10 23:22:30 |  << <iq id="neb7vexo17v6ctbHr8uhVRa" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-10-10 23:22:30 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-318 >> <iq id="neb7vexo17v6ctbHr8uhVRa" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-10-10 23:22:30 |  >> <iq to="jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-318" type="result" xmlns="jabber:client" id="Ob4U2aydT3kJMNFBiAfJNDw" from="test-domain.com"><query xmlns="http://jabber.org/protocol/disco#info"><identity type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="component"/><identity type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="server"/><feature var="http://jabber.org/protocol/commands"/><x type="result" xmlns="jabber:x:data"><field type="hidden" var="FORM_TYPE"><value>http://jabber.org/network/serverinfo</value></field><field type="list-multi" var="abuse-addresses"><value>mailto:abuse@test-domain.com</value><value>xmpp:abuse@test-domain.com</value></field></x><feature var="urn:xmpp:mix:pam:2"/><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:carbons:rules:0"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity type="pep" category="pubsub"/><feature var="urn:xmpp:pep-vcard-conversion:0"/><feature var="urn:xmpp:bookmarks-conversion:0"/><feature var="urn:xmpp:archive:auto"/><feature var="urn:xmpp:archive:manage"/><feature var="urn:xmpp:push:0"/><feature var="tigase:push:away:0"/><feature var="tigase:push:encrypt:0"/><feature var="tigase:push:encrypt:aes-128-gcm"/><feature var="tigase:push:filter:ignore-unknown:0"/><feature var="tigase:push:filter:groupchat:0"/><feature var="tigase:push:filter:muted:0"/><feature var="tigase:push:priority:0"/><feature var="tigase:push:jingle:0"/><feature var="jabber:iq:roster"/><feature var="jabber:iq:roster-dynamic"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="urn:xmpp:mix:pam:2#archive"/><feature var="jabber:iq:version"/><feature var="urn:xmpp:time"/><feature var="jabber:iq:privacy"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="urn:xmpp:extdisco:2"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq>

2022-10-10 23:22:30 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-318 << <iq to="jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-318" type="result" xmlns="jabber:client" id="Ob4U2aydT3kJMNFBiAfJNDw" from="test-domain.com"><query xmlns="http://jabber.org/protocol/disco#info"><identity type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="component"/><identity type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="server"/><feature var="http://jabber.org/protocol/commands"/><x type="result" xmlns="jabber:x:data"><field type="hidden" var="FORM_TYPE"><value>http://jabber.org/network/serverinfo</value></field><field type="list-multi" var="abuse-addresses"><value>mailto:abuse@test-domain.com</value><value>xmpp:abuse@test-domain.com</value></field></x><feature var="urn:xmpp:mix:pam:2"/><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:carbons:rules:0"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity type="pep" category="pubsub"/><feature var="urn:xmpp:pep-vcard-conversion:0"/><feature var="urn:xmpp:bookmarks-conversion:0"/><feature var="urn:xmpp:archive:auto"/><feature var="urn:xmpp:archive:manage"/><feature var="urn:xmpp:push:0"/><feature var="tigase:push:away:0"/><feature var="tigase:push:encrypt:0"/><feature var="tigase:push:encrypt:aes-128-gcm"/><feature var="tigase:push:filter:ignore-unknown:0"/><feature var="tigase:push:filter:groupchat:0"/><feature var="tigase:push:filter:muted:0"/><feature var="tigase:push:priority:0"/><feature var="tigase:push:jingle:0"/><feature var="jabber:iq:roster"/><feature var="jabber:iq:roster-dynamic"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="urn:xmpp:mix:pam:2#archive"/><feature var="jabber:iq:version"/><feature var="urn:xmpp:time"/><feature var="jabber:iq:privacy"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="urn:xmpp:extdisco:2"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq>

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

2022-10-10 23:22:30 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-318 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-10-10 23:22:30 |  >> <iq to="jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-318" type="result" xmlns="jabber:client" id="neb7vexo17v6ctbHr8uhVRa"><query xmlns="jabber:iq:roster"/></iq>

2022-10-10 23:22:30 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-318 << <iq to="jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-318" type="result" xmlns="jabber:client" id="neb7vexo17v6ctbHr8uhVRa"><query xmlns="jabber:iq:roster"/></iq>

2022-10-10 23:22:30 |  >> <presence to="jaxmpp__3fnc9g0557@test-domain.com" xmlns="jabber:client" from="jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-318"><c ver="mg5bXbOeu1848vxdgu3jELgbQF8=" node="http://tigase.org/jaxmpp" xmlns="http://jabber.org/protocol/caps" hash="sha-1"/></presence>

2022-10-10 23:22:30 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-318 << <presence to="jaxmpp__3fnc9g0557@test-domain.com" xmlns="jabber:client" from="jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-318"><c ver="mg5bXbOeu1848vxdgu3jELgbQF8=" node="http://tigase.org/jaxmpp" xmlns="http://jabber.org/protocol/caps" hash="sha-1"/></presence>

2022-10-10 23:22:32 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=627 thread=1] Connector  state changed: connected->disconnecting

2022-10-10 23:22:32 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=627 thread=1] Terminating XMPP Stream

2022-10-10 23:22:32 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

2022-10-10 23:22:32 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

2022-10-10 23:22:32 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=627 thread=3988] Connector  state changed: disconnecting->disconnected

2022-10-10 23:22:32 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset.

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

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

2022-10-10 23:22:34 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true

2022-10-10 23:22:34 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector

2022-10-10 23:22:34 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=628 thread=1] Connector  state changed: null->connecting

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

2022-10-10 23:22:34 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=628 thread=1] Preparing connection to [localhost:5222]

2022-10-10 23:22:34 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=628 thread=1] Opening connection to localhost/127.0.0.1:5222

2022-10-10 23:22:34 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=628 thread=1] Connector  state changed: connecting->connected

2022-10-10 23:22:34 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=628 thread=1] Whitespace ping period is setted to nullms

2022-10-10 23:22:34 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-10-10 23:22:34 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=628 thread=3986] Start TLS

2022-10-10 23:22:34 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=628 thread=3993] Proceeding TLS

2022-10-10 23:22:34 |  >> <features xmlns="http://etherx.jabber.org/streams"><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-10-10 23:22:34 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

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

2022-10-10 23:22:34 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>

2022-10-10 23:22:34 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=628 thread=3993] Start handshake

2022-10-10 23:22:34 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-10-10 23:22:34 |  >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-10-10 23:22:34 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

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

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

2022-10-10 23:22:34 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL

2022-10-10 23:22:34 |  << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfXzNmbmM5ZzA1NTcscj01R1k0YlBiUHhjME1URWl4VkluaQ==</auth>

2022-10-10 23:22:34 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfXzNmbmM5ZzA1NTcscj01R1k0YlBiUHhjME1URWl4VkluaQ==</auth>

2022-10-10 23:22:34 |  >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj01R1k0YlBiUHhjME1URWl4VkluaWlGbkcxWHBubEM2ZGFQR0FaVGhDLHM9aXp4RHdtQ3ZROWcrOEE9PSxpPTQwOTY=</challenge>

2022-10-10 23:22:34 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj01R1k0YlBiUHhjME1URWl4VkluaWlGbkcxWHBubEM2ZGFQR0FaVGhDLHM9aXp4RHdtQ3ZROWcrOEE9PSxpPTQwOTY=</challenge>

2022-10-10 23:22:34 |  << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9NUdZNGJQYlB4YzBNVEVpeFZJbmlpRm5HMVhwbmxDNmRhUEdBWlRoQyxwPWc5RTlTQm1ZNmQzaHBUd21ydHoxcG5HOWkvL1M4OEdrS3E2MDcySUFvTFE9</response>

2022-10-10 23:22:34 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9NUdZNGJQYlB4YzBNVEVpeFZJbmlpRm5HMVhwbmxDNmRhUEdBWlRoQyxwPWc5RTlTQm1ZNmQzaHBUd21ydHoxcG5HOWkvL1M4OEdrS3E2MDcySUFvTFE9</response>

2022-10-10 23:22:34 |  >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1ERERBWi9EUm8xUFZmMERzSGJnZHBLWkRRN3JueFMxOWZic2dCblZ1dk1JPQ==</success>

2022-10-10 23:22:34 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1ERERBWi9EUm8xUFZmMERzSGJnZHBLWkRRN3JueFMxOWZic2dCblZ1dk1JPQ==</success>

2022-10-10 23:22:34 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-10-10 23:22:34 |  >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features>

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

2022-10-10 23:22:34 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features>

2022-10-10 23:22:34 |  << <iq xmlns="jabber:client" id="Mgf17IEo07HFybGBhPKu3l1" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-10-10 23:22:34 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com >> <iq xmlns="jabber:client" id="Mgf17IEo07HFybGBhPKu3l1" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-10-10 23:22:34 |  >> <iq to="jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-319" type="result" xmlns="jabber:client" id="Mgf17IEo07HFybGBhPKu3l1"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-319</jid></bind></iq>

2022-10-10 23:22:34 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com << <iq to="jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-319" type="result" xmlns="jabber:client" id="Mgf17IEo07HFybGBhPKu3l1"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-319</jid></bind></iq>

2022-10-10 23:22:34 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded.

2022-10-10 23:22:34 |  << <iq xmlns="jabber:client" id="ngdbDu3q5fLCexjXXaypbnc" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-10-10 23:22:34 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-319 >> <iq xmlns="jabber:client" id="ngdbDu3q5fLCexjXXaypbnc" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-10-10 23:22:34 |  >> <iq to="jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-319" type="result" xmlns="jabber:client" id="ngdbDu3q5fLCexjXXaypbnc"/>

2022-10-10 23:22:34 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management

2022-10-10 23:22:34 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-319 << <iq to="jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-319" type="result" xmlns="jabber:client" id="ngdbDu3q5fLCexjXXaypbnc"/>

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

2022-10-10 23:22:34 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-319 >> <iq to="test-domain.com" id="ThedHCjW7jTSKzn5dGAtjDI" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-10-10 23:22:34 |  << <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-10-10 23:22:34 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-319 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-10-10 23:22:34 |  << <iq id="3qDTPU2n7fW0dzAiPJW6iOJ" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-10-10 23:22:34 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-319 >> <iq id="3qDTPU2n7fW0dzAiPJW6iOJ" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-10-10 23:22:34 |  >> <enabled location="7c41cec37518" resume="true" xmlns="urn:xmpp:sm:3" id="c3538bbf-fde2-4300-8865-d6478addb3ae" max="60"/>

2022-10-10 23:22:34 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-319 << <enabled location="7c41cec37518" resume="true" xmlns="urn:xmpp:sm:3" id="c3538bbf-fde2-4300-8865-d6478addb3ae" max="60"/>

2022-10-10 23:22:34 |  >> <iq to="jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-319" type="result" xmlns="jabber:client" id="ThedHCjW7jTSKzn5dGAtjDI" from="test-domain.com"><query xmlns="http://jabber.org/protocol/disco#info"><identity type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="component"/><identity type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="server"/><feature var="http://jabber.org/protocol/commands"/><x type="result" xmlns="jabber:x:data"><field type="hidden" var="FORM_TYPE"><value>http://jabber.org/network/serverinfo</value></field><field type="list-multi" var="abuse-addresses"><value>mailto:abuse@test-domain.com</value><value>xmpp:abuse@test-domain.com</value></field></x><feature var="urn:xmpp:mix:pam:2"/><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:carbons:rules:0"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity type="pep" category="pubsub"/><feature var="urn:xmpp:pep-vcard-conversion:0"/><feature var="urn:xmpp:bookmarks-conversion:0"/><feature var="urn:xmpp:archive:auto"/><feature var="urn:xmpp:archive:manage"/><feature var="urn:xmpp:push:0"/><feature var="tigase:push:away:0"/><feature var="tigase:push:encrypt:0"/><feature var="tigase:push:encrypt:aes-128-gcm"/><feature var="tigase:push:filter:ignore-unknown:0"/><feature var="tigase:push:filter:groupchat:0"/><feature var="tigase:push:filter:muted:0"/><feature var="tigase:push:priority:0"/><feature var="tigase:push:jingle:0"/><feature var="jabber:iq:roster"/><feature var="jabber:iq:roster-dynamic"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="urn:xmpp:mix:pam:2#archive"/><feature var="jabber:iq:version"/><feature var="urn:xmpp:time"/><feature var="jabber:iq:privacy"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="urn:xmpp:extdisco:2"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq>

2022-10-10 23:22:34 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-319 << <iq to="jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-319" type="result" xmlns="jabber:client" id="ThedHCjW7jTSKzn5dGAtjDI" from="test-domain.com"><query xmlns="http://jabber.org/protocol/disco#info"><identity type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="component"/><identity type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="server"/><feature var="http://jabber.org/protocol/commands"/><x type="result" xmlns="jabber:x:data"><field type="hidden" var="FORM_TYPE"><value>http://jabber.org/network/serverinfo</value></field><field type="list-multi" var="abuse-addresses"><value>mailto:abuse@test-domain.com</value><value>xmpp:abuse@test-domain.com</value></field></x><feature var="urn:xmpp:mix:pam:2"/><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:carbons:rules:0"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity type="pep" category="pubsub"/><feature var="urn:xmpp:pep-vcard-conversion:0"/><feature var="urn:xmpp:bookmarks-conversion:0"/><feature var="urn:xmpp:archive:auto"/><feature var="urn:xmpp:archive:manage"/><feature var="urn:xmpp:push:0"/><feature var="tigase:push:away:0"/><feature var="tigase:push:encrypt:0"/><feature var="tigase:push:encrypt:aes-128-gcm"/><feature var="tigase:push:filter:ignore-unknown:0"/><feature var="tigase:push:filter:groupchat:0"/><feature var="tigase:push:filter:muted:0"/><feature var="tigase:push:priority:0"/><feature var="tigase:push:jingle:0"/><feature var="jabber:iq:roster"/><feature var="jabber:iq:roster-dynamic"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="urn:xmpp:mix:pam:2#archive"/><feature var="jabber:iq:version"/><feature var="urn:xmpp:time"/><feature var="jabber:iq:privacy"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="urn:xmpp:extdisco:2"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq>

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

2022-10-10 23:22:34 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-319 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-10-10 23:22:34 |  >> <iq to="jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-319" type="result" xmlns="jabber:client" id="3qDTPU2n7fW0dzAiPJW6iOJ"><query xmlns="jabber:iq:roster"/></iq>

2022-10-10 23:22:34 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-319 << <iq to="jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-319" type="result" xmlns="jabber:client" id="3qDTPU2n7fW0dzAiPJW6iOJ"><query xmlns="jabber:iq:roster"/></iq>

2022-10-10 23:22:34 |  >> <presence to="jaxmpp__3fnc9g0557@test-domain.com" xmlns="jabber:client" from="jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-319"><c ver="mg5bXbOeu1848vxdgu3jELgbQF8=" node="http://tigase.org/jaxmpp" xmlns="http://jabber.org/protocol/caps" hash="sha-1"/></presence>

2022-10-10 23:22:34 | jaxmpp_ :: jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-319 << <presence to="jaxmpp__3fnc9g0557@test-domain.com" xmlns="jabber:client" from="jaxmpp__3fnc9g0557@test-domain.com/228467168-tigase-319"><c ver="mg5bXbOeu1848vxdgu3jELgbQF8=" node="http://tigase.org/jaxmpp" xmlns="http://jabber.org/protocol/caps" hash="sha-1"/></presence>

2022-10-10 23:22:34 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=628 thread=3993] Connector  state changed: connected->disconnected

2022-10-10 23:22:34 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=628 thread=3993] Stream terminated

2022-10-10 23:22:34 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

2022-10-10 23:22:34 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

testMultipleReconnectionsWebSocket 4.615s
2022-10-10 23:22:34 |

2022-10-10 23:22:34 | null / [TestClass name=class tigase.tests.jaxmpp.TestReconnections]

2022-10-10 23:22:34 | ------------------------------------

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

2022-10-10 23:22:34 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false

2022-10-10 23:22:34 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using WebSocketConnector

2022-10-10 23:22:34 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Start connector.

2022-10-10 23:22:34 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: null->connecting

2022-10-10 23:22:34 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Preparing connection to localhost

2022-10-10 23:22:34 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Opening connection to localhost/127.0.0.1:5290

2022-10-10 23:22:34 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connecting->connected

2022-10-10 23:22:34 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Whitespace ping period is setted to nullms

2022-10-10 23:22:34 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-10-10 23:22:35 |  >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-10-10 23:22:35 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

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

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

2022-10-10 23:22:35 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL

2022-10-10 23:22:35 |  << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfXzZsYXRmbjA1NTgscj1qNDQwYTc3M3hPTlY5ZzNGMHNJYg==</auth>

2022-10-10 23:22:35 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfXzZsYXRmbjA1NTgscj1qNDQwYTc3M3hPTlY5ZzNGMHNJYg==</auth>

2022-10-10 23:22:35 |  >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1qNDQwYTc3M3hPTlY5ZzNGMHNJYjFjMk9wamlCd0xJQ0NDcURha29PLHM9T21vRDk3SmJJNjRTOFE9PSxpPTQwOTY=</challenge>

2022-10-10 23:22:35 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1qNDQwYTc3M3hPTlY5ZzNGMHNJYjFjMk9wamlCd0xJQ0NDcURha29PLHM9T21vRDk3SmJJNjRTOFE9PSxpPTQwOTY=</challenge>

2022-10-10 23:22:35 |  << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9ajQ0MGE3NzN4T05WOWczRjBzSWIxYzJPcGppQndMSUNDQ3FEYWtvTyxwPUZnblMyZW9sSVhPekoxYnk2L0ZBcW1BK0VKWmpnRFdNVktGZkFqM0VwaHM9</response>

2022-10-10 23:22:35 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9ajQ0MGE3NzN4T05WOWczRjBzSWIxYzJPcGppQndMSUNDQ3FEYWtvTyxwPUZnblMyZW9sSVhPekoxYnk2L0ZBcW1BK0VKWmpnRFdNVktGZkFqM0VwaHM9</response>

2022-10-10 23:22:35 |  >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1hdmp0V0Q1UmpjNXMxNDk3VVk1R011cXU1WDQrY2lIMDhMbzJyd0hncEpZPQ==</success>

2022-10-10 23:22:35 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1hdmp0V0Q1UmpjNXMxNDk3VVk1R011cXU1WDQrY2lIMDhMbzJyd0hncEpZPQ==</success>

2022-10-10 23:22:35 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-10-10 23:22:35 |  >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features>

2022-10-10 23:22:35 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features>

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

2022-10-10 23:22:35 |  << <iq xmlns="jabber:client" id="InmdzAiPJW6iOJV7sZiPJJy" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-10-10 23:22:35 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com >> <iq xmlns="jabber:client" id="InmdzAiPJW6iOJV7sZiPJJy" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-10-10 23:22:35 |  >> <iq to="jaxmpp__6latfn0558@test-domain.com/228467168-tigase-320" type="result" xmlns="jabber:client" id="InmdzAiPJW6iOJV7sZiPJJy"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__6latfn0558@test-domain.com/228467168-tigase-320</jid></bind></iq>

2022-10-10 23:22:35 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com << <iq to="jaxmpp__6latfn0558@test-domain.com/228467168-tigase-320" type="result" xmlns="jabber:client" id="InmdzAiPJW6iOJV7sZiPJJy"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__6latfn0558@test-domain.com/228467168-tigase-320</jid></bind></iq>

2022-10-10 23:22:35 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded.

2022-10-10 23:22:35 |  << <iq xmlns="jabber:client" id="UJolUT6rXbsUT1nNQU7BdSS" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-10-10 23:22:35 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com/228467168-tigase-320 >> <iq xmlns="jabber:client" id="UJolUT6rXbsUT1nNQU7BdSS" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-10-10 23:22:35 |  >> <iq to="jaxmpp__6latfn0558@test-domain.com/228467168-tigase-320" type="result" xmlns="jabber:client" id="UJolUT6rXbsUT1nNQU7BdSS"/>

2022-10-10 23:22:35 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com/228467168-tigase-320 << <iq to="jaxmpp__6latfn0558@test-domain.com/228467168-tigase-320" type="result" xmlns="jabber:client" id="UJolUT6rXbsUT1nNQU7BdSS"/>

2022-10-10 23:22:35 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management

2022-10-10 23:22:35 |  << <iq to="test-domain.com" id="8AVv1u6pXmQVVkSQUVjT05u" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-10-10 23:22:35 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com/228467168-tigase-320 >> <iq to="test-domain.com" id="8AVv1u6pXmQVVkSQUVjT05u" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-10-10 23:22:35 |  << <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-10-10 23:22:35 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com/228467168-tigase-320 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-10-10 23:22:35 |  << <iq id="Roj8ndHCjW7jTSKzn5dGAtj" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-10-10 23:22:35 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com/228467168-tigase-320 >> <iq id="Roj8ndHCjW7jTSKzn5dGAtj" type="get"><query xmlns="jabber:iq:roster"/></iq>

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

2022-10-10 23:22:35 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com/228467168-tigase-320 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-10-10 23:22:35 |  >> <enabled location="7c41cec37518" resume="true" xmlns="urn:xmpp:sm:3" id="fa59be11-6376-4868-9741-cef5ee63563c" max="60"/>

2022-10-10 23:22:35 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com/228467168-tigase-320 << <enabled location="7c41cec37518" resume="true" xmlns="urn:xmpp:sm:3" id="fa59be11-6376-4868-9741-cef5ee63563c" max="60"/>

2022-10-10 23:22:35 |  >> <iq to="jaxmpp__6latfn0558@test-domain.com/228467168-tigase-320" type="result" xmlns="jabber:client" id="Roj8ndHCjW7jTSKzn5dGAtj"><query xmlns="jabber:iq:roster"/></iq>

2022-10-10 23:22:35 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com/228467168-tigase-320 << <iq to="jaxmpp__6latfn0558@test-domain.com/228467168-tigase-320" type="result" xmlns="jabber:client" id="Roj8ndHCjW7jTSKzn5dGAtj"><query xmlns="jabber:iq:roster"/></iq>

2022-10-10 23:22:35 |  >> <presence to="jaxmpp__6latfn0558@test-domain.com" xmlns="jabber:client" from="jaxmpp__6latfn0558@test-domain.com/228467168-tigase-320"><c ver="mg5bXbOeu1848vxdgu3jELgbQF8=" node="http://tigase.org/jaxmpp" xmlns="http://jabber.org/protocol/caps" hash="sha-1"/></presence>

2022-10-10 23:22:35 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com/228467168-tigase-320 << <presence to="jaxmpp__6latfn0558@test-domain.com" xmlns="jabber:client" from="jaxmpp__6latfn0558@test-domain.com/228467168-tigase-320"><c ver="mg5bXbOeu1848vxdgu3jELgbQF8=" node="http://tigase.org/jaxmpp" xmlns="http://jabber.org/protocol/caps" hash="sha-1"/></presence>

2022-10-10 23:22:35 |  >> <iq to="jaxmpp__6latfn0558@test-domain.com/228467168-tigase-320" type="result" xmlns="jabber:client" id="8AVv1u6pXmQVVkSQUVjT05u" from="test-domain.com"><query xmlns="http://jabber.org/protocol/disco#info"><identity type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="component"/><identity type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="server"/><feature var="http://jabber.org/protocol/commands"/><x type="result" xmlns="jabber:x:data"><field type="hidden" var="FORM_TYPE"><value>http://jabber.org/network/serverinfo</value></field><field type="list-multi" var="abuse-addresses"><value>mailto:abuse@test-domain.com</value><value>xmpp:abuse@test-domain.com</value></field></x><feature var="urn:xmpp:mix:pam:2"/><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:carbons:rules:0"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity type="pep" category="pubsub"/><feature var="urn:xmpp:pep-vcard-conversion:0"/><feature var="urn:xmpp:bookmarks-conversion:0"/><feature var="urn:xmpp:archive:auto"/><feature var="urn:xmpp:archive:manage"/><feature var="urn:xmpp:push:0"/><feature var="tigase:push:away:0"/><feature var="tigase:push:encrypt:0"/><feature var="tigase:push:encrypt:aes-128-gcm"/><feature var="tigase:push:filter:ignore-unknown:0"/><feature var="tigase:push:filter:groupchat:0"/><feature var="tigase:push:filter:muted:0"/><feature var="tigase:push:priority:0"/><feature var="tigase:push:jingle:0"/><feature var="jabber:iq:roster"/><feature var="jabber:iq:roster-dynamic"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="urn:xmpp:mix:pam:2#archive"/><feature var="jabber:iq:version"/><feature var="urn:xmpp:time"/><feature var="jabber:iq:privacy"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="urn:xmpp:extdisco:2"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq>

2022-10-10 23:22:35 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com/228467168-tigase-320 << <iq to="jaxmpp__6latfn0558@test-domain.com/228467168-tigase-320" type="result" xmlns="jabber:client" id="8AVv1u6pXmQVVkSQUVjT05u" from="test-domain.com"><query xmlns="http://jabber.org/protocol/disco#info"><identity type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="component"/><identity type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12127/cccf702b" category="server"/><feature var="http://jabber.org/protocol/commands"/><x type="result" xmlns="jabber:x:data"><field type="hidden" var="FORM_TYPE"><value>http://jabber.org/network/serverinfo</value></field><field type="list-multi" var="abuse-addresses"><value>mailto:abuse@test-domain.com</value><value>xmpp:abuse@test-domain.com</value></field></x><feature var="urn:xmpp:mix:pam:2"/><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:carbons:rules:0"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity type="pep" category="pubsub"/><feature var="urn:xmpp:pep-vcard-conversion:0"/><feature var="urn:xmpp:bookmarks-conversion:0"/><feature var="urn:xmpp:archive:auto"/><feature var="urn:xmpp:archive:manage"/><feature var="urn:xmpp:push:0"/><feature var="tigase:push:away:0"/><feature var="tigase:push:encrypt:0"/><feature var="tigase:push:encrypt:aes-128-gcm"/><feature var="tigase:push:filter:ignore-unknown:0"/><feature var="tigase:push:filter:groupchat:0"/><feature var="tigase:push:filter:muted:0"/><feature var="tigase:push:priority:0"/><feature var="tigase:push:jingle:0"/><feature var="jabber:iq:roster"/><feature var="jabber:iq:roster-dynamic"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="urn:xmpp:mix:pam:2#archive"/><feature var="jabber:iq:version"/><feature var="urn:xmpp:time"/><feature var="jabber:iq:privacy"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="urn:xmpp:extdisco:2"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq>

2022-10-10 23:22:37 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connected->disconnecting

2022-10-10 23:22:37 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.terminateStream: Terminating XMPP Stream

2022-10-10 23:22:37 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

2022-10-10 23:22:37 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: disconnecting->disconnected

2022-10-10 23:22:37 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset.

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

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

2022-10-10 23:22:39 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=true

2022-10-10 23:22:39 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using WebSocketConnector

2022-10-10 23:22:39 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Start connector.

2022-10-10 23:22:39 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: null->connecting

2022-10-10 23:22:39 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Preparing connection to localhost

2022-10-10 23:22:39 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Opening connection to localhost/127.0.0.1:5290

2022-10-10 23:22:39 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connecting->connected

2022-10-10 23:22:39 | tigase.jaxmpp.j2se.connectors.websocket.WebSocketConnector.start: Whitespace ping period is setted to nullms

2022-10-10 23:22:39 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-10-10 23:22:39 |  >> <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2022-10-10 23:22:39 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

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

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

2022-10-10 23:22:39 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL

2022-10-10 23:22:39 |  << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfXzZsYXRmbjA1NTgscj14ZzRleUxzTHF2QnBVMVRISHJUSw==</auth>

2022-10-10 23:22:39 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1qYXhtcHBfXzZsYXRmbjA1NTgscj14ZzRleUxzTHF2QnBVMVRISHJUSw==</auth>

2022-10-10 23:22:39 |  >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj14ZzRleUxzTHF2QnBVMVRISHJUS0xsNzFzYnhLWlFwajBxRHNPQ2UyLHM9T21vRDk3SmJJNjRTOFE9PSxpPTQwOTY=</challenge>

2022-10-10 23:22:39 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj14ZzRleUxzTHF2QnBVMVRISHJUS0xsNzFzYnhLWlFwajBxRHNPQ2UyLHM9T21vRDk3SmJJNjRTOFE9PSxpPTQwOTY=</challenge>

2022-10-10 23:22:39 |  << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9eGc0ZXlMc0xxdkJwVTFUSEhyVEtMbDcxc2J4S1pRcGowcURzT0NlMixwPXRXZkdmKy9pM09ZTUFEM0xEK1pWdkZ2eFdPektYOFo1OUc0bzN1RUlwN1E9</response>

2022-10-10 23:22:39 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9eGc0ZXlMc0xxdkJwVTFUSEhyVEtMbDcxc2J4S1pRcGowcURzT0NlMixwPXRXZkdmKy9pM09ZTUFEM0xEK1pWdkZ2eFdPektYOFo1OUc0bzN1RUlwN1E9</response>

2022-10-10 23:22:39 |  >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1aZHZmTjcySWI5bWVaeWJHOVB2K284MzdObzZzVzg4TkxRTERGZXp5ZHdNPQ==</success>

2022-10-10 23:22:39 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1aZHZmTjcySWI5bWVaeWJHOVB2K284MzdObzZzVzg4TkxRTERGZXp5ZHdNPQ==</success>

2022-10-10 23:22:39 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2022-10-10 23:22:39 |  >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features>

2022-10-10 23:22:39 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c ver="f+zs4caO5M2tCcM2TP01UuCIlOI=" node="https://tigase.net/tigase-xmpp-server" xmlns="http://jabber.org/protocol/caps" hash="SHA-1"/></features>

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

2022-10-10 23:22:39 |  << <iq xmlns="jabber:client" id="8CXz9KCr1u6rXo06qXn1gBw" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-10-10 23:22:39 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com >> <iq xmlns="jabber:client" id="8CXz9KCr1u6rXo06qXn1gBw" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-10-10 23:22:39 |  >> <iq to="jaxmpp__6latfn0558@test-domain.com/228467168-tigase-321" type="result" xmlns="jabber:client" id="8CXz9KCr1u6rXo06qXn1gBw"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__6latfn0558@test-domain.com/228467168-tigase-321</jid></bind></iq>

2022-10-10 23:22:39 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com << <iq to="jaxmpp__6latfn0558@test-domain.com/228467168-tigase-321" type="result" xmlns="jabber:client" id="8CXz9KCr1u6rXo06qXn1gBw"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jaxmpp__6latfn0558@test-domain.com/228467168-tigase-321</jid></bind></iq>

2022-10-10 23:22:39 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded.

2022-10-10 23:22:39 |  << <iq xmlns="jabber:client" id="nroxlUT6rXbsUT1nNQU7BdS" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-10-10 23:22:39 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com/228467168-tigase-321 >> <iq xmlns="jabber:client" id="nroxlUT6rXbsUT1nNQU7BdS" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-10-10 23:22:39 |  >> <iq to="jaxmpp__6latfn0558@test-domain.com/228467168-tigase-321" type="result" xmlns="jabber:client" id="nroxlUT6rXbsUT1nNQU7BdS"/>

2022-10-10 23:22:39 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com/228467168-tigase-321 << <iq to="jaxmpp__6latfn0558@test-domain.com/228467168-tigase-321" type="result" xmlns="jabber:client" id="nroxlUT6rXbsUT1nNQU7BdS"/>

2022-10-10 23:22:39 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management

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

2022-10-10 23:22:39 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com/228467168-tigase-321 >> <iq to="test-domain.com" id="PPwycCl9zmNU3bDmIvfPHEw" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-10-10 23:22:39 |  << <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-10-10 23:22:39 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com/228467168-tigase-321 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-10-10 23:22:39 |  << <iq id="dzIRas9neGs8ndHCjW7jTSK" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-10-10 23:22:39 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com/228467168-tigase-321 >> <iq id="dzIRas9neGs8ndHCjW7jTSK" type="get"><query xmlns="jabber:iq:roster"/></iq>

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

2022-10-10 23:22:39 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com/228467168-tigase-321 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-10-10 23:22:39 |  >> <enabled location="7c41cec37518" resume="true" xmlns="urn:xmpp:sm:3" id="0d6e4817-4681-4929-9030-8a402e8af97f" max="60"/>

2022-10-10 23:22:39 | jaxmpp_ :: jaxmpp__6latfn0558@test-domain.com/228467168-tigase-321 << <enabled location="7c41cec37518" resume="true" xmlns="urn:xmpp:sm:3" id="0d6e4817-4681-4929-9030-8a402e8af97f" max="60"/>

2022-10-10 23:22:39 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: connected->disconnecting

2022-10-10 23:22:39 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.terminateStream: Terminating XMPP Stream

2022-10-10 23:22:39 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.onStreamTerminate: Stream terminated

2022-10-10 23:22:39 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

2022-10-10 23:22:39 | tigase.jaxmpp.core.client.connector.AbstractWebSocketConnector.setStage: Connector state changed: disconnecting->disconnected