-
Notifications
You must be signed in to change notification settings - Fork 375
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
Roster Support #784
Comments
This is implemented in https://github.com/Crypho/xmpp-plugins . We have an open offer to move that into the xmppjs organisation. |
@ShadowRanger it is very easy to do yourself: const roster = await xmpp.iqCaller.get(xml('query', 'jabber:iq:roster'))
console.log(roster.getChildren('item', 'jabber:iq:roster')) But anyway, this is on my radar (and on my hard drive :p ) but a few things need to be figured out first. @wichert I have issues with
To address To address Such thing would allow providing out of the box xmpp features that requires storage. Such as roster versioning, entity capabilities, mam, ... It could also provide offline support for other features such as messaging, pubsub, ... As well as support stream resumption accross tab/app/process restart/reload. |
I can see that there have already been a couple of issues created about this, and that there was once functionality for it in this library. Are there any updates on this at all, in terms of plans of re-adding it to the library?
The text was updated successfully, but these errors were encountered: