QXmpp Version: 1.10.0
|
Public Member Functions | |
Item (const Item &) | |
Default copy-constructor. | |
Item (Item &&) | |
Default move-constructor. | |
Item & | operator= (const Item &) |
Default assignment operator. | |
Item & | operator= (Item &&) |
Default move-assignment operator. | |
QString | jid () const |
void | setJid (const QString &jid) |
QString | name () const |
void | setName (const QString &name) |
QString | node () const |
void | setNode (const QString &node) |
Item represents a related XMPP entity that can be queried using XEP-0030: Service Discovery.
QString QXmppDiscoveryIq::Item::jid | ( | ) | const |
Returns the jid of the item.
QString QXmppDiscoveryIq::Item::name | ( | ) | const |
Returns the items human-readable name.
QString QXmppDiscoveryIq::Item::node | ( | ) | const |
Returns a special service discovery node.
void QXmppDiscoveryIq::Item::setJid | ( | const QString & | jid | ) |
Sets the jid of the item.
void QXmppDiscoveryIq::Item::setName | ( | const QString & | name | ) |
Sets the items human-readable name.
void QXmppDiscoveryIq::Item::setNode | ( | const QString & | node | ) |
Sets a special service discovery node.