Generated by TestNG with ReportNG at 22:15 PDT on Wednesday 15 March 2023
root@ed1b7dd8a1b3 / Java 17.0.2 (Private Build) / Linux 4.14.281-212.502.amzn2.x86_64 (amd64)

Example Jaxmpp Test

Suites · Log Output

Test duration : 1.225s

Passed Tests
tigase.tests.ExampleJaxmppTest
SimpleLoginTest 0.692s
2023-03-15 22:37:41 |

2023-03-15 22:37:41 | null / [TestClass name=class tigase.tests.ExampleJaxmppTest]

2023-03-15 22:37:41 | ------------------------------------

2023-03-15 22:37:41 | This is test case

2023-03-15 22:37:41 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream]

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=625 thread=1] Connector  state changed: null->connecting

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=625 thread=1] DNS entry stored in session object: localhost:5222

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=625 thread=1] Preparing connection to [localhost:5222]

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=625 thread=1] Opening connection to localhost/127.0.0.1:5222

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=625 thread=1] Connector  state changed: connecting->connected

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=625 thread=1] Whitespace ping period is setted to nullms

2023-03-15 22:37:41 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2023-03-15 22:37:41 |  >> <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>

2023-03-15 22:37:41 | admin :: admin@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>

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=625 thread=3970] Start TLS

2023-03-15 22:37:41 |  << <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>

2023-03-15 22:37:41 | admin :: admin@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=625 thread=3972] Proceeding TLS

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=625 thread=3972] Start handshake

2023-03-15 22:37:41 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2023-03-15 22:37:41 |  >> <features xmlns="http://etherx.jabber.org/streams"><authentication xmlns="urn:xmpp:sasl:2"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism><inline><sm xmlns="urn:xmpp:sm:3"/><bind xmlns="urn:xmpp:bind:0"><inline><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:sm:3"/></inline></bind></inline></authentication><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>

2023-03-15 22:37:41 | admin :: admin@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><authentication xmlns="urn:xmpp:sasl:2"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism><inline><sm xmlns="urn:xmpp:sm:3"/><bind xmlns="urn:xmpp:bind:0"><inline><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:sm:3"/></inline></bind></inline></authentication><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>

2023-03-15 22:37:41 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true

2023-03-15 22:37:41 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL

2023-03-15 22:37:41 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL

2023-03-15 22:37:41 |  << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1hZG1pbixyPU80VEE4UlI2d3l4T21vNnplTGVq</auth>

2023-03-15 22:37:41 | admin :: admin@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1hZG1pbixyPU80VEE4UlI2d3l4T21vNnplTGVq</auth>

2023-03-15 22:37:41 |  >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1PNFRBOFJSNnd5eE9tbzZ6ZUxlajRKeDIydmdYcnRXU2lUdXZPWk5XLHM9d0ROeFc2WFJuc0srYlE9PSxpPTQwOTY=</challenge>

2023-03-15 22:37:41 | admin :: admin@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1PNFRBOFJSNnd5eE9tbzZ6ZUxlajRKeDIydmdYcnRXU2lUdXZPWk5XLHM9d0ROeFc2WFJuc0srYlE9PSxpPTQwOTY=</challenge>

2023-03-15 22:37:41 |  << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9TzRUQThSUjZ3eXhPbW82emVMZWo0SngyMnZnWHJ0V1NpVHV2T1pOVyxwPVJBWlJTT09qNUo2WWx5ZlpHMDc5SlhZclRCandQeGoxdHBNNTdObTU3d2c9</response>

2023-03-15 22:37:41 | admin :: admin@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9TzRUQThSUjZ3eXhPbW82emVMZWo0SngyMnZnWHJ0V1NpVHV2T1pOVyxwPVJBWlJTT09qNUo2WWx5ZlpHMDc5SlhZclRCandQeGoxdHBNNTdObTU3d2c9</response>

2023-03-15 22:37:41 |  >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1ndFFzem9lRDZiUysrVHRCS1RjYk8veUZ1WVBaVGU3NFhGeFZlMmdZNDhNPQ==</success>

