Skip to content
New issue

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

[OMEMO] When we add a new contact, the devicelist is not checked/verified #107

Open
Neustradamus opened this issue Feb 14, 2022 · 0 comments

Comments

@Neustradamus
Copy link
Contributor

Neustradamus commented Feb 14, 2022

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='me@domain.tld' to='contact@domain2.tld' type='get'>
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
<items node='eu.siacs.conversations.axolotl.devicelist'/>
</pubsub>
</iq>

<iq from="contact@domain2.tld" type="result" to="me@domain.tld/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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant