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

XEP-0357: Push Notifications - Groupchat

Suites · Log Output

Test duration : 1.677s

Failed Configuration
tigase.tests.server.TestPushGroupchatFiltered
setupClass 0.117s Method arguments: org.testng.TestRunner@770beef5
2022-09-05 22:27:10 |  >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"/><register xmlns="http://jabber.org/features/iq-register"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

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

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

2022-09-05 22:27:10 | admin :: admin@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>

tigase.jaxmpp.core.client.exceptions.JaxmppException: tigase.jaxmpp.core.client.exceptions.JaxmppException: javax.crypto.AEADBadTagException: Tag mismatch!
tigase.jaxmpp.j2se.Jaxmpp.waitForLoginFinish(Jaxmpp.java:154)
tigase.jaxmpp.j2se.Jaxmpp.login(Jaxmpp.java:249)
tigase.tests.utils.JaxmppBuilder.build(JaxmppBuilder.java:101)
tigase.tests.AbstractTest.setupClass(AbstractTest.java:797)
jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
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.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:65)
org.testng.internal.invokers.ConfigInvoker.invokeConfigurationMethod(ConfigInvoker.java:381)
org.testng.internal.invokers.ConfigInvoker.invokeConfigurations(ConfigInvoker.java:319)
org.testng.internal.invokers.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:178)
org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:122)
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)
Caused by: tigase.jaxmpp.core.client.exceptions.JaxmppException: javax.crypto.AEADBadTagException: Tag mismatch!
tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic.processConnectorErrors(AbstractSocketXmppSessionLogic.java:185)
tigase.jaxmpp.core.client.connector.AbstractSocketXmppSessionLogic$1.onError(AbstractSocketXmppSessionLogic.java:89)
tigase.jaxmpp.core.client.Connector$ErrorHandler$ErrorEvent.dispatch(Connector.java:314)
tigase.jaxmpp.core.client.Connector$ErrorHandler$ErrorEvent.dispatch(Connector.java:299)
tigase.jaxmpp.j2se.eventbus.ThreadSafeEventBus$2.run(ThreadSafeEventBus.java:81)
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
java.base/java.lang.Thread.run(Thread.java:833)
Caused by: javax.crypto.AEADBadTagException: Tag mismatch!
java.base/com.sun.crypto.provider.GaloisCounterMode$GCMDecrypt.doFinal(GaloisCounterMode.java:1486)
java.base/com.sun.crypto.provider.GaloisCounterMode.engineDoFinal(GaloisCounterMode.java:447)
java.base/javax.crypto.Cipher.doFinal(Cipher.java:2500)
java.base/sun.security.ssl.SSLCipher$T13GcmReadCipherGenerator$GcmReadCipher.decrypt(SSLCipher.java:1933)
java.base/sun.security.ssl.SSLSocketInputRecord.decodeInputRecord(SSLSocketInputRecord.java:260)
java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:181)
java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:111)
java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1500)
java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1415)
java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:450)
java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:421)
tigase.jaxmpp.j2se.connectors.socket.SocketConnector.proceedJCETLS(SocketConnector.java:1126)
tigase.jaxmpp.j2se.connectors.socket.SocketConnector.proceedTLS(SocketConnector.java:758)
tigase.jaxmpp.j2se.connectors.socket.SocketConnector.onTLSStanza(SocketConnector.java:224)
tigase.jaxmpp.j2se.connectors.socket.SocketConnector.processElement(SocketConnector.java:254)
tigase.jaxmpp.j2se.connectors.socket.SocketConnector$1.processElement(SocketConnector.java:425)
tigase.jaxmpp.j2se.connectors.socket.Worker$1.nextElement(Worker.java:52)
tigase.jaxmpp.j2se.connectors.socket.XMPPDomBuilderHandler.endElement(XMPPDomBuilderHandler.java:149)
tigase.xml.SimpleParser.parse(SimpleParser.java:302)
tigase.jaxmpp.j2se.connectors.socket.Worker.run(Worker.java:115)
 
Skipped Configuration
tigase.tests.server.TestPushGroupchatFiltered
setUp 0.000s
setupMethod 0.000s
setupMethod 0.000s
setupMethod 0.000s
setupMethod 0.000s
setupMethod 0.000s
setupMethod 0.000s
setupMethod 0.000s
setupMethod 0.000s
tearDownClass 0.000s
tearDownMethod 0.000s
tearDownMethod 0.000s
tearDownMethod 0.000s
tearDownMethod 0.000s
tearDownMethod 0.000s
tearDownMethod 0.000s
tearDownMethod 0.000s
tearDownMethod 0.000s
Skipped Tests
tigase.tests.server.TestPushGroupchatFiltered
testPushDeliveryOffline 0.000s
2022-09-05 22:27:10 |

2022-09-05 22:27:10 | null / [TestClass name=class tigase.tests.server.TestPushGroupchatFiltered]

2022-09-05 22:27:10 | ------------------------------------

testPushDeliveryOfflineAlways 0.000s
2022-09-05 22:27:10 |

2022-09-05 22:27:10 | null / [TestClass name=class tigase.tests.server.TestPushGroupchatFiltered]

2022-09-05 22:27:10 | ------------------------------------

testPushDeliveryOfflineMentioned 0.000s
2022-09-05 22:27:10 |

2022-09-05 22:27:10 | null / [TestClass name=class tigase.tests.server.TestPushGroupchatFiltered]

2022-09-05 22:27:10 | ------------------------------------

testPushDeliveryOfflineNever 0.000s
2022-09-05 22:27:10 |

2022-09-05 22:27:10 | null / [TestClass name=class tigase.tests.server.TestPushGroupchatFiltered]

2022-09-05 22:27:10 | ------------------------------------

testPushDeliveryOnlineNotJoined 0.000s
2022-09-05 22:27:10 |

2022-09-05 22:27:10 | null / [TestClass name=class tigase.tests.server.TestPushGroupchatFiltered]

2022-09-05 22:27:10 | ------------------------------------

testPushDeliveryOnlineNotJoinedAlways 0.000s
2022-09-05 22:27:10 |

2022-09-05 22:27:10 | null / [TestClass name=class tigase.tests.server.TestPushGroupchatFiltered]

2022-09-05 22:27:10 | ------------------------------------

testPushDeliveryOnlineNotJoinedMentioned 0.000s
2022-09-05 22:27:10 |

2022-09-05 22:27:10 | null / [TestClass name=class tigase.tests.server.TestPushGroupchatFiltered]

2022-09-05 22:27:10 | ------------------------------------

testPushDeliveryOnlineNotJoinedNever 0.000s
2022-09-05 22:27:10 |

2022-09-05 22:27:10 | Running: XEP-0398: User Avatar to vCard-Based Avatars Conversion

2022-09-05 22:27:10 | ------------------------------------

Passed Tests
tigase.tests.server.TestPushGroupchat
testPushDeliveryOffline 0.017s
2022-09-05 22:27:09 |

2022-09-05 22:27:09 | null / [TestClass name=class tigase.tests.server.TestPushGroupchat]

2022-09-05 22:27:09 | ------------------------------------

2022-09-05 22:27:09 | [Mutex] waiting for: [discovery:completed]

2022-09-05 22:27:09 | [Mutex] waiting for: [discovery:completed]

2022-09-05 22:27:09 | [Mutex] received everything.

2022-09-05 22:27:09 | [Mutex] isItemNotified: discovery:completed:success :: true

2022-09-05 22:27:09 | [Mutex] isItemNotified: discovery:identity:account:registered :: true

2022-09-05 22:27:09 | [Mutex] isItemNotified: discovery:feature:urn:xmpp:push:0 :: true

2022-09-05 22:27:09 | [Mutex] waiting for: [push:received]

2022-09-05 22:27:09 | [Mutex] received everything.

2022-09-05 22:27:09 | [Mutex] isItemNotified: push:received :: true

