gloox
1.0
|
#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 |
An abstraction of a Disco identity (Service Discovery, XEP-0030).
Identity | ( | const std::string & | category, |
const std::string & | type, | ||
const std::string & | name | ||
) |
Constructs a Disco Identity from a category, type and name. See http://www.xmpp.org/registrar/disco-categories.html for more info.
category | The identity's category. |
type | The identity's type. |
name | The identity's name. |
const std::string& category | ( | ) | const [inline] |
const std::string& name | ( | ) | const [inline] |
const std::string& type | ( | ) | const [inline] |