2023-03-15 22:37:41 | admin :: admin@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1ndFFzem9lRDZiUysrVHRCS1RjYk8veUZ1WVBaVGU3NFhGeFZlMmdZNDhNPQ==</success>

2023-03-15 22:37:41 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2023-03-15 22:37:41 |  >> <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 xmlns="http://jabber.org/protocol/caps" hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" ver="N54Bsb145BTw4uOEPabUaPeYYpI="/></features>

2023-03-15 22:37:41 | admin :: admin@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 xmlns="http://jabber.org/protocol/caps" hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" ver="N54Bsb145BTw4uOEPabUaPeYYpI="/></features>

2023-03-15 22:37:41 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false

2023-03-15 22:37:41 |  << <iq xmlns="jabber:client" id="6wzVU7FByBujWU8jJHoM1w6" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2023-03-15 22:37:41 | admin :: admin@test-domain.com >> <iq xmlns="jabber:client" id="6wzVU7FByBujWU8jJHoM1w6" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2023-03-15 22:37:41 |  >> <iq xmlns="jabber:client" id="6wzVU7FByBujWU8jJHoM1w6" to="admin@test-domain.com/1608752850-tigase-319" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>admin@test-domain.com/1608752850-tigase-319</jid></bind></iq>

2023-03-15 22:37:41 | admin :: admin@test-domain.com << <iq xmlns="jabber:client" id="6wzVU7FByBujWU8jJHoM1w6" to="admin@test-domain.com/1608752850-tigase-319" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>admin@test-domain.com/1608752850-tigase-319</jid></bind></iq>

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded.

2023-03-15 22:37:41 |  << <iq xmlns="jabber:client" id="VRysjYbvjZfOTQ0aPIJT3sp" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2023-03-15 22:37:41 | admin :: admin@test-domain.com/1608752850-tigase-319 >> <iq xmlns="jabber:client" id="VRysjYbvjZfOTQ0aPIJT3sp" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2023-03-15 22:37:41 |  >> <iq xmlns="jabber:client" id="VRysjYbvjZfOTQ0aPIJT3sp" to="admin@test-domain.com/1608752850-tigase-319" type="result"/>

2023-03-15 22:37:41 | admin :: admin@test-domain.com/1608752850-tigase-319 << <iq xmlns="jabber:client" id="VRysjYbvjZfOTQ0aPIJT3sp" to="admin@test-domain.com/1608752850-tigase-319" type="result"/>

2023-03-15 22:37:41 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management

2023-03-15 22:37:41 |  << <iq to="test-domain.com" id="aPqpaPWdKwmLDv00tqUdMNJ" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2023-03-15 22:37:41 | admin :: admin@test-domain.com/1608752850-tigase-319 >> <iq to="test-domain.com" id="aPqpaPWdKwmLDv00tqUdMNJ" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2023-03-15 22:37:41 |  << <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2023-03-15 22:37:41 | admin :: admin@test-domain.com/1608752850-tigase-319 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2023-03-15 22:37:41 |  >> <enabled xmlns="urn:xmpp:sm:3" id="dbac62b2-c35c-44ca-9795-bba47983b4b1" location="ed1b7dd8a1b3" resume="true" max="60"/>

2023-03-15 22:37:41 | admin :: admin@test-domain.com/1608752850-tigase-319 << <enabled xmlns="urn:xmpp:sm:3" id="dbac62b2-c35c-44ca-9795-bba47983b4b1" location="ed1b7dd8a1b3" resume="true" max="60"/>

2023-03-15 22:37:41 |  << <iq id="HGXyBujWU8jJHoM1w6BylPX" type="get"><query xmlns="jabber:iq:roster"/></iq>

2023-03-15 22:37:41 | admin :: admin@test-domain.com/1608752850-tigase-319 >> <iq id="HGXyBujWU8jJHoM1w6BylPX" type="get"><query xmlns="jabber:iq:roster"/></iq>

2023-03-15 22:37:41 |  << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2023-03-15 22:37:41 | admin :: admin@test-domain.com/1608752850-tigase-319 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2023-03-15 22:37:41 |  >> <iq from="test-domain.com" xmlns="jabber:client" id="aPqpaPWdKwmLDv00tqUdMNJ" to="admin@test-domain.com/1608752850-tigase-319" type="result"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" name="Tigase ver. 8.4.0-SNAPSHOT-b12246/a0152b54" type="router"/><identity category="server" name="Tigase ver. 8.4.0-SNAPSHOT-b12246/a0152b54" 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="urn:xmpp:sasl:2"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity 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:priority:0"/><feature var="tigase:push:filter:muted: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>

2023-03-15 22:37:41 | admin :: admin@test-domain.com/1608752850-tigase-319 << <iq from="test-domain.com" xmlns="jabber:client" id="aPqpaPWdKwmLDv00tqUdMNJ" to="admin@test-domain.com/1608752850-tigase-319" type="result"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" name="Tigase ver. 8.4.0-SNAPSHOT-b12246/a0152b54" type="router"/><identity category="server" name="Tigase ver. 8.4.0-SNAPSHOT-b12246/a0152b54" 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="urn:xmpp:sasl:2"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity 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:priority:0"/><feature var="tigase:push:filter:muted: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>

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=625 thread=1] Connector  state changed: connected->disconnecting

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=625 thread=1] Terminating XMPP Stream

2023-03-15 22:37:41 |  >> <iq xmlns="jabber:client" id="HGXyBujWU8jJHoM1w6BylPX" to="admin@test-domain.com/1608752850-tigase-319" type="result"><query xmlns="jabber:iq:roster"/></iq>

2023-03-15 22:37:41 | admin :: admin@test-domain.com/1608752850-tigase-319 << <iq xmlns="jabber:client" id="HGXyBujWU8jJHoM1w6BylPX" to="admin@test-domain.com/1608752850-tigase-319" type="result"><query xmlns="jabber:iq:roster"/></iq>

2023-03-15 22:37:41 |  >> <presence xmlns="jabber:client" to="admin@test-domain.com" from="admin@test-domain.com/1608752850-tigase-1"><c xmlns="http://jabber.org/protocol/caps" hash="sha-1" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8="/></presence>

2023-03-15 22:37:41 | admin :: admin@test-domain.com/1608752850-tigase-319 << <presence xmlns="jabber:client" to="admin@test-domain.com" from="admin@test-domain.com/1608752850-tigase-1"><c xmlns="http://jabber.org/protocol/caps" hash="sha-1" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8="/></presence>

2023-03-15 22:37:41 |  >> <presence xmlns="jabber:client" to="admin@test-domain.com" from="admin@test-domain.com/1608752850-tigase-3"><c xmlns="http://jabber.org/protocol/caps" hash="sha-1" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8="/></presence>

2023-03-15 22:37:41 | admin :: admin@test-domain.com/1608752850-tigase-319 << <presence xmlns="jabber:client" to="admin@test-domain.com" from="admin@test-domain.com/1608752850-tigase-3"><c xmlns="http://jabber.org/protocol/caps" hash="sha-1" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8="/></presence>

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

2023-03-15 22:37:41 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset.

2023-03-15 22:37:41 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session]

2023-03-15 22:37:41 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream]

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=626 thread=1] Using XEP-0077 mode!!!!

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=626 thread=1] Connector  state changed: null->connecting

2023-03-15 22:37:41 | tigase.jaxmpp.core.client.SessionObject$ClearedHandler$ClearedEvent@6659c99f

2023-03-15 22:37:41 | StateChangedEvent{oldState=null, newState=connecting}

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=626 thread=1] DNS entry stored in session object: localhost:5222

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=626 thread=1] Preparing connection to [localhost:5222]

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=626 thread=1] Opening connection to localhost/127.0.0.1:5222

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=626 thread=1] Connector  state changed: connecting->connected

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=626 thread=1] Whitespace ping period is setted to nullms

2023-03-15 22:37:41 | [Mutex] waiting for: [registration]

