#include <disco.h>
Public Member Functions | |
| Item (const JID &jid, const std::string &node, const std::string &name) | |
| ~Item () | |
| const JID & | jid () const |
| const std::string & | node () const |
| const std::string & | name () const |
| Tag * | tag () const |
Definition at line 352 of file disco.h.
|
||||||||||||||||
|
Constructs a Disco Item from a JID, node and name.
|
|
|
Destructor. |
|
|
Returns the item's JID.
|
|
|
Returns the item's name.
|
|
|
Returns the item's node.
|
|
|
Creates and returns a Tag representation of this item.
|
1.4.1