15 #ifndef BOOKMARKSTORAGE_H__
16 #define BOOKMARKSTORAGE_H__
20 #include "bookmarkhandler.h"
21 #include "privatexml.h"
22 #include "privatexmlhandler.h"
123 void requestBookmarks();
130 { m_bookmarkHandler = bmh; }
136 { m_bookmarkHandler = 0; }
139 virtual void handlePrivateXML(
const Tag* xml );
142 virtual void handlePrivateXMLResult(
const std::string& uid, PrivateXMLResult pxResult );
150 #endif // BOOKMARKSTORAGE_H__
A virtual interface which can be reimplemented to receive bookmarks with help of a BookmarkStorage ob...
void removeBookmarkHandler()
void registerBookmarkHandler(BookmarkHandler *bmh)
The namespace for the gloox library.
This is an implementation of XEP-0048 (Bookmark Storage).
This class implements XEP-0049 (Private XML Storage).
std::list< ConferenceListItem > ConferenceList
A virtual interface which can be reimplemented to store and receive private XML data.
This is the common base class for a Jabber/XMPP Client and a Jabber Component.
This is an abstraction of an XML element.
std::list< BookmarkListItem > BookmarkList