Test duration : 280.029s
Failed Tests | ||
---|---|---|
tigase.tests.server.TestPush | ||
testAutomaticDisablingOnFailure | 30.031s |
2023-11-04 22:46:25 |
java.lang.AssertionError: expected [true] but found [false]
2023-11-04 22:46:25 | null / [TestClass name=class tigase.tests.server.TestPush] 2023-11-04 22:46:25 | ------------------------------------ 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:46:25 | [Mutex] received everything. 2023-11-04 22:46:25 | [Mutex] isItemNotified: discovery:completed:success :: true 2023-11-04 22:46:25 | [Mutex] isItemNotified: discovery:identity:account:registered :: true 2023-11-04 22:46:25 | [Mutex] isItemNotified: discovery:feature:urn:xmpp:push:0 :: true 2023-11-04 22:46:25 | [Mutex] waiting for: [push:received:1] 2023-11-04 22:46:25 | [Mutex] received everything. 2023-11-04 22:46:25 | [Mutex] isItemNotified: push:received:1 :: true 2023-11-04 22:46:25 | [Mutex] isItemNotified: push:received:1:body:Some body 1 - 3aa26606-6e1c-427f-8a47-adb3f63c84ac :: true 2023-11-04 22:46:25 | [Mutex] waiting for: [push:received:2] 2023-11-04 22:46:55 | [Mutex] timeout. Not received [push:received:2] 2023-11-04 22:46:55 | [Mutex] isItemNotified: push:received:2 :: 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.server.TestPush.testAutomaticDisablingOnFailure(TestPush.java:301) 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.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:252) tigase.tests.AbstractSkippableTest.run(AbstractSkippableTest.java:45) org.testng.internal.invokers.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:266) org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:665) 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.server.TestPush | ||
testPushDeliveryOffline | 0.014s |
2023-11-04 22:46:57 |
2023-11-04 22:46:57 | null / [TestClass name=class tigase.tests.server.TestPush] 2023-11-04 22:46:57 | ------------------------------------ 2023-11-04 22:46:57 | [Mutex] waiting for: [push:received] 2023-11-04 22:46:57 | [Mutex] received everything. 2023-11-04 22:46:57 | [Mutex] isItemNotified: push:received :: true 2023-11-04 22:46:57 | [Mutex] isItemNotified: push:received:body:Some body - c8126661-6157-4c8d-8497-c98954e6dd69 :: true |
testPushDeliveryOnline | 30.171s |
2023-11-04 22:46:58 |
2023-11-04 22:46:58 | null / [TestClass name=class tigase.tests.server.TestPush] 2023-11-04 22:46:58 | ------------------------------------ 2023-11-04 22:46:58 | >> <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-11-04 22:46:58 | push1- :: push1-_v65dho0099@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-11-04 22:46:58 | << <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2023-11-04 22:46:58 | push1- :: push1-_v65dho0099@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2023-11-04 22:46:58 | >> <features xmlns="http://etherx.jabber.org/streams"><authentication xmlns="urn:xmpp:sasl:2"><mechanism>SCRAM-SHA-512-PLUS</mechanism><mechanism>SCRAM-SHA-256-PLUS</mechanism><mechanism>SCRAM-SHA-1-PLUS</mechanism><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><sasl-channel-binding xmlns="urn:xmpp:sasl-cb:0"><channel-binding type="tls-server-end-point"/></sasl-channel-binding><auth xmlns="http://jabber.org/features/iq-auth"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512-PLUS</mechanism><mechanism>SCRAM-SHA-256-PLUS</mechanism><mechanism>SCRAM-SHA-1-PLUS</mechanism><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><sasl-channel-binding xmlns="urn:xmpp:sasl-cb:0"><channel-binding type="tls-server-end-point"/></sasl-channel-binding><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2023-11-04 22:46:58 | push1- :: push1-_v65dho0099@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><authentication xmlns="urn:xmpp:sasl:2"><mechanism>SCRAM-SHA-512-PLUS</mechanism><mechanism>SCRAM-SHA-256-PLUS</mechanism><mechanism>SCRAM-SHA-1-PLUS</mechanism><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><sasl-channel-binding xmlns="urn:xmpp:sasl-cb:0"><channel-binding type="tls-server-end-point"/></sasl-channel-binding><auth xmlns="http://jabber.org/features/iq-auth"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512-PLUS</mechanism><mechanism>SCRAM-SHA-256-PLUS</mechanism><mechanism>SCRAM-SHA-1-PLUS</mechanism><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><sasl-channel-binding xmlns="urn:xmpp:sasl-cb:0"><channel-binding type="tls-server-end-point"/></sasl-channel-binding><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2023-11-04 22:46:58 | << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1wdXNoMS1fdjY1ZGhvMDA5OSxyPWFPQkRLcmFUS0RUUkE3R29YNE9D</auth> 2023-11-04 22:46:58 | push1- :: push1-_v65dho0099@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1wdXNoMS1fdjY1ZGhvMDA5OSxyPWFPQkRLcmFUS0RUUkE3R29YNE9D</auth> 2023-11-04 22:46:58 | >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1hT0JES3JhVEtEVFJBN0dvWDRPQzlvcUcxbVJsM04zVTdzT3hNZG9ELHM9aklCdnFyaE5jWUtnRUE9PSxpPTQwOTY=</challenge> 2023-11-04 22:46:58 | push1- :: push1-_v65dho0099@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1hT0JES3JhVEtEVFJBN0dvWDRPQzlvcUcxbVJsM04zVTdzT3hNZG9ELHM9aklCdnFyaE5jWUtnRUE9PSxpPTQwOTY=</challenge> 2023-11-04 22:46:58 | << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9YU9CREtyYVRLRFRSQTdHb1g0T0M5b3FHMW1SbDNOM1U3c094TWRvRCxwPW1pV2hKM0NHMTJPcC9LekQyckdXa1pxeHNYOWo5NHBlWStQTnpJMHVtVjQ9</response> 2023-11-04 22:46:58 | push1- :: push1-_v65dho0099@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9YU9CREtyYVRLRFRSQTdHb1g0T0M5b3FHMW1SbDNOM1U3c094TWRvRCxwPW1pV2hKM0NHMTJPcC9LekQyckdXa1pxeHNYOWo5NHBlWStQTnpJMHVtVjQ9</response> 2023-11-04 22:46:58 | >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1jckJBY2txZGVsSk9EcjJUb1Y1clAzY3BUNFNCa0g2R1JBdHlTeWx6ZzQwPQ==</success> 2023-11-04 22:46:58 | push1- :: push1-_v65dho0099@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1jckJBY2txZGVsSk9EcjJUb1Y1clAzY3BUNFNCa0g2R1JBdHlTeWx6ZzQwPQ==</success> 2023-11-04 22:46:58 | >> <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="gZVjrewPcsfqIJm8nT87ZNkXgEA=" xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1"/></features> 2023-11-04 22:46:58 | push1- :: push1-_v65dho0099@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="gZVjrewPcsfqIJm8nT87ZNkXgEA=" xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1"/></features> 2023-11-04 22:46:58 | << <iq xmlns="jabber:client" id="w8tNGo6ctdQaNPT2kJUViND" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2023-11-04 22:46:58 | push1- :: push1-_v65dho0099@test-domain.com >> <iq xmlns="jabber:client" id="w8tNGo6ctdQaNPT2kJUViND" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2023-11-04 22:46:58 | >> <iq xmlns="jabber:client" type="result" id="w8tNGo6ctdQaNPT2kJUViND" to="push1-_v65dho0099@test-domain.com/1962106896-tigase-97"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>push1-_v65dho0099@test-domain.com/1962106896-tigase-97</jid></bind></iq> 2023-11-04 22:46:58 | push1- :: push1-_v65dho0099@test-domain.com << <iq xmlns="jabber:client" type="result" id="w8tNGo6ctdQaNPT2kJUViND" to="push1-_v65dho0099@test-domain.com/1962106896-tigase-97"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>push1-_v65dho0099@test-domain.com/1962106896-tigase-97</jid></bind></iq> 2023-11-04 22:46:58 | << <iq xmlns="jabber:client" id="ZzKoMBhEkYWXbM2xjRYctoT" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2023-11-04 22:46:58 | push1- :: push1-_v65dho0099@test-domain.com/1962106896-tigase-97 >> <iq xmlns="jabber:client" id="ZzKoMBhEkYWXbM2xjRYctoT" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2023-11-04 22:46:58 | >> <iq xmlns="jabber:client" type="result" id="ZzKoMBhEkYWXbM2xjRYctoT" to="push1-_v65dho0099@test-domain.com/1962106896-tigase-97"/> 2023-11-04 22:46:58 | push1- :: push1-_v65dho0099@test-domain.com/1962106896-tigase-97 << <iq xmlns="jabber:client" type="result" id="ZzKoMBhEkYWXbM2xjRYctoT" to="push1-_v65dho0099@test-domain.com/1962106896-tigase-97"/> 2023-11-04 22:46:58 | << <iq to="test-domain.com" id="39s005ri4Br7uexw9KHr3Aq" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2023-11-04 22:46:58 | push1- :: push1-_v65dho0099@test-domain.com/1962106896-tigase-97 >> <iq to="test-domain.com" id="39s005ri4Br7uexw9KHr3Aq" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2023-11-04 22:46:58 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2023-11-04 22:46:58 | push1- :: push1-_v65dho0099@test-domain.com/1962106896-tigase-97 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2023-11-04 22:46:58 | << <iq id="iAJrV1wiEm0undy6fzeuiAf" type="get"><query xmlns="jabber:iq:roster"/></iq> 2023-11-04 22:46:58 | push1- :: push1-_v65dho0099@test-domain.com/1962106896-tigase-97 >> <iq id="iAJrV1wiEm0undy6fzeuiAf" type="get"><query xmlns="jabber:iq:roster"/></iq> 2023-11-04 22:46:58 | >> <enabled location="8dfa9d99ff97" xmlns="urn:xmpp:sm:3" resume="true" id="70eacf60-4e3e-42c4-9f14-5890fbef9331" max="60"/> 2023-11-04 22:46:58 | push1- :: push1-_v65dho0099@test-domain.com/1962106896-tigase-97 << <enabled location="8dfa9d99ff97" xmlns="urn:xmpp:sm:3" resume="true" id="70eacf60-4e3e-42c4-9f14-5890fbef9331" max="60"/> 2023-11-04 22:46:58 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2023-11-04 22:46:58 | push1- :: push1-_v65dho0099@test-domain.com/1962106896-tigase-97 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2023-11-04 22:46:58 | >> <iq from="test-domain.com" xmlns="jabber:client" type="result" id="39s005ri4Br7uexw9KHr3Aq" to="push1-_v65dho0099@test-domain.com/1962106896-tigase-97"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" type="router" name="Tigase ver. 8.4.0-SNAPSHOT-b12407/160bfe2d"/><identity category="server" type="im" name="Tigase ver. 8.4.0-SNAPSHOT-b12407/160bfe2d"/><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="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 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="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2023-11-04 22:46:58 | push1- :: push1-_v65dho0099@test-domain.com/1962106896-tigase-97 << <iq from="test-domain.com" xmlns="jabber:client" type="result" id="39s005ri4Br7uexw9KHr3Aq" to="push1-_v65dho0099@test-domain.com/1962106896-tigase-97"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" type="router" name="Tigase ver. 8.4.0-SNAPSHOT-b12407/160bfe2d"/><identity category="server" type="im" name="Tigase ver. 8.4.0-SNAPSHOT-b12407/160bfe2d"/><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="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 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="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2023-11-04 22:46:58 | [Mutex] waiting for: [push:received] 2023-11-04 22:46:58 | >> <iq xmlns="jabber:client" type="result" id="iAJrV1wiEm0undy6fzeuiAf" to="push1-_v65dho0099@test-domain.com/1962106896-tigase-97"><query xmlns="jabber:iq:roster"/></iq> 2023-11-04 22:46:58 | push1- :: push1-_v65dho0099@test-domain.com/1962106896-tigase-97 << <iq xmlns="jabber:client" type="result" id="iAJrV1wiEm0undy6fzeuiAf" to="push1-_v65dho0099@test-domain.com/1962106896-tigase-97"><query xmlns="jabber:iq:roster"/></iq> 2023-11-04 22:46:58 | >> <presence from="push1-_v65dho0099@test-domain.com/1962106896-tigase-97" xmlns="jabber:client" to="push1-_v65dho0099@test-domain.com"><c ver="mg5bXbOeu1848vxdgu3jELgbQF8=" xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" hash="sha-1"/></presence> 2023-11-04 22:46:58 | push1- :: push1-_v65dho0099@test-domain.com/1962106896-tigase-97 << <presence from="push1-_v65dho0099@test-domain.com/1962106896-tigase-97" xmlns="jabber:client" to="push1-_v65dho0099@test-domain.com"><c ver="mg5bXbOeu1848vxdgu3jELgbQF8=" xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" hash="sha-1"/></presence> 2023-11-04 22:46:58 | >> <message from="push2-_xlj1qt0101@test-domain.com/1962106896-tigase-96" xmlns="jabber:client" to="push1-_v65dho0099@test-domain.com"><body>Some body - c48284d3-94c5-4854-af4d-5d4242ffbadb</body></message> 2023-11-04 22:46:58 | push1- :: push1-_v65dho0099@test-domain.com/1962106896-tigase-97 << <message from="push2-_xlj1qt0101@test-domain.com/1962106896-tigase-96" xmlns="jabber:client" to="push1-_v65dho0099@test-domain.com"><body>Some body - c48284d3-94c5-4854-af4d-5d4242ffbadb</body></message> 2023-11-04 22:47:28 | [Mutex] timeout. Not received [push:received] 2023-11-04 22:47:28 | [Mutex] isItemNotified: push:received :: false |
testPushDeliveryOnlineAway | 30.501s |
2023-11-04 22:47:29 |
2023-11-04 22:47:29 | null / [TestClass name=class tigase.tests.server.TestPush] 2023-11-04 22:47:29 | ------------------------------------ 2023-11-04 22:47:29 | tigase.jaxmpp.core.client.SessionObject$ClearedHandler$ClearedEvent@55b26633 2023-11-04 22:47:29 | StateChangedEvent{oldState=null, newState=connecting} 2023-11-04 22:47:29 | [Mutex] waiting for: [registration] 2023-11-04 22:47:29 | tigase.jaxmpp.core.client.Connector$StreamRestartedHandler$StreamRestaredEvent@5b7582f5 2023-11-04 22:47:29 | StateChangedEvent{oldState=connecting, newState=connected} 2023-11-04 22:47:29 | tigase.jaxmpp.core.client.Connector$ConnectedHandler$ConnectedEvent@5f4a0d43 2023-11-04 22:47:29 | push3- :: 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-11-04 22:47:29 | 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-11-04 22:47:29 | 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-11-04 22:47:29 | push3- :: null >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2023-11-04 22:47:29 | StanzaSendingEvent{stanza=<starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>} 2023-11-04 22:47:29 | tigase.jaxmpp.core.client.Connector$EncryptionEstablishedHandler$EncryptionEstablishedEvent@1a4888ce 2023-11-04 22:47:29 | tigase.jaxmpp.core.client.Connector$StreamRestartedHandler$StreamRestaredEvent@5c8df64a 2023-11-04 22:47:29 | push3- :: null << <features xmlns="http://etherx.jabber.org/streams"><authentication xmlns="urn:xmpp:sasl:2"><mechanism>SCRAM-SHA-512-PLUS</mechanism><mechanism>SCRAM-SHA-256-PLUS</mechanism><mechanism>SCRAM-SHA-1-PLUS</mechanism><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><sasl-channel-binding xmlns="urn:xmpp:sasl-cb:0"><channel-binding type="tls-server-end-point"/></sasl-channel-binding><auth xmlns="http://jabber.org/features/iq-auth"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512-PLUS</mechanism><mechanism>SCRAM-SHA-256-PLUS</mechanism><mechanism>SCRAM-SHA-1-PLUS</mechanism><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><sasl-channel-binding xmlns="urn:xmpp:sasl-cb:0"><channel-binding type="tls-server-end-point"/></sasl-channel-binding><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2023-11-04 22:47:29 | StanzaReceivedEvent{stanza=<features xmlns="http://etherx.jabber.org/streams"><authentication xmlns="urn:xmpp:sasl:2"><mechanism>SCRAM-SHA-512-PLUS</mechanism><mechanism>SCRAM-SHA-256-PLUS</mechanism><mechanism>SCRAM-SHA-1-PLUS</mechanism><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><sasl-channel-binding xmlns="urn:xmpp:sasl-cb:0"><channel-binding type="tls-server-end-point"/></sasl-channel-binding><auth xmlns="http://jabber.org/features/iq-auth"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512-PLUS</mechanism><mechanism>SCRAM-SHA-256-PLUS</mechanism><mechanism>SCRAM-SHA-1-PLUS</mechanism><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><sasl-channel-binding xmlns="urn:xmpp:sasl-cb:0"><channel-binding type="tls-server-end-point"/></sasl-channel-binding><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>} 2023-11-04 22:47:29 | StreamFeaturesReceivedEvent[<features xmlns="http://etherx.jabber.org/streams"><authentication xmlns="urn:xmpp:sasl:2"><mechanism>SCRAM-SHA-512-PLUS</mechanism><mechanism>SCRAM-SHA-256-PLUS</mechanism><mechanism>SCRAM-SHA-1-PLUS</mechanism><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><sasl-channel-binding xmlns="urn:xmpp:sasl-cb:0"><channel-binding type="tls-server-end-point"/></sasl-channel-binding><auth xmlns="http://jabber.org/features/iq-auth"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512-PLUS</mechanism><mechanism>SCRAM-SHA-256-PLUS</mechanism><mechanism>SCRAM-SHA-1-PLUS</mechanism><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><sasl-channel-binding xmlns="urn:xmpp:sasl-cb:0"><channel-binding type="tls-server-end-point"/></sasl-channel-binding><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>] 2023-11-04 22:47:29 | push3- :: null >> <iq to="test-domain.com" id="2B2S48lXk8JHDwiFMFMLzj6" type="get"><query xmlns="jabber:iq:register"/></iq> 2023-11-04 22:47:29 | StanzaSendingEvent{stanza=<iq to="test-domain.com" id="2B2S48lXk8JHDwiFMFMLzj6" type="get"><query xmlns="jabber:iq:register"/></iq>} 2023-11-04 22:47:29 | push3- :: null << <iq from="test-domain.com" xmlns="jabber:client" type="result" id="2B2S48lXk8JHDwiFMFMLzj6"><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-11-04 22:47:29 | StanzaReceivedEvent{stanza=<iq from="test-domain.com" xmlns="jabber:client" type="result" id="2B2S48lXk8JHDwiFMFMLzj6"><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-11-04 22:47:29 | tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule$ReceivedRequestedFieldsHandler$ReceivedRequestedFieldsEvent@2b18b504 2023-11-04 22:47:29 | push3- :: null >> <iq to="test-domain.com" id="3yROCjTcSdFzo29KBEv3h2k" type="set"><query xmlns="jabber:iq:register"><username>push3-_yx6jwa0105</username><password>push3-_yx6jwa0105</password><email>961e217e-e248-4d7b-bf2f-bfaeba387b7e@localhost</email></query></iq> 2023-11-04 22:47:29 | StanzaSendingEvent{stanza=<iq to="test-domain.com" id="3yROCjTcSdFzo29KBEv3h2k" type="set"><query xmlns="jabber:iq:register"><username>push3-_yx6jwa0105</username><password>push3-_yx6jwa0105</password><email>961e217e-e248-4d7b-bf2f-bfaeba387b7e@localhost</email></query></iq>} 2023-11-04 22:47:29 | push3- :: null << <iq from="test-domain.com" xmlns="jabber:client" type="result" id="3yROCjTcSdFzo29KBEv3h2k"/> 2023-11-04 22:47:29 | StanzaReceivedEvent{stanza=<iq from="test-domain.com" xmlns="jabber:client" type="result" id="3yROCjTcSdFzo29KBEv3h2k"/>} 2023-11-04 22:47:29 | [Mutex] received everything. 2023-11-04 22:47:29 | [Mutex] isItemNotified: registrationSuccess :: true 2023-11-04 22:47:29 | StateChangedEvent{oldState=connected, newState=disconnecting} 2023-11-04 22:47:29 | StateChangedEvent{oldState=disconnecting, newState=disconnected} 2023-11-04 22:47:29 | tigase.jaxmpp.core.client.Connector$StreamTerminatedHandler$StreamTerminatedEvent@24379531 2023-11-04 22:47:29 | tigase.jaxmpp.core.client.JaxmppCore$LoggedOutHandler$LoggedOutEvent@7a677781 2023-11-04 22:47:29 | tigase.jaxmpp.core.client.Connector$StreamTerminatedHandler$StreamTerminatedEvent@496bf121 2023-11-04 22:47:29 | tigase.jaxmpp.core.client.Connector$DisconnectedHandler$DisconnectedEvent@27b5cd9d 2023-11-04 22:47:29 | tigase.jaxmpp.core.client.SessionObject$ClearedHandler$ClearedEvent@3f335a47 2023-11-04 22:47:29 | >> <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-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@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-11-04 22:47:29 | << <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2023-11-04 22:47:29 | >> <features xmlns="http://etherx.jabber.org/streams"><authentication xmlns="urn:xmpp:sasl:2"><mechanism>SCRAM-SHA-512-PLUS</mechanism><mechanism>SCRAM-SHA-256-PLUS</mechanism><mechanism>SCRAM-SHA-1-PLUS</mechanism><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><sasl-channel-binding xmlns="urn:xmpp:sasl-cb:0"><channel-binding type="tls-server-end-point"/></sasl-channel-binding><auth xmlns="http://jabber.org/features/iq-auth"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512-PLUS</mechanism><mechanism>SCRAM-SHA-256-PLUS</mechanism><mechanism>SCRAM-SHA-1-PLUS</mechanism><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><sasl-channel-binding xmlns="urn:xmpp:sasl-cb:0"><channel-binding type="tls-server-end-point"/></sasl-channel-binding><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><authentication xmlns="urn:xmpp:sasl:2"><mechanism>SCRAM-SHA-512-PLUS</mechanism><mechanism>SCRAM-SHA-256-PLUS</mechanism><mechanism>SCRAM-SHA-1-PLUS</mechanism><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><sasl-channel-binding xmlns="urn:xmpp:sasl-cb:0"><channel-binding type="tls-server-end-point"/></sasl-channel-binding><auth xmlns="http://jabber.org/features/iq-auth"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512-PLUS</mechanism><mechanism>SCRAM-SHA-256-PLUS</mechanism><mechanism>SCRAM-SHA-1-PLUS</mechanism><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><sasl-channel-binding xmlns="urn:xmpp:sasl-cb:0"><channel-binding type="tls-server-end-point"/></sasl-channel-binding><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2023-11-04 22:47:29 | << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1wdXNoMy1feXg2andhMDEwNSxyPUg4RzBuOTFpZHZtRUlJTTYxVDBL</auth> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1wdXNoMy1feXg2andhMDEwNSxyPUg4RzBuOTFpZHZtRUlJTTYxVDBL</auth> 2023-11-04 22:47:29 | >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1IOEcwbjkxaWR2bUVJSU02MVQwS25hT2JlVU5JRFEyZDlYRU9tRGpWLHM9b3hrbEhMSWVtKyszdEE9PSxpPTQwOTY=</challenge> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1IOEcwbjkxaWR2bUVJSU02MVQwS25hT2JlVU5JRFEyZDlYRU9tRGpWLHM9b3hrbEhMSWVtKyszdEE9PSxpPTQwOTY=</challenge> 2023-11-04 22:47:29 | << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9SDhHMG45MWlkdm1FSUlNNjFUMEtuYU9iZVVOSURRMmQ5WEVPbURqVixwPTVIRitaNzBuQ29wamtiNjBPNk90QmsrTnY5M1Y4VG1Ha3Z1U3NuRDdiRTQ9</response> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9SDhHMG45MWlkdm1FSUlNNjFUMEtuYU9iZVVOSURRMmQ5WEVPbURqVixwPTVIRitaNzBuQ29wamtiNjBPNk90QmsrTnY5M1Y4VG1Ha3Z1U3NuRDdiRTQ9</response> 2023-11-04 22:47:29 | >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1WWFUvNGdRekd1dnpwbGFuUy9HbzJOSkRHMnl3Z0hMeTM3N24xaDBLNFcwPQ==</success> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1WWFUvNGdRekd1dnpwbGFuUy9HbzJOSkRHMnl3Z0hMeTM3N24xaDBLNFcwPQ==</success> 2023-11-04 22:47:29 | >> <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="gZVjrewPcsfqIJm8nT87ZNkXgEA=" xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1"/></features> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@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="gZVjrewPcsfqIJm8nT87ZNkXgEA=" xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1"/></features> 2023-11-04 22:47:29 | << <iq xmlns="jabber:client" id="91eHDvgMDIxwfxfYcsYeWh1" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@test-domain.com >> <iq xmlns="jabber:client" id="91eHDvgMDIxwfxfYcsYeWh1" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2023-11-04 22:47:29 | >> <iq xmlns="jabber:client" type="result" id="91eHDvgMDIxwfxfYcsYeWh1" to="push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101</jid></bind></iq> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@test-domain.com << <iq xmlns="jabber:client" type="result" id="91eHDvgMDIxwfxfYcsYeWh1" to="push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101</jid></bind></iq> 2023-11-04 22:47:29 | << <iq xmlns="jabber:client" id="Z1ciAdv6eMybDGQ9xjS05Cl" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101 >> <iq xmlns="jabber:client" id="Z1ciAdv6eMybDGQ9xjS05Cl" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2023-11-04 22:47:29 | >> <iq xmlns="jabber:client" type="result" id="Z1ciAdv6eMybDGQ9xjS05Cl" to="push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101"/> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101 << <iq xmlns="jabber:client" type="result" id="Z1ciAdv6eMybDGQ9xjS05Cl" to="push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101"/> 2023-11-04 22:47:29 | << <iq to="test-domain.com" id="a2dr7uexw9KHr3AqUS2yvt4" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101 >> <iq to="test-domain.com" id="a2dr7uexw9KHr3AqUS2yvt4" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2023-11-04 22:47:29 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2023-11-04 22:47:29 | >> <enabled location="8dfa9d99ff97" xmlns="urn:xmpp:sm:3" resume="true" id="f52f8584-b08a-4bd2-b7e4-4ca5ba8b6ca4" max="60"/> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101 << <enabled location="8dfa9d99ff97" xmlns="urn:xmpp:sm:3" resume="true" id="f52f8584-b08a-4bd2-b7e4-4ca5ba8b6ca4" max="60"/> 2023-11-04 22:47:29 | << <iq id="oE1S2yvt48jHu0kEn1sofJH" type="get"><query xmlns="jabber:iq:roster"/></iq> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101 >> <iq id="oE1S2yvt48jHu0kEn1sofJH" type="get"><query xmlns="jabber:iq:roster"/></iq> 2023-11-04 22:47:29 | >> <iq from="test-domain.com" xmlns="jabber:client" type="result" id="a2dr7uexw9KHr3AqUS2yvt4" to="push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" type="router" name="Tigase ver. 8.4.0-SNAPSHOT-b12407/160bfe2d"/><identity category="server" type="im" name="Tigase ver. 8.4.0-SNAPSHOT-b12407/160bfe2d"/><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="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 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="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101 << <iq from="test-domain.com" xmlns="jabber:client" type="result" id="a2dr7uexw9KHr3AqUS2yvt4" to="push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" type="router" name="Tigase ver. 8.4.0-SNAPSHOT-b12407/160bfe2d"/><identity category="server" type="im" name="Tigase ver. 8.4.0-SNAPSHOT-b12407/160bfe2d"/><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="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 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="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2023-11-04 22:47:29 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2023-11-04 22:47:29 | >> <iq xmlns="jabber:client" type="result" id="oE1S2yvt48jHu0kEn1sofJH" to="push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101"><query xmlns="jabber:iq:roster"/></iq> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101 << <iq xmlns="jabber:client" type="result" id="oE1S2yvt48jHu0kEn1sofJH" to="push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101"><query xmlns="jabber:iq:roster"/></iq> 2023-11-04 22:47:29 | << <iq id="M3ch0dt7IGqU6GLZ6crX02o" type="set"><enable xmlns="urn:xmpp:push:0" node="test-node" jid="push-component-_qrhc2t0103@test-domain.com/1962106896-tigase-99"/></iq> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101 >> <iq id="M3ch0dt7IGqU6GLZ6crX02o" type="set"><enable xmlns="urn:xmpp:push:0" node="test-node" jid="push-component-_qrhc2t0103@test-domain.com/1962106896-tigase-99"/></iq> 2023-11-04 22:47:29 | >> <presence from="push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101" xmlns="jabber:client" to="push3-_yx6jwa0105@test-domain.com"><c ver="mg5bXbOeu1848vxdgu3jELgbQF8=" xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" hash="sha-1"/></presence> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101 << <presence from="push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101" xmlns="jabber:client" to="push3-_yx6jwa0105@test-domain.com"><c ver="mg5bXbOeu1848vxdgu3jELgbQF8=" xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" hash="sha-1"/></presence> 2023-11-04 22:47:29 | [Mutex] waiting for: [push:enabled] 2023-11-04 22:47:29 | >> <iq xmlns="jabber:client" type="result" id="M3ch0dt7IGqU6GLZ6crX02o" to="push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101"/> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101 << <iq xmlns="jabber:client" type="result" id="M3ch0dt7IGqU6GLZ6crX02o" to="push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101"/> 2023-11-04 22:47:29 | [Mutex] received everything. 2023-11-04 22:47:29 | [Mutex] isItemNotified: push:enabled:success :: true 2023-11-04 22:47:29 | << <presence><show>xa</show><priority>10</priority><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101 >> <presence><show>xa</show><priority>10</priority><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2023-11-04 22:47:29 | >> <presence from="push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101" xmlns="jabber:client" to="push3-_yx6jwa0105@test-domain.com"><show>xa</show><priority>10</priority><c ver="mg5bXbOeu1848vxdgu3jELgbQF8=" xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" hash="sha-1"/></presence> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101 << <presence from="push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101" xmlns="jabber:client" to="push3-_yx6jwa0105@test-domain.com"><show>xa</show><priority>10</priority><c ver="mg5bXbOeu1848vxdgu3jELgbQF8=" xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" hash="sha-1"/></presence> 2023-11-04 22:47:29 | [Mutex] waiting for: [push:received] 2023-11-04 22:47:29 | >> <message from="push2-_9fgu6f0104@test-domain.com/1962106896-tigase-100" xmlns="jabber:client" to="push3-_yx6jwa0105@test-domain.com"><body>Some body - 00448524-b4bc-4466-a9bb-2c3b925f28d0</body></message> 2023-11-04 22:47:29 | push3- :: push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101 << <message from="push2-_9fgu6f0104@test-domain.com/1962106896-tigase-100" xmlns="jabber:client" to="push3-_yx6jwa0105@test-domain.com"><body>Some body - 00448524-b4bc-4466-a9bb-2c3b925f28d0</body></message> 2023-11-04 22:47:59 | [Mutex] timeout. Not received [push:received] 2023-11-04 22:47:59 | [Mutex] isItemNotified: push:received :: false 2023-11-04 22:47:59 | << <iq id="M3ch0dt7IGqU6GLZ6crX02o" type="set"><enable xmlns="urn:xmpp:push:0" node="test-node" away="true" jid="push-component-_qrhc2t0103@test-domain.com/1962106896-tigase-99"/></iq> 2023-11-04 22:47:59 | push3- :: push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101 >> <iq id="M3ch0dt7IGqU6GLZ6crX02o" type="set"><enable xmlns="urn:xmpp:push:0" node="test-node" away="true" jid="push-component-_qrhc2t0103@test-domain.com/1962106896-tigase-99"/></iq> 2023-11-04 22:47:59 | [Mutex] waiting for: [push:enabled:2] 2023-11-04 22:47:59 | >> <iq xmlns="jabber:client" type="result" id="M3ch0dt7IGqU6GLZ6crX02o" to="push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101"/> 2023-11-04 22:47:59 | push3- :: push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101 << <iq xmlns="jabber:client" type="result" id="M3ch0dt7IGqU6GLZ6crX02o" to="push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101"/> 2023-11-04 22:47:59 | [Mutex] received everything. 2023-11-04 22:47:59 | [Mutex] isItemNotified: push:enabled:2:success :: true 2023-11-04 22:47:59 | [Mutex] waiting for: [push:received] 2023-11-04 22:47:59 | >> <message from="push2-_9fgu6f0104@test-domain.com/1962106896-tigase-100" xmlns="jabber:client" to="push3-_yx6jwa0105@test-domain.com"><body>Some body - 00448524-b4bc-4466-a9bb-2c3b925f28d0</body></message> 2023-11-04 22:47:59 | push3- :: push3-_yx6jwa0105@test-domain.com/1962106896-tigase-101 << <message from="push2-_9fgu6f0104@test-domain.com/1962106896-tigase-100" xmlns="jabber:client" to="push3-_yx6jwa0105@test-domain.com"><body>Some body - 00448524-b4bc-4466-a9bb-2c3b925f28d0</body></message> 2023-11-04 22:47:59 | [Mutex] received everything. 2023-11-04 22:47:59 | [Mutex] isItemNotified: push:received :: true 2023-11-04 22:47:59 | [Mutex] isItemNotified: push:received:body:Some body - 00448524-b4bc-4466-a9bb-2c3b925f28d0 :: true |
testSupportAdvertisement | 0.217s |
2023-11-04 22:48:01 |
2023-11-04 22:48:01 | null / [TestClass name=class tigase.tests.server.TestPush] 2023-11-04 22:48:01 | ------------------------------------ 2023-11-04 22:48:01 | >> <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-11-04 22:48:01 | push1- :: push1-_7qd7mj0106@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-11-04 22:48:01 | << <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2023-11-04 22:48:01 | push1- :: push1-_7qd7mj0106@test-domain.com >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> 2023-11-04 22:48:01 | >> <features xmlns="http://etherx.jabber.org/streams"><authentication xmlns="urn:xmpp:sasl:2"><mechanism>SCRAM-SHA-512-PLUS</mechanism><mechanism>SCRAM-SHA-256-PLUS</mechanism><mechanism>SCRAM-SHA-1-PLUS</mechanism><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><sasl-channel-binding xmlns="urn:xmpp:sasl-cb:0"><channel-binding type="tls-server-end-point"/></sasl-channel-binding><auth xmlns="http://jabber.org/features/iq-auth"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512-PLUS</mechanism><mechanism>SCRAM-SHA-256-PLUS</mechanism><mechanism>SCRAM-SHA-1-PLUS</mechanism><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><sasl-channel-binding xmlns="urn:xmpp:sasl-cb:0"><channel-binding type="tls-server-end-point"/></sasl-channel-binding><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2023-11-04 22:48:01 | push1- :: push1-_7qd7mj0106@test-domain.com << <features xmlns="http://etherx.jabber.org/streams"><authentication xmlns="urn:xmpp:sasl:2"><mechanism>SCRAM-SHA-512-PLUS</mechanism><mechanism>SCRAM-SHA-256-PLUS</mechanism><mechanism>SCRAM-SHA-1-PLUS</mechanism><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><sasl-channel-binding xmlns="urn:xmpp:sasl-cb:0"><channel-binding type="tls-server-end-point"/></sasl-channel-binding><auth xmlns="http://jabber.org/features/iq-auth"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-512-PLUS</mechanism><mechanism>SCRAM-SHA-256-PLUS</mechanism><mechanism>SCRAM-SHA-1-PLUS</mechanism><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><sasl-channel-binding xmlns="urn:xmpp:sasl-cb:0"><channel-binding type="tls-server-end-point"/></sasl-channel-binding><register xmlns="http://jabber.org/features/iq-register"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features> 2023-11-04 22:48:01 | << <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1wdXNoMS1fN3FkN21qMDEwNixyPTRQd3NnbnU0VEN0NHZXdTNVUHhv</auth> 2023-11-04 22:48:01 | push1- :: push1-_7qd7mj0106@test-domain.com >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1wdXNoMS1fN3FkN21qMDEwNixyPTRQd3NnbnU0VEN0NHZXdTNVUHhv</auth> 2023-11-04 22:48:01 | >> <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj00UHdzZ251NFRDdDR2V3UzVVB4b1RUZXJRZjFXUk5mUjZDSUFHbXJPLHM9VmFSWHpTa0VEZFloZ2c9PSxpPTQwOTY=</challenge> 2023-11-04 22:48:01 | push1- :: push1-_7qd7mj0106@test-domain.com << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj00UHdzZ251NFRDdDR2V3UzVVB4b1RUZXJRZjFXUk5mUjZDSUFHbXJPLHM9VmFSWHpTa0VEZFloZ2c9PSxpPTQwOTY=</challenge> 2023-11-04 22:48:01 | << <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9NFB3c2dudTRUQ3Q0dld1M1VQeG9UVGVyUWYxV1JOZlI2Q0lBR21yTyxwPXhXNUdhRm5JaU1XNkVWakRiY3ByVUxxKy80SnlZcTUzRWg5V2FFM2QwVnM9</response> 2023-11-04 22:48:01 | push1- :: push1-_7qd7mj0106@test-domain.com >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9NFB3c2dudTRUQ3Q0dld1M1VQeG9UVGVyUWYxV1JOZlI2Q0lBR21yTyxwPXhXNUdhRm5JaU1XNkVWakRiY3ByVUxxKy80SnlZcTUzRWg5V2FFM2QwVnM9</response> 2023-11-04 22:48:01 | >> <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1IcllvVjUxOTRYRHoycVdTdjZFT09XTm9FVGJNTnR0ME54VTRqaHhaY3RZPQ==</success> 2023-11-04 22:48:01 | push1- :: push1-_7qd7mj0106@test-domain.com << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1IcllvVjUxOTRYRHoycVdTdjZFT09XTm9FVGJNTnR0ME54VTRqaHhaY3RZPQ==</success> 2023-11-04 22:48:01 | >> <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="gZVjrewPcsfqIJm8nT87ZNkXgEA=" xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1"/></features> 2023-11-04 22:48:01 | push1- :: push1-_7qd7mj0106@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="gZVjrewPcsfqIJm8nT87ZNkXgEA=" xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server" hash="SHA-1"/></features> 2023-11-04 22:48:01 | << <iq xmlns="jabber:client" id="mtGoQKM2tpWSNFqS48lXk8J" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2023-11-04 22:48:01 | push1- :: push1-_7qd7mj0106@test-domain.com >> <iq xmlns="jabber:client" id="mtGoQKM2tpWSNFqS48lXk8J" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq> 2023-11-04 22:48:01 | >> <iq xmlns="jabber:client" type="result" id="mtGoQKM2tpWSNFqS48lXk8J" to="push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105</jid></bind></iq> 2023-11-04 22:48:01 | push1- :: push1-_7qd7mj0106@test-domain.com << <iq xmlns="jabber:client" type="result" id="mtGoQKM2tpWSNFqS48lXk8J" to="push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105</jid></bind></iq> 2023-11-04 22:48:01 | << <iq xmlns="jabber:client" id="9uHDvfKKzAh0dt7IGqU6GLZ" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2023-11-04 22:48:01 | push1- :: push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105 >> <iq xmlns="jabber:client" id="9uHDvfKKzAh0dt7IGqU6GLZ" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq> 2023-11-04 22:48:01 | >> <iq xmlns="jabber:client" type="result" id="9uHDvfKKzAh0dt7IGqU6GLZ" to="push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105"/> 2023-11-04 22:48:01 | push1- :: push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105 << <iq xmlns="jabber:client" type="result" id="9uHDvfKKzAh0dt7IGqU6GLZ" to="push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105"/> 2023-11-04 22:48:01 | << <iq to="test-domain.com" id="eh3WkLY9lRcEmMQaJVYWVVW" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2023-11-04 22:48:01 | push1- :: push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105 >> <iq to="test-domain.com" id="eh3WkLY9lRcEmMQaJVYWVVW" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2023-11-04 22:48:01 | << <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2023-11-04 22:48:01 | push1- :: push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/> 2023-11-04 22:48:01 | >> <enabled location="8dfa9d99ff97" xmlns="urn:xmpp:sm:3" resume="true" id="0b81579c-cef4-4f03-8c07-bf7c4a954ee8" max="60"/> 2023-11-04 22:48:01 | push1- :: push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105 << <enabled location="8dfa9d99ff97" xmlns="urn:xmpp:sm:3" resume="true" id="0b81579c-cef4-4f03-8c07-bf7c4a954ee8" max="60"/> 2023-11-04 22:48:01 | << <iq id="34oRIvhYqjRXaAfWZq39tq6" type="get"><query xmlns="jabber:iq:roster"/></iq> 2023-11-04 22:48:01 | push1- :: push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105 >> <iq id="34oRIvhYqjRXaAfWZq39tq6" type="get"><query xmlns="jabber:iq:roster"/></iq> 2023-11-04 22:48:01 | >> <iq from="test-domain.com" xmlns="jabber:client" type="result" id="eh3WkLY9lRcEmMQaJVYWVVW" to="push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" type="router" name="Tigase ver. 8.4.0-SNAPSHOT-b12407/160bfe2d"/><identity category="server" type="im" name="Tigase ver. 8.4.0-SNAPSHOT-b12407/160bfe2d"/><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="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 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="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2023-11-04 22:48:01 | push1- :: push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105 << <iq from="test-domain.com" xmlns="jabber:client" type="result" id="eh3WkLY9lRcEmMQaJVYWVVW" to="push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="component" type="router" name="Tigase ver. 8.4.0-SNAPSHOT-b12407/160bfe2d"/><identity category="server" type="im" name="Tigase ver. 8.4.0-SNAPSHOT-b12407/160bfe2d"/><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="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 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="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2023-11-04 22:48:01 | << <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2023-11-04 22:48:01 | push1- :: push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence> 2023-11-04 22:48:01 | >> <iq xmlns="jabber:client" type="result" id="34oRIvhYqjRXaAfWZq39tq6" to="push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105"><query xmlns="jabber:iq:roster"/></iq> 2023-11-04 22:48:01 | push1- :: push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105 << <iq xmlns="jabber:client" type="result" id="34oRIvhYqjRXaAfWZq39tq6" to="push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105"><query xmlns="jabber:iq:roster"/></iq> 2023-11-04 22:48:01 | << <iq to="push1-_7qd7mj0106@test-domain.com" id="k6sQaAewk8FNIqTROECexl6" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2023-11-04 22:48:01 | push1- :: push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105 >> <iq to="push1-_7qd7mj0106@test-domain.com" id="k6sQaAewk8FNIqTROECexl6" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq> 2023-11-04 22:48:01 | >> <presence from="push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105" xmlns="jabber:client" to="push1-_7qd7mj0106@test-domain.com"><c ver="mg5bXbOeu1848vxdgu3jELgbQF8=" xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" hash="sha-1"/></presence> 2023-11-04 22:48:01 | push1- :: push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105 << <presence from="push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105" xmlns="jabber:client" to="push1-_7qd7mj0106@test-domain.com"><c ver="mg5bXbOeu1848vxdgu3jELgbQF8=" xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" hash="sha-1"/></presence> 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | >> <iq from="push1-_7qd7mj0106@test-domain.com" xmlns="jabber:client" type="result" id="k6sQaAewk8FNIqTROECexl6" to="push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="account" type="registered"/><identity category="pubsub" type="service" name="PubSub"/><feature var="http://jabber.org/protocol/pubsub#retrieve-default"/><feature var="http://jabber.org/protocol/pubsub#purge-nodes"/><feature var="http://jabber.org/protocol/pubsub#subscribe"/><feature var="http://jabber.org/protocol/pubsub#member-affiliation"/><feature var="http://jabber.org/protocol/pubsub#subscription-notifications"/><feature var="http://jabber.org/protocol/pubsub#create-nodes"/><feature var="http://jabber.org/protocol/pubsub#outcast-affiliation"/><feature var="http://jabber.org/protocol/pubsub#get-pending"/><feature var="http://jabber.org/protocol/pubsub#presence-notifications"/><feature var="urn:xmpp:ping"/><feature var="http://jabber.org/protocol/pubsub#delete-nodes"/><feature var="http://jabber.org/protocol/pubsub#config-node"/><feature var="http://jabber.org/protocol/pubsub#retrieve-items"/><feature var="http://jabber.org/protocol/pubsub#access-whitelist"/><feature var="http://jabber.org/protocol/pubsub#access-presence"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="http://jabber.org/protocol/pubsub#meta-data"/><feature var="http://jabber.org/protocol/pubsub#multi-items"/><feature var="http://jabber.org/protocol/pubsub#item-ids"/><feature var="urn:xmpp:mam:1"/><feature var="http://jabber.org/protocol/pubsub#instant-nodes"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="http://jabber.org/protocol/pubsub#modify-affiliations"/><feature var="http://jabber.org/protocol/pubsub#config-node-max"/><feature var="http://jabber.org/protocol/pubsub#multi-collection"/><feature var="http://jabber.org/protocol/pubsub#persistent-items"/><feature var="http://jabber.org/protocol/pubsub#create-and-configure"/><feature var="http://jabber.org/protocol/pubsub#publisher-affiliation"/><feature var="http://jabber.org/protocol/pubsub#access-open"/><feature var="http://jabber.org/protocol/pubsub#retrieve-affiliations"/><feature var="http://jabber.org/protocol/pubsub#access-authorize"/><feature var="jabber:iq:version"/><feature var="http://jabber.org/protocol/pubsub#retract-items"/><feature var="http://jabber.org/protocol/pubsub#manage-subscriptions"/><feature var="http://jabber.org/protocol/commands"/><feature var="http://jabber.org/protocol/pubsub#auto-subscribe"/><feature var="http://jabber.org/protocol/pubsub#publish-options"/><feature var="http://jabber.org/protocol/pubsub#access-roster"/><feature var="http://jabber.org/protocol/pubsub#publish"/><feature var="http://jabber.org/protocol/pubsub#collections"/><feature var="http://jabber.org/protocol/pubsub#retrieve-subscriptions"/><feature var="http://jabber.org/protocol/disco#info"/><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="http://jabber.org/protocol/pubsub#auto-create"/><feature var="http://jabber.org/protocol/pubsub#auto-subscribe"/><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="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 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="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2023-11-04 22:48:01 | push1- :: push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105 << <iq from="push1-_7qd7mj0106@test-domain.com" xmlns="jabber:client" type="result" id="k6sQaAewk8FNIqTROECexl6" to="push1-_7qd7mj0106@test-domain.com/1962106896-tigase-105"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="account" type="registered"/><identity category="pubsub" type="service" name="PubSub"/><feature var="http://jabber.org/protocol/pubsub#retrieve-default"/><feature var="http://jabber.org/protocol/pubsub#purge-nodes"/><feature var="http://jabber.org/protocol/pubsub#subscribe"/><feature var="http://jabber.org/protocol/pubsub#member-affiliation"/><feature var="http://jabber.org/protocol/pubsub#subscription-notifications"/><feature var="http://jabber.org/protocol/pubsub#create-nodes"/><feature var="http://jabber.org/protocol/pubsub#outcast-affiliation"/><feature var="http://jabber.org/protocol/pubsub#get-pending"/><feature var="http://jabber.org/protocol/pubsub#presence-notifications"/><feature var="urn:xmpp:ping"/><feature var="http://jabber.org/protocol/pubsub#delete-nodes"/><feature var="http://jabber.org/protocol/pubsub#config-node"/><feature var="http://jabber.org/protocol/pubsub#retrieve-items"/><feature var="http://jabber.org/protocol/pubsub#access-whitelist"/><feature var="http://jabber.org/protocol/pubsub#access-presence"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="http://jabber.org/protocol/pubsub#meta-data"/><feature var="http://jabber.org/protocol/pubsub#multi-items"/><feature var="http://jabber.org/protocol/pubsub#item-ids"/><feature var="urn:xmpp:mam:1"/><feature var="http://jabber.org/protocol/pubsub#instant-nodes"/><feature var="urn:xmpp:mam:2"/><feature var="urn:xmpp:mam:2#extended"/><feature var="http://jabber.org/protocol/pubsub#modify-affiliations"/><feature var="http://jabber.org/protocol/pubsub#config-node-max"/><feature var="http://jabber.org/protocol/pubsub#multi-collection"/><feature var="http://jabber.org/protocol/pubsub#persistent-items"/><feature var="http://jabber.org/protocol/pubsub#create-and-configure"/><feature var="http://jabber.org/protocol/pubsub#publisher-affiliation"/><feature var="http://jabber.org/protocol/pubsub#access-open"/><feature var="http://jabber.org/protocol/pubsub#retrieve-affiliations"/><feature var="http://jabber.org/protocol/pubsub#access-authorize"/><feature var="jabber:iq:version"/><feature var="http://jabber.org/protocol/pubsub#retract-items"/><feature var="http://jabber.org/protocol/pubsub#manage-subscriptions"/><feature var="http://jabber.org/protocol/commands"/><feature var="http://jabber.org/protocol/pubsub#auto-subscribe"/><feature var="http://jabber.org/protocol/pubsub#publish-options"/><feature var="http://jabber.org/protocol/pubsub#access-roster"/><feature var="http://jabber.org/protocol/pubsub#publish"/><feature var="http://jabber.org/protocol/pubsub#collections"/><feature var="http://jabber.org/protocol/pubsub#retrieve-subscriptions"/><feature var="http://jabber.org/protocol/disco#info"/><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="http://jabber.org/protocol/pubsub#auto-create"/><feature var="http://jabber.org/protocol/pubsub#auto-subscribe"/><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="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 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="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq> 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:01 | [Mutex] received everything. 2023-11-04 22:48:01 | [Mutex] isItemNotified: discovery:completed:success :: true 2023-11-04 22:48:01 | [Mutex] isItemNotified: discovery:identity:account:registered :: true 2023-11-04 22:48:01 | [Mutex] isItemNotified: discovery:feature:urn:xmpp:push:0 :: true |
tigase.tests.server.TestPushEncryped | ||
testPushDeliveryOffline | 0.053s |
2023-11-04 22:50:04 |
2023-11-04 22:50:04 | null / [TestClass name=class tigase.tests.server.TestPushEncryped] 2023-11-04 22:50:04 | ------------------------------------ 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:04 | [Mutex] received everything. 2023-11-04 22:50:04 | [Mutex] isItemNotified: discovery:completed:success :: true 2023-11-04 22:50:04 | [Mutex] isItemNotified: discovery:identity:account:registered :: true 2023-11-04 22:50:04 | [Mutex] isItemNotified: discovery:feature:urn:xmpp:push:0 :: true 2023-11-04 22:50:04 | [Mutex] isItemNotified: discovery:feature:tigase:push:encrypt:0 :: true 2023-11-04 22:50:04 | [Mutex] waiting for: [push:received] 2023-11-04 22:50:04 | [Mutex] received everything. 2023-11-04 22:50:04 | [Mutex] isItemNotified: push:received :: true 2023-11-04 22:50:04 | [Mutex] isItemNotified: push:received:body:Some body - 3d8b7c24-9014-4666-a19f-daee68ebb140 :: true |
testPushDeliveryOnline | 30.176s |
2023-11-04 22:50:04 |
2023-11-04 22:50:04 | null / [TestClass name=class tigase.tests.server.TestPushEncryped] 2023-11-04 22:50:04 | ------------------------------------ 2023-11-04 22:50:04 | [Mutex] waiting for: [push:received] 2023-11-04 22:50:34 | [Mutex] timeout. Not received [push:received] 2023-11-04 22:50:34 | [Mutex] isItemNotified: push:received :: false |
testPushDeliveryOnlineAway | 30.123s |
2023-11-04 22:50:34 |
2023-11-04 22:50:34 | null / [TestClass name=class tigase.tests.server.TestPushEncryped] 2023-11-04 22:50:34 | ------------------------------------ 2023-11-04 22:50:34 | [Mutex] waiting for: [push:enabled] 2023-11-04 22:50:34 | [Mutex] received everything. 2023-11-04 22:50:34 | [Mutex] isItemNotified: push:enabled:success :: true 2023-11-04 22:50:34 | [Mutex] waiting for: [push:received] 2023-11-04 22:51:04 | [Mutex] timeout. Not received [push:received] 2023-11-04 22:51:04 | [Mutex] isItemNotified: push:received :: false 2023-11-04 22:51:04 | [Mutex] waiting for: [push:enabled] 2023-11-04 22:51:04 | [Mutex] received everything. 2023-11-04 22:51:04 | [Mutex] isItemNotified: push:enabled:success :: true 2023-11-04 22:51:04 | [Mutex] waiting for: [push:received] 2023-11-04 22:51:04 | [Mutex] received everything. 2023-11-04 22:51:04 | [Mutex] isItemNotified: push:received :: true 2023-11-04 22:51:04 | [Mutex] isItemNotified: push:received:body:Some body - 9b807c81-1286-4ade-bb83-488781e9a47f :: true |
testSupportAdvertisement | 0.006s |
2023-11-04 22:51:04 |
2023-11-04 22:51:04 | null / [TestClass name=class tigase.tests.server.TestPushEncryped] 2023-11-04 22:51:04 | ------------------------------------ 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:51:04 | [Mutex] received everything. 2023-11-04 22:51:04 | [Mutex] isItemNotified: discovery:completed:success :: true 2023-11-04 22:51:04 | [Mutex] isItemNotified: discovery:identity:account:registered :: true 2023-11-04 22:51:04 | [Mutex] isItemNotified: discovery:feature:urn:xmpp:push:0 :: true 2023-11-04 22:51:04 | [Mutex] isItemNotified: discovery:feature:tigase:push:encrypt:0 :: true 2023-11-04 22:51:04 | [Mutex] isItemNotified: discovery:feature:tigase:push:encrypt:aes-128-gcm :: true |
tigase.tests.server.TestPushMuted | ||
testPushDeliveryOffline | 30.010s |
2023-11-04 22:48:02 |
2023-11-04 22:48:02 | null / [TestClass name=class tigase.tests.server.TestPushMuted] 2023-11-04 22:48:02 | ------------------------------------ 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:48:02 | [Mutex] received everything. 2023-11-04 22:48:02 | [Mutex] isItemNotified: discovery:completed:success :: true 2023-11-04 22:48:02 | [Mutex] isItemNotified: discovery:identity:account:registered :: true 2023-11-04 22:48:02 | [Mutex] isItemNotified: discovery:feature:urn:xmpp:push:0 :: true 2023-11-04 22:48:02 | [Mutex] isItemNotified: discovery:feature:tigase:push:filter:muted:0 :: true 2023-11-04 22:48:02 | [Mutex] waiting for: [push:received] 2023-11-04 22:48:32 | [Mutex] timeout. Not received [push:received] 2023-11-04 22:48:32 | [Mutex] isItemNotified: push:received :: false |
testPushDeliveryOnline | 30.180s |
2023-11-04 22:48:32 |
2023-11-04 22:48:32 | null / [TestClass name=class tigase.tests.server.TestPushMuted] 2023-11-04 22:48:32 | ------------------------------------ 2023-11-04 22:48:32 | [Mutex] waiting for: [push:received] 2023-11-04 22:49:02 | [Mutex] timeout. Not received [push:received] 2023-11-04 22:49:02 | [Mutex] isItemNotified: push:received :: false |
testPushDeliveryOnlineAway | 60.123s |
2023-11-04 22:49:02 |
2023-11-04 22:49:02 | null / [TestClass name=class tigase.tests.server.TestPushMuted] 2023-11-04 22:49:02 | ------------------------------------ 2023-11-04 22:49:02 | [Mutex] waiting for: [push:enabled] 2023-11-04 22:49:02 | [Mutex] received everything. 2023-11-04 22:49:02 | [Mutex] isItemNotified: push:enabled:success :: true 2023-11-04 22:49:02 | [Mutex] waiting for: [push:received] 2023-11-04 22:49:32 | [Mutex] timeout. Not received [push:received] 2023-11-04 22:49:32 | [Mutex] isItemNotified: push:received :: false 2023-11-04 22:49:32 | [Mutex] waiting for: [push:enabled] 2023-11-04 22:49:32 | [Mutex] received everything. 2023-11-04 22:49:32 | [Mutex] isItemNotified: push:enabled:success :: true 2023-11-04 22:49:32 | [Mutex] waiting for: [push:received] 2023-11-04 22:50:02 | [Mutex] timeout. Not received [push:received] 2023-11-04 22:50:02 | [Mutex] isItemNotified: push:received :: false |
testSupportAdvertisement | 0.008s |
2023-11-04 22:50:02 |
2023-11-04 22:50:02 | null / [TestClass name=class tigase.tests.server.TestPushMuted] 2023-11-04 22:50:02 | ------------------------------------ 2023-11-04 22:50:02 | [Mutex] waiting for: [discovery:completed] 2023-11-04 22:50:02 | [Mutex] received everything. 2023-11-04 22:50:02 | [Mutex] isItemNotified: discovery:completed:success :: true 2023-11-04 22:50:02 | [Mutex] isItemNotified: discovery:identity:account:registered :: true 2023-11-04 22:50:02 | [Mutex] isItemNotified: discovery:feature:urn:xmpp:push:0 :: true 2023-11-04 22:50:02 | [Mutex] isItemNotified: discovery:feature:tigase:push:filter:muted:0 :: true |