2023-03-15 22:37:41 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2023-03-15 22:37:41 | tigase.jaxmpp.core.client.Connector$StreamRestartedHandler$StreamRestaredEvent@689e2b24

2023-03-15 22:37:41 | StateChangedEvent{oldState=connecting, newState=connected}

2023-03-15 22:37:41 | tigase.jaxmpp.core.client.Connector$ConnectedHandler$ConnectedEvent@6ca1a2ef

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=625 thread=3972] Connector  state changed: disconnecting->disconnected

2023-03-15 22:37:41 |  >> <presence xmlns="jabber:client" to="admin@test-domain.com" from="admin@test-domain.com/1608752850-tigase-5"><c xmlns="http://jabber.org/protocol/caps" hash="sha-1" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8="/></presence>

2023-03-15 22:37:41 | admin :: admin@test-domain.com << <presence xmlns="jabber:client" to="admin@test-domain.com" from="admin@test-domain.com/1608752850-tigase-5"><c xmlns="http://jabber.org/protocol/caps" hash="sha-1" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8="/></presence>

2023-03-15 22:37:41 | test_user :: null << <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>

2023-03-15 22:37:41 | StanzaReceivedEvent{stanza=<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>}

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=626 thread=3976] Start TLS

2023-03-15 22:37:41 | test_user :: null >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>

2023-03-15 22:37:41 | StanzaSendingEvent{stanza=<starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>}

2023-03-15 22:37:41 | StreamFeaturesReceivedEvent[<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>]

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=626 thread=3978] Proceeding TLS

2023-03-15 22:37:41 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=626 thread=3978] Start handshake

2023-03-15 22:37:42 | tigase.jaxmpp.core.client.Connector$EncryptionEstablishedHandler$EncryptionEstablishedEvent@29a3211f

2023-03-15 22:37:42 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2023-03-15 22:37:42 | tigase.jaxmpp.core.client.Connector$StreamRestartedHandler$StreamRestaredEvent@19e0085

2023-03-15 22:37:42 | test_user :: null << <features xmlns="http://etherx.jabber.org/streams"><authentication xmlns="urn:xmpp:sasl:2"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism><inline><sm xmlns="urn:xmpp:sm:3"/><bind xmlns="urn:xmpp:bind:0"><inline><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:sm:3"/></inline></bind></inline></authentication><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>