2022-09-05 22:27:09 | [Mutex] isItemNotified: push:received:body:Some body - b27f17ca-6926-44bb-9d03-cccfdf736eab :: true

2022-09-05 22:27:09 | [Mutex] isItemNotified: push:received:nickname:228467168-tigase-118 :: true

testPushDeliveryOnlineNotJoined 0.186s
2022-09-05 22:27:09 |

2022-09-05 22:27:09 | null / [TestClass name=class tigase.tests.server.TestPushGroupchat]

2022-09-05 22:27:09 | ------------------------------------

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

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

2022-09-05 22:27:09 |  << <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>

2022-09-05 22:27:09 | push- :: push-_9kcw1q0115@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>

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

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

2022-09-05 22:27:10 |  << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1wdXNoLV85a2N3MXEwMTE1LHI9ZU84UmNZSzJMaTBKTXF4VkwwQmE=</auth>

2022-09-05 22:27:10 | push- :: push-_9kcw1q0115@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1wdXNoLV85a2N3MXEwMTE1LHI9ZU84UmNZSzJMaTBKTXF4VkwwQmE=</auth>

2022-09-05 22:27:10 |  >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1lTzhSY1lLMkxpMEpNcXhWTDBCYWwxMUFadDhyRWtqUlZsRVJSNFZBLHM9WS9nUEM1OXBISlI0TXc9PSxpPTQwOTY=</challenge>

2022-09-05 22:27:10 | push- :: push-_9kcw1q0115@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1lTzhSY1lLMkxpMEpNcXhWTDBCYWwxMUFadDhyRWtqUlZsRVJSNFZBLHM9WS9nUEM1OXBISlI0TXc9PSxpPTQwOTY=</challenge>

2022-09-05 22:27:10 |  << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9ZU84UmNZSzJMaTBKTXF4VkwwQmFsMTFBWnQ4ckVralJWbEVSUjRWQSxwPTZ3cHQwMXM2YlZQallSVzVEd3pVcmhFZ1dDOG1HTDJqVnRIanZUUjFyQk09</response>

2022-09-05 22:27:10 | push- :: push-_9kcw1q0115@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9ZU84UmNZSzJMaTBKTXF4VkwwQmFsMTFBWnQ4ckVralJWbEVSUjRWQSxwPTZ3cHQwMXM2YlZQallSVzVEd3pVcmhFZ1dDOG1HTDJqVnRIanZUUjFyQk09</response>

2022-09-05 22:27:10 |  >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj12UWFKdzJ6YU9MdHFHZkY1UGJXSlgwMjBPTFp1UU40aHJaREhpaGZ3eHE4PQ==</success>

2022-09-05 22:27:10 | push- :: push-_9kcw1q0115@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj12UWFKdzJ6YU9MdHFHZkY1UGJXSlgwMjBPTFp1UU40aHJaREhpaGZ3eHE4PQ==</success>

2022-09-05 22:27:10 |  >> <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" ver="Y0ryC3JBXIvtgzkjCcTA03dz4I8=" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1"/></features>

2022-09-05 22:27:10 | push- :: push-_9kcw1q0115@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" ver="Y0ryC3JBXIvtgzkjCcTA03dz4I8=" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1"/></features>

2022-09-05 22:27:10 |  << <iq xmlns="jabber:client" id="Q2doP3siHDuq8uhDuiXeGrU" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-09-05 22:27:10 | push- :: push-_9kcw1q0115@test-domain.com >> <iq xmlns="jabber:client" id="Q2doP3siHDuq8uhDuiXeGrU" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2022-09-05 22:27:10 |  >> <iq xmlns="jabber:client" type="result" id="Q2doP3siHDuq8uhDuiXeGrU" to="push-_9kcw1q0115@test-domain.com/228467168-tigase-119"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>push-_9kcw1q0115@test-domain.com/228467168-tigase-119</jid></bind></iq>

