Expand description
XEP-0402: PEP Native Bookmarks
Chatroom bookmarks from XEP-0402 for newer servers
which advertise urn:xmpp:bookmarks:1#compat
on the user’s BareJID in a disco info request.
On legacy non-compliant servers, use the private
module instead.
See ModernXMPP docs on how to handle all historic and newer specifications for your clients.
Structs§
- Conference
- A conference bookmark.
- Conference
AsXml Iterator - Convert a
Conference
into XML events. - Conference
From XmlBuilder - Build a
Conference
from XML events. - Extensions
- Potential extensions in a conference.
- Extensions
AsXml Iterator - Convert a
Extensions
into XML events. - Extensions
From XmlBuilder - Build a
Extensions
from XML events.