The QXmppDialback class represents a stanza used for the Server Dialback protocol as specified by XEP-0220: Server Dialback. More...
#include <QXmppDialback.h>
Public Types | |
enum | Command { Result, Verify } |
This enum is used to describe a dialback command. More... | |
Public Member Functions | |
QXmppDialback () | |
Constructs a QXmppDialback. | |
Command | command () const |
Returns the dialback command. | |
void | setCommand (Command command) |
QString | key () const |
Returns the dialback key. | |
void | setKey (const QString &key) |
QString | type () const |
Returns the dialback type. | |
void | setType (const QString &type) |
The QXmppDialback class represents a stanza used for the Server Dialback protocol as specified by XEP-0220: Server Dialback.
void QXmppDialback::setCommand | ( | QXmppDialback::Command | command | ) |
Sets the dialback command.
command |
void QXmppDialback::setKey | ( | const QString & | key | ) |
Sets the dialback key.
key |
void QXmppDialback::setType | ( | const QString & | type | ) |
Sets the dialback type.
type |