#include <disco.h>
Public Member Functions | |
| Identity (const std::string &category, const std::string &type, const std::string &name) | |
| Identity (const Identity &id) | |
| ~Identity () | |
| const std::string & | category () const |
| const std::string & | type () const |
| const std::string & | name () const |
| Tag * | tag () const |
Definition at line 171 of file disco.h.
|
||||||||||||||||
|
Constructs a Disco Identity from a category, type and name. See http://www.xmpp.org/registrar/disco-categories.html for more info.
|
|
|
Copy Contructor. |
|
|
Destructor. |
|
|
Returns the identity's category.
|
|
|
Returns the identity's name.
|
|
|
Creates and returns a Tag representation of this identity.
|
|
|
Returns the identity's type.
|
1.4.1