2023-03-15 22:37:42 | StanzaReceivedEvent{stanza=<features xmlns="http://etherx.jabber.org/streams"><authentication xmlns="urn:xmpp:sasl:2"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism><inline><sm xmlns="urn:xmpp:sm:3"/><bind xmlns="urn:xmpp:bind:0"><inline><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:sm:3"/></inline></bind></inline></authentication><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>}

2023-03-15 22:37:42 | StreamFeaturesReceivedEvent[<features xmlns="http://etherx.jabber.org/streams"><authentication xmlns="urn:xmpp:sasl:2"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism><inline><sm xmlns="urn:xmpp:sm:3"/><bind xmlns="urn:xmpp:bind:0"><inline><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:sm:3"/></inline></bind></inline></authentication><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>]

2023-03-15 22:37:42 | test_user :: null >> <iq to="test-domain.com" id="pUByvmX3pbDArWcyBgP5reX" type="get"><query xmlns="jabber:iq:register"/></iq>

2023-03-15 22:37:42 | StanzaSendingEvent{stanza=<iq to="test-domain.com" id="pUByvmX3pbDArWcyBgP5reX" type="get"><query xmlns="jabber:iq:register"/></iq>}

2023-03-15 22:37:42 | tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule$ReceivedRequestedFieldsHandler$ReceivedRequestedFieldsEvent@18c0cc99

2023-03-15 22:37:42 | test_user :: null << <iq from="test-domain.com" xmlns="jabber:client" id="pUByvmX3pbDArWcyBgP5reX" type="result"><query xmlns="jabber:iq:register"><instructions>Please provide the following information to sign up for an account

Please also provide your e-mail address (must be valid!) to which we will send confirmation link.</instructions><x xmlns="jabber:x:data" type="form"><title>Account Registration</title><instructions>Please provide the following information to sign up for an account

Please also provide your e-mail address (must be valid!) to which we will send confirmation link.</instructions><field var="FORM_TYPE" type="hidden"><value>jabber:iq:register</value></field><field label="Username" var="username" type="text-single"><required/><value/></field><field label="Password" var="password" type="text-private"><required/><value/></field><field label="Email (MUST BE VALID!)" var="email" type="text-single"><required/><value/></field></x></query></iq>

2023-03-15 22:37:42 | StanzaReceivedEvent{stanza=<iq from="test-domain.com" xmlns="jabber:client" id="pUByvmX3pbDArWcyBgP5reX" type="result"><query xmlns="jabber:iq:register"><instructions>Please provide the following information to sign up for an account

Please also provide your e-mail address (must be valid!) to which we will send confirmation link.</instructions><x xmlns="jabber:x:data" type="form"><title>Account Registration</title><instructions>Please provide the following information to sign up for an account

Please also provide your e-mail address (must be valid!) to which we will send confirmation link.</instructions><field var="FORM_TYPE" type="hidden"><value>jabber:iq:register</value></field><field label="Username" var="username" type="text-single"><required/><value/></field><field label="Password" var="password" type="text-private"><required/><value/></field><field label="Email (MUST BE VALID!)" var="email" type="text-single"><required/><value/></field></x></query></iq>}

2023-03-15 22:37:42 | test_user :: null >> <iq to="test-domain.com" id="juj1hy6FOGLSZ7xr9Cv4s4D" type="set"><query xmlns="jabber:iq:register"><username>test_user_85iarx0559</username><password>test_user_85iarx0559</password><email>e24a3a3a-25ab-4d3a-95a4-9cadf0dd5816@localhost</email></query></iq>

2023-03-15 22:37:42 | StanzaSendingEvent{stanza=<iq to="test-domain.com" id="juj1hy6FOGLSZ7xr9Cv4s4D" type="set"><query xmlns="jabber:iq:register"><username>test_user_85iarx0559</username><password>test_user_85iarx0559</password><email>e24a3a3a-25ab-4d3a-95a4-9cadf0dd5816@localhost</email></query></iq>}

2023-03-15 22:37:42 | test_user :: null << <iq from="test-domain.com" xmlns="jabber:client" id="juj1hy6FOGLSZ7xr9Cv4s4D" type="result"/>

2023-03-15 22:37:42 | StanzaReceivedEvent{stanza=<iq from="test-domain.com" xmlns="jabber:client" id="juj1hy6FOGLSZ7xr9Cv4s4D" type="result"/>}

2023-03-15 22:37:42 | [Mutex] received everything.

2023-03-15 22:37:42 | [Mutex] isItemNotified: registrationSuccess :: true

2023-03-15 22:37:42 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=626 thread=1] Connector  state changed: connected->disconnecting

2023-03-15 22:37:42 | StateChangedEvent{oldState=connected, newState=disconnecting}

2023-03-15 22:37:42 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=626 thread=1] Terminating XMPP Stream

2023-03-15 22:37:42 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

2023-03-15 22:37:42 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=626 thread=3978] Connector  state changed: disconnecting->disconnected

2023-03-15 22:37:42 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=626 thread=3978] Stream terminated

2023-03-15 22:37:42 | StateChangedEvent{oldState=disconnecting, newState=disconnected}

2023-03-15 22:37:42 | tigase.jaxmpp.core.client.Connector$StreamTerminatedHandler$StreamTerminatedEvent@7917b3b4

2023-03-15 22:37:42 | tigase.jaxmpp.core.client.JaxmppCore$LoggedOutHandler$LoggedOutEvent@498cde50

2023-03-15 22:37:42 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

2023-03-15 22:37:42 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

2023-03-15 22:37:42 | tigase.jaxmpp.core.client.Connector$StreamTerminatedHandler$StreamTerminatedEvent@38e775cc

