-
-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Labels
Description
Dear @psi-im team, @psi-plus team, @Ri0n, @Vitozz, @tehnick,
This important information is not showed: "Your contact offline message queue is full. The message has been discarded."
<message id="MESSAGEID" type="chat" to="receiver@domain.tld">
<active xmlns="http://jabber.org/protocol/chatstates"/>
<request xmlns="urn:xmpp:receipts"/>
<origin-id xmlns="urn:xmpp:sid:0" id="MESSAGEID"/>
<encrypted xmlns="eu.siacs.conversations.axolotl">
<header sid="HEADERSID">
<iv>IV</iv>
<key prekey="true" rid="RID1">KEY1</key>
<key rid="KRID">KEYRID</key>
</header>
<payload>PAYLOAD</payload>
</encrypted>
<store xmlns="urn:xmpp:hints"/>
<encryption xmlns="urn:xmpp:eme:0" namespace="eu.siacs.conversations.axolotl"/>
<body>You received a message encrypted with OMEMO but your client doesn't support OMEMO or its support is currently disabled.</body>
</message>
<message id="MESSAGEID" xml:lang="en" type="error" from="receiver@domain.tld" to="sender@domain.tld/client">
<active xmlns="http://jabber.org/protocol/chatstates"/>
<request xmlns="urn:xmpp:receipts"/>
<origin-id xmlns="urn:xmpp:sid:0" id="MESSAGEID"/>
<encrypted xmlns="eu.siacs.conversations.axolotl">
<header sid="HEADERSID">
<iv>IV</iv>
<key prekey="true" rid="RID1">KEY1</key>
<key rid="KRID">KEYRID</key>
</header>
<payload>PAYLOAD</payload>
</encrypted>
<store xmlns="urn:xmpp:hints"/>
<encryption xmlns="urn:xmpp:eme:0" namespace="eu.siacs.conversations.axolotl"/>
<error type="wait">
<resource-constraint xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
<text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" xml:lang="en">Your contact offline message queue is full. The message has been discarded.</text>
</error>
<body>You received a message encrypted with OMEMO but your client doesn't support OMEMO or its support is currently disabled.</body>
</message>
It is linked to:
Reactions are currently unavailable