QXmppStanza Class Reference
[Stanzas]
The QXmppStanza class is the base class for all XMPP stanzas.
More...
#include <QXmppStanza.h>
List of all members.
Public Member Functions |
| QXmppStanza (const QString &from="", const QString &to="") |
QString | to () const |
void | setTo (const QString &) |
QString | from () const |
| Returns the stanza's sender JID.
|
void | setFrom (const QString &) |
QString | id () const |
| Returns the stanza's identifier.
|
void | setId (const QString &) |
QString | lang () const |
void | setLang (const QString &) |
QXmppStanza::Error | error () const |
void | setError (QXmppStanza::Error &error) |
QXmppElementList | extensions () const |
void | setExtensions (const QXmppElementList &elements) |
Detailed Description
The QXmppStanza class is the base class for all XMPP stanzas.
Member Function Documentation
void QXmppStanza::setFrom |
( |
const QString & |
from |
) |
|
Sets the stanza's sender JID.
- Parameters:
-
void QXmppStanza::setId |
( |
const QString & |
id |
) |
|
Sets the stanza's identifier.
- Parameters:
-
void QXmppStanza::setTo |
( |
const QString & |
to |
) |
|
Sets the stanza's recipient JID.
- Parameters:
-
QString QXmppStanza::to |
( |
|
) |
const |
Returns the stanza's recipient JID.
The documentation for this class was generated from the following files: