QXmpp Version:0.3.91
|
The QXmppBindIq class represents an IQ used for resource binding as defined by RFC 5921. More...
#include <QXmppBindIq.h>
Public Member Functions | |
QString | jid () const |
void | setJid (const QString &) |
QString | resource () const |
void | setResource (const QString &) |
The QXmppBindIq class represents an IQ used for resource binding as defined by RFC 5921.
QString QXmppBindIq::jid | ( | ) | const |
Returns the bound JID.
QString QXmppBindIq::resource | ( | ) | const |
Returns the requested resource.
void QXmppBindIq::setJid | ( | const QString & | jid | ) |
Sets the bound JID.
jid |
void QXmppBindIq::setResource | ( | const QString & | resource | ) |
Sets the requested resource.
resource |