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] Add the feature to delete the OMEMO node #103

Open
Neustradamus opened this issue Dec 21, 2021 · 0 comments
Open

[OMEMO] Add the feature to delete the OMEMO node #103

Neustradamus opened this issue Dec 21, 2021 · 0 comments

Comments

@Neustradamus
Copy link
Contributor

Can you add the feature to delete the OMEMO node?

It is linked to feature: enable/disable OMEMO by XMPP account because after it, the XMPP account must not have OMEMO plugin enabled (no creation of a new device id) but if there are other XMPP accounts in the client, it must not changed for others.

The goal is to remove OMEMO node (all devices...).

<iq id='XXXXXX' from='me@domain.tld' to='contact@domain.tld' type='get'>
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
<items node='eu.siacs.conversations.axolotl.devicelist'/>
</pubsub>
</iq>

<iq type="result" from="contact@domain.tld" to="me@domain.tld/client" id="XXXXXX">
<pubsub xmlns="http://jabber.org/protocol/pubsub">
<items node="eu.siacs.conversations.axolotl.devicelist">
<item id="current">
<list xmlns="eu.siacs.conversations.axolotl">
<device id="XXXXXXXXX"/>
<device id="XXXXXXXXXX"/>
</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