Package rocks.xmpp.extensions.bookmarks.model
Provides XML schema implementations of XEP-0048: Bookmarks.
It defines an XML data format for use by XMPP clients in storing bookmarks to mult-user chatrooms and web pages. The chatroom bookmarking function includes the ability to auto-join rooms on login.
-
Interface Summary Interface Description Bookmark A bookmark.ConferenceBookmark A bookmark to a conference room (aka chat room). -
Class Summary Class Description AbstractBookmark An abstract base class for bookmarks.BookmarkStorage The implementation of the<storage/>
element in thestorage:bookmarks
namespace.ChatRoomBookmark A conference bookmark to bookmark multi-user chat rooms.WebPageBookmark A web page bookmark.