QXmppPresence Class Reference
[Stanzas]
The QXmppPresence class represents an XMPP presence stanza.
More...
#include <QXmppPresence.h>
List of all members.
Public Types |
| enum | Type {
Error = 0,
Available,
Unavailable,
Subscribe,
Subscribed,
Unsubscribe,
Unsubscribed,
Probe
} |
Public Member Functions |
|
| QXmppPresence (QXmppPresence::Type type=QXmppPresence::Available, const QXmppPresence::Status &status=QXmppPresence::Status()) |
|
QXmppPresence::Type | type () const |
|
void | setType (QXmppPresence::Type) |
|
QXmppPresence::Status & | status () |
|
const QXmppPresence::Status & | status () const |
|
void | setStatus (const QXmppPresence::Status &) |
|
void | parse (const QDomElement &element) |
|
void | toXml (QXmlStreamWriter *writer) const |
Detailed Description
The QXmppPresence class represents an XMPP presence stanza.
The documentation for this class was generated from the following files: