#include <privatexml.h>
Inherits IqHandler.
Inherited by Annotations, and BookmarkStorage.
Inheritance diagram for PrivateXML:

Public Member Functions | |
| PrivateXML (ClientBase *parent) | |
| virtual | ~PrivateXML () |
| std::string | requestXML (const std::string &tag, const std::string &xmlns, PrivateXMLHandler *pxh) |
| std::string | storeXML (const Tag *tag, PrivateXMLHandler *pxh) |
| virtual bool | handleIq (const IQ &iq) |
| virtual void | handleIqID (const IQ &iq, int context) |
Definition at line 37 of file privatexml.h.
|
|
Constructor. Creates a new PrivateXML client that registers as IqHandler with
Definition at line 54 of file privatexml.cpp. |
|
|
Virtual destructor. Definition at line 64 of file privatexml.cpp. |
|
|
Reimplement this function if you want to be notified about incoming IQs.
Implements IqHandler. Definition at line 72 of file privatexml.h. |
|
||||||||||||
|
Reimplement this function if you want to be notified about incoming IQs with a specific value of the
Implements IqHandler. Definition at line 101 of file privatexml.cpp. |
|
||||||||||||||||
|
Use this function to request the private XML stored in the given namespace.
Definition at line 74 of file privatexml.cpp. |
|
||||||||||||
|
Use this function to store private XML stored in the given namespace.
Definition at line 88 of file privatexml.cpp. |
1.4.1