2023-03-15 22:37:42 | tigase.jaxmpp.core.client.Connector$DisconnectedHandler$DisconnectedEvent@26ddd24d

2023-03-15 22:37:42 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.reset: Reset.

2023-03-15 22:37:42 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [session]

2023-03-15 22:37:42 | tigase.jaxmpp.core.client.SessionObject$ClearedHandler$ClearedEvent@62135f31

2023-03-15 22:37:42 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream]

2023-03-15 22:37:42 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false

2023-03-15 22:37:42 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector

2023-03-15 22:37:42 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=627 thread=1] Connector  state changed: null->connecting

2023-03-15 22:37:42 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=627 thread=1] DNS entry stored in session object: localhost:5222

2023-03-15 22:37:42 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=627 thread=1] Preparing connection to [localhost:5222]

2023-03-15 22:37:42 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=627 thread=1] Opening connection to localhost/127.0.0.1:5222

2023-03-15 22:37:42 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=627 thread=1] Connector  state changed: connecting->connected

2023-03-15 22:37:42 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=627 thread=1] Whitespace ping period is setted to nullms

2023-03-15 22:37:42 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2023-03-15 22:37:42 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=627 thread=3983] Start TLS

2023-03-15 22:37:42 |  >> <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>

2023-03-15 22:37:42 | test_user :: test_user_85iarx0559@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>

2023-03-15 22:37:42 |  << <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>

2023-03-15 22:37:42 | test_user :: test_user_85iarx0559@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>

2023-03-15 22:37:42 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=627 thread=3985] Proceeding TLS

2023-03-15 22:37:42 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=627 thread=3985] Start handshake

2023-03-15 22:37:42 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2023-03-15 22:37:42 |  >> <features xmlns="http://etherx.jabber.org/streams"><authentication xmlns="urn:xmpp:sasl:2"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism><inline><sm xmlns="urn:xmpp:sm:3"/><bind xmlns="urn:xmpp:bind:0"><inline><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:sm:3"/></inline></bind></inline></authentication><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>

2023-03-15 22:37:42 | test_user :: test_user_85iarx0559@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><authentication xmlns="urn:xmpp:sasl:2"><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism><inline><sm xmlns="urn:xmpp:sm:3"/><bind xmlns="urn:xmpp:bind:0"><inline><feature var="urn:xmpp:carbons:2"/><feature var="urn:xmpp:sm:3"/></inline></bind></inline></authentication><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>

2023-03-15 22:37:42 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedtrue, nonSaslSupported: true

2023-03-15 22:37:42 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL

2023-03-15 22:37:42 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL

2023-03-15 22:37:42 |  << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj10ZXN0X3VzZXJfODVpYXJ4MDU1OSxyPWE3QUYzSmNmNmVVRE8wNnhUTVht</auth>

2023-03-15 22:37:42 | test_user :: test_user_85iarx0559@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj10ZXN0X3VzZXJfODVpYXJ4MDU1OSxyPWE3QUYzSmNmNmVVRE8wNnhUTVht</auth>

2023-03-15 22:37:42 |  >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1hN0FGM0pjZjZlVURPMDZ4VE1YbURrTkZsZWNPeDVPTXc1NHh3cmVqLHM9WHFyZXkxVUdPU0dGT3c9PSxpPTQwOTY=</challenge>

2023-03-15 22:37:42 | test_user :: test_user_85iarx0559@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1hN0FGM0pjZjZlVURPMDZ4VE1YbURrTkZsZWNPeDVPTXc1NHh3cmVqLHM9WHFyZXkxVUdPU0dGT3c9PSxpPTQwOTY=</challenge>

2023-03-15 22:37:42 |  << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9YTdBRjNKY2Y2ZVVETzA2eFRNWG1Ea05GbGVjT3g1T013NTR4d3JlaixwPWY2NGI1UmIveUx2UUdDTnBJM3hKUFdDcWpGOThEY1ozMUdDaHhISjFXbXM9</response>

