We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When we add a new contact and when it is accepted by the contact, the OMEMO devicelist is not checked/verified.
Grey OMEMO icon, not possibility to enabled (red), and "OMEMO encryption is not available for this contact".
Linked to:
<iq id='IQID' from='[email protected]' to='[email protected]' type='get'> <pubsub xmlns='http://jabber.org/protocol/pubsub'> <items node='eu.siacs.conversations.axolotl.devicelist'/> </pubsub> </iq> <iq from="[email protected]" type="result" to="[email protected]/Psi+" id="IQID"> <pubsub xmlns="http://jabber.org/protocol/pubsub"> <items node="eu.siacs.conversations.axolotl.devicelist"> <item id="ITEMID"> <list xmlns="eu.siacs.conversations.axolotl"> <device id="DEVICEID1"/> <device id="DEVICEIDX"/> </list> </item> </items> </pubsub> </iq>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When we add a new contact and when it is accepted by the contact, the OMEMO devicelist is not checked/verified.
Grey OMEMO icon, not possibility to enabled (red), and "OMEMO encryption is not available for this contact".
Linked to:
The text was updated successfully, but these errors were encountered: