|
QXmpp Version: 1.12.0
|
Public Member Functions | |
| QXmppDiscoItem (const QString &jid, const QString &name={}, const QString &node={}) | |
| Default constructor. | |
| const QString & | jid () const |
| Returns the JID of the item. | |
| void | setJid (const QString &newJid) |
| Sets the JID of the item. | |
| const QString & | name () const |
| Returns the name of the item. | |
| void | setName (const QString &newName) |
| Sets the name of the item. | |
| const QString & | node () const |
| Returns the node for querying the information. | |
| void | setNode (const QString &newNode) |
| Sets the node for querying the information. | |
Related entity that can be queried using XEP-0030: Service Discovery.