2022-09-05 22:27:10 | push- :: push-_9kcw1q0115@test-domain.com << <iq xmlns="jabber:client" type="result" id="Q2doP3siHDuq8uhDuiXeGrU" to="push-_9kcw1q0115@test-domain.com/228467168-tigase-119"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>push-_9kcw1q0115@test-domain.com/228467168-tigase-119</jid></bind></iq>

2022-09-05 22:27:10 |  << <iq xmlns="jabber:client" id="pZ2V5oeKIJxiUbGAfwqdQHJ" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-09-05 22:27:10 | push- :: push-_9kcw1q0115@test-domain.com/228467168-tigase-119 >> <iq xmlns="jabber:client" id="pZ2V5oeKIJxiUbGAfwqdQHJ" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2022-09-05 22:27:10 |  >> <iq xmlns="jabber:client" type="result" id="pZ2V5oeKIJxiUbGAfwqdQHJ" to="push-_9kcw1q0115@test-domain.com/228467168-tigase-119"/>

2022-09-05 22:27:10 | push- :: push-_9kcw1q0115@test-domain.com/228467168-tigase-119 << <iq xmlns="jabber:client" type="result" id="pZ2V5oeKIJxiUbGAfwqdQHJ" to="push-_9kcw1q0115@test-domain.com/228467168-tigase-119"/>

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

2022-09-05 22:27:10 | push- :: push-_9kcw1q0115@test-domain.com/228467168-tigase-119 >> <iq to="test-domain.com" id="vQzbr6wp8u38EFKvl4BsdU5" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2022-09-05 22:27:10 |  << <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-09-05 22:27:10 | push- :: push-_9kcw1q0115@test-domain.com/228467168-tigase-119 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2022-09-05 22:27:10 |  >> <enabled xmlns="urn:xmpp:sm:3" id="a89f5d02-8b35-4562-9b9e-9c6bdd78543a" resume="true" location="7c41cec37518" max="60"/>

2022-09-05 22:27:10 | push- :: push-_9kcw1q0115@test-domain.com/228467168-tigase-119 << <enabled xmlns="urn:xmpp:sm:3" id="a89f5d02-8b35-4562-9b9e-9c6bdd78543a" resume="true" location="7c41cec37518" max="60"/>

2022-09-05 22:27:10 |  << <iq id="2RAePYapQ4vqR3ur8zCvs8j" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-09-05 22:27:10 | push- :: push-_9kcw1q0115@test-domain.com/228467168-tigase-119 >> <iq id="2RAePYapQ4vqR3ur8zCvs8j" type="get"><query xmlns="jabber:iq:roster"/></iq>

2022-09-05 22:27:10 |  >> <iq xmlns="jabber:client" type="result" from="test-domain.com" id="vQzbr6wp8u38EFKvl4BsdU5" to="push-_9kcw1q0115@test-domain.com/228467168-tigase-119"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12055/68bd9eb2"/><identity category="server" type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12055/68bd9eb2"/><feature var="http://jabber.org/protocol/commands"/><x xmlns="jabber:x:data" type="result"><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="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: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:xmpp:extdisco:2"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/><feature var="jabber:iq:private"/></query></iq>

2022-09-05 22:27:10 | push- :: push-_9kcw1q0115@test-domain.com/228467168-tigase-119 << <iq xmlns="jabber:client" type="result" from="test-domain.com" id="vQzbr6wp8u38EFKvl4BsdU5" to="push-_9kcw1q0115@test-domain.com/228467168-tigase-119"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" type="router" name="Tigase ver. 8.3.0-SNAPSHOT-b12055/68bd9eb2"/><identity category="server" type="im" name="Tigase ver. 8.3.0-SNAPSHOT-b12055/68bd9eb2"/><feature var="http://jabber.org/protocol/commands"/><x xmlns="jabber:x:data" type="result"><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="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: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:xmpp:extdisco:2"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/><feature var="jabber:iq:private"/></query></iq>

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