2023-03-15 22:37:42 | test_user :: test_user_85iarx0559@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9YTdBRjNKY2Y2ZVVETzA2eFRNWG1Ea05GbGVjT3g1T013NTR4d3JlaixwPWY2NGI1UmIveUx2UUdDTnBJM3hKUFdDcWpGOThEY1ozMUdDaHhISjFXbXM9</response>

2023-03-15 22:37:42 |  >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1PVHg5UFlCOUR1TnduWXJnYWZiaHMvSitIUFBmcFdvNGovandOMUFycnZZPQ==</success>

2023-03-15 22:37:42 | test_user :: test_user_85iarx0559@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1PVHg5UFlCOUR1TnduWXJnYWZiaHMvSitIUFBmcFdvNGovandOMUFycnZZPQ==</success>

2023-03-15 22:37:42 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2023-03-15 22:37:42 |  >> <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 xmlns="http://jabber.org/protocol/caps" hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" ver="N54Bsb145BTw4uOEPabUaPeYYpI="/></features>

2023-03-15 22:37:42 | test_user :: test_user_85iarx0559@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 xmlns="http://jabber.org/protocol/caps" hash="SHA-1" node="https://tigase.net/tigase-xmpp-server" ver="N54Bsb145BTw4uOEPabUaPeYYpI="/></features>

2023-03-15 22:37:42 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.isAuthAvailable: saslSupportedfalse, nonSaslSupported: false

2023-03-15 22:37:42 |  << <iq xmlns="jabber:client" id="ZHUfNXbGDkY6HsdRZk9AvkG" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2023-03-15 22:37:42 | test_user :: test_user_85iarx0559@test-domain.com >> <iq xmlns="jabber:client" id="ZHUfNXbGDkY6HsdRZk9AvkG" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2023-03-15 22:37:42 |  >> <iq xmlns="jabber:client" id="ZHUfNXbGDkY6HsdRZk9AvkG" to="test_user_85iarx0559@test-domain.com/1608752850-tigase-320" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>test_user_85iarx0559@test-domain.com/1608752850-tigase-320</jid></bind></iq>

2023-03-15 22:37:42 | test_user :: test_user_85iarx0559@test-domain.com << <iq xmlns="jabber:client" id="ZHUfNXbGDkY6HsdRZk9AvkG" to="test_user_85iarx0559@test-domain.com/1608752850-tigase-320" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>test_user_85iarx0559@test-domain.com/1608752850-tigase-320</jid></bind></iq>

2023-03-15 22:37:42 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded.

2023-03-15 22:37:42 |  << <iq xmlns="jabber:client" id="zK1o6mduhZfQbEDAcIt3lGm" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2023-03-15 22:37:42 | test_user :: test_user_85iarx0559@test-domain.com/1608752850-tigase-320 >> <iq xmlns="jabber:client" id="zK1o6mduhZfQbEDAcIt3lGm" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2023-03-15 22:37:42 |  >> <iq xmlns="jabber:client" id="zK1o6mduhZfQbEDAcIt3lGm" to="test_user_85iarx0559@test-domain.com/1608752850-tigase-320" type="result"/>

2023-03-15 22:37:42 | test_user :: test_user_85iarx0559@test-domain.com/1608752850-tigase-320 << <iq xmlns="jabber:client" id="zK1o6mduhZfQbEDAcIt3lGm" to="test_user_85iarx0559@test-domain.com/1608752850-tigase-320" type="result"/>

2023-03-15 22:37:42 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management

2023-03-15 22:37:42 |  << <iq to="test-domain.com" id="qypvmX3pbDArWcyBgP5reXc" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2023-03-15 22:37:42 | test_user :: test_user_85iarx0559@test-domain.com/1608752850-tigase-320 >> <iq to="test-domain.com" id="qypvmX3pbDArWcyBgP5reXc" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2023-03-15 22:37:42 |  << <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2023-03-15 22:37:42 | test_user :: test_user_85iarx0559@test-domain.com/1608752850-tigase-320 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2023-03-15 22:37:42 |  >> <enabled xmlns="urn:xmpp:sm:3" id="e6872cd1-37a5-45b9-9973-83c8e347dcf6" location="ed1b7dd8a1b3" resume="true" max="60"/>

2023-03-15 22:37:42 | test_user :: test_user_85iarx0559@test-domain.com/1608752850-tigase-320 << <enabled xmlns="urn:xmpp:sm:3" id="e6872cd1-37a5-45b9-9973-83c8e347dcf6" location="ed1b7dd8a1b3" resume="true" max="60"/>

2023-03-15 22:37:42 |  << <iq id="70JOVhP0viVam27lVQGP8k3" type="get"><query xmlns="jabber:iq:roster"/></iq>

2023-03-15 22:37:42 | test_user :: test_user_85iarx0559@test-domain.com/1608752850-tigase-320 >> <iq id="70JOVhP0viVam27lVQGP8k3" type="get"><query xmlns="jabber:iq:roster"/></iq>

2023-03-15 22:37:42 |  >> <iq from="test-domain.com" xmlns="jabber:client" id="qypvmX3pbDArWcyBgP5reXc" to="test_user_85iarx0559@test-domain.com/1608752850-tigase-320" type="result"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" name="Tigase ver. 8.4.0-SNAPSHOT-b12246/a0152b54" type="router"/><identity category="server" name="Tigase ver. 8.4.0-SNAPSHOT-b12246/a0152b54" 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="urn:xmpp:sasl:2"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity 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:priority:0"/><feature var="tigase:push:filter:muted: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>

2023-03-15 22:37:42 | test_user :: test_user_85iarx0559@test-domain.com/1608752850-tigase-320 << <iq from="test-domain.com" xmlns="jabber:client" id="qypvmX3pbDArWcyBgP5reXc" to="test_user_85iarx0559@test-domain.com/1608752850-tigase-320" type="result"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" name="Tigase ver. 8.4.0-SNAPSHOT-b12246/a0152b54" type="router"/><identity category="server" name="Tigase ver. 8.4.0-SNAPSHOT-b12246/a0152b54" 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="urn:xmpp:sasl:2"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:reporting:0"/><feature var="urn:xmpp:reporting:abuse:0"/><feature var="urn:xmpp:reporting:spam:0"/><feature var="urn:xmpp:reporting:1"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity 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:priority:0"/><feature var="tigase:push:filter:muted: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>

2023-03-15 22:37:42 |  << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2023-03-15 22:37:42 | test_user :: test_user_85iarx0559@test-domain.com/1608752850-tigase-320 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2023-03-15 22:37:42 |  >> <iq xmlns="jabber:client" id="70JOVhP0viVam27lVQGP8k3" to="test_user_85iarx0559@test-domain.com/1608752850-tigase-320" type="result"><query xmlns="jabber:iq:roster"/></iq>

2023-03-15 22:37:42 | test_user :: test_user_85iarx0559@test-domain.com/1608752850-tigase-320 << <iq xmlns="jabber:client" id="70JOVhP0viVam27lVQGP8k3" to="test_user_85iarx0559@test-domain.com/1608752850-tigase-320" type="result"><query xmlns="jabber:iq:roster"/></iq>

2023-03-15 22:37:42 |  >> <presence xmlns="jabber:client" to="test_user_85iarx0559@test-domain.com" from="test_user_85iarx0559@test-domain.com/1608752850-tigase-320"><c xmlns="http://jabber.org/protocol/caps" hash="sha-1" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8="/></presence>

2023-03-15 22:37:42 | test_user :: test_user_85iarx0559@test-domain.com/1608752850-tigase-320 << <presence xmlns="jabber:client" to="test_user_85iarx0559@test-domain.com" from="test_user_85iarx0559@test-domain.com/1608752850-tigase-320"><c xmlns="http://jabber.org/protocol/caps" hash="sha-1" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8="/></presence>

2023-03-15 22:37:42 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=627 thread=3985] Connector  state changed: connected->disconnected

2023-03-15 22:37:42 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=627 thread=3985] Stream terminated

2023-03-15 22:37:42 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

2023-03-15 22:37:42 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted