Module private

Source
Expand description

XEP-0049: Private XML storage

This module implements Private XML Storage from XEP-0049.

However, only legacy bookmarks storage from XEP-0048 v1.0 is supported at the moment. This should only be used when urn:xmpp:bookmarks:1#compat is not advertised on the user’s BareJID in a disco info request.

See ModernXMPP docs on how to handle all historic and newer specifications for your clients handling of chatroom bookmarks.

This module uses the legacy bookmarks bookmarks::Conference struct as stored in a legacy bookmarks::Storage struct.

Structs§

Query
A Private XML Storage query. Only supports XEP-0048 bookmarks.