2022-09-05 22:27:10 | push- :: push-_9kcw1q0115@test-domain.com/228467168-tigase-119 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2022-09-05 22:27:10 |  >> <iq xmlns="jabber:client" type="result" id="2RAePYapQ4vqR3ur8zCvs8j" to="push-_9kcw1q0115@test-domain.com/228467168-tigase-119"><query xmlns="jabber:iq:roster"/></iq>

2022-09-05 22:27:10 | push- :: push-_9kcw1q0115@test-domain.com/228467168-tigase-119 << <iq xmlns="jabber:client" type="result" id="2RAePYapQ4vqR3ur8zCvs8j" to="push-_9kcw1q0115@test-domain.com/228467168-tigase-119"><query xmlns="jabber:iq:roster"/></iq>

2022-09-05 22:27:10 |  >> <presence xmlns="jabber:client" from="push-_9kcw1q0115@test-domain.com/228467168-tigase-119" to="push-_9kcw1q0115@test-domain.com"><c xmlns="http://jabber.org/protocol/caps" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" node="http://tigase.org/jaxmpp" hash="sha-1"/></presence>

2022-09-05 22:27:10 | push- :: push-_9kcw1q0115@test-domain.com/228467168-tigase-119 << <presence xmlns="jabber:client" from="push-_9kcw1q0115@test-domain.com/228467168-tigase-119" to="push-_9kcw1q0115@test-domain.com"><c xmlns="http://jabber.org/protocol/caps" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" node="http://tigase.org/jaxmpp" hash="sha-1"/></presence>

2022-09-05 22:27:10 |  >> <message xmlns="jabber:client" from="test-domain.com" to="push-_9kcw1q0115@test-domain.com"><body>Wecome to 62dffe51-0e2a-4777-9052-df72e987e8e9
This message was set at: Mon Sep 05 22:20:53 PDT 2022</body><delay xmlns="urn:xmpp:delay" from="test-domain.com" stamp="2022-09-06T05:27:08.981Z">Offline Storage - 7c41cec37518</delay><delay xmlns="urn:xmpp:delay" from="test-domain.com" stamp="2022-09-06T05:27:09.847Z">Offline Storage - 7c41cec37518</delay></message>

2022-09-05 22:27:10 | push- :: push-_9kcw1q0115@test-domain.com/228467168-tigase-119 << <message xmlns="jabber:client" from="test-domain.com" to="push-_9kcw1q0115@test-domain.com"><body>Wecome to 62dffe51-0e2a-4777-9052-df72e987e8e9
This message was set at: Mon Sep 05 22:20:53 PDT 2022</body><delay xmlns="urn:xmpp:delay" from="test-domain.com" stamp="2022-09-06T05:27:08.981Z">Offline Storage - 7c41cec37518</delay><delay xmlns="urn:xmpp:delay" from="test-domain.com" stamp="2022-09-06T05:27:09.847Z">Offline Storage - 7c41cec37518</delay></message>

2022-09-05 22:27:10 | [Mutex] waiting for: [push:received]

2022-09-05 22:27:10 |  >> <message xmlns="jabber:client" type="groupchat" from="muc-component-_yxib7v0117@test-domain.com/228467168-tigase-118" to="push-_9kcw1q0115@test-domain.com"><body>Some body - d270de7f-93af-423d-bb73-cd7dd16f35d5</body></message>

2022-09-05 22:27:10 | push- :: push-_9kcw1q0115@test-domain.com/228467168-tigase-119 << <message xmlns="jabber:client" type="groupchat" from="muc-component-_yxib7v0117@test-domain.com/228467168-tigase-118" to="push-_9kcw1q0115@test-domain.com"><body>Some body - d270de7f-93af-423d-bb73-cd7dd16f35d5</body></message>

2022-09-05 22:27:10 | [Mutex] received everything.

2022-09-05 22:27:10 | [Mutex] isItemNotified: push:received :: true

2022-09-05 22:27:10 | [Mutex] isItemNotified: push:received:body:Some body - d270de7f-93af-423d-bb73-cd7dd16f35d5 :: true

2022-09-05 22:27:10 | [Mutex] isItemNotified: push:received:nickname:228467168-tigase-118 :: true