gloox
1.0.28
|
Classes | |
struct | Service |
class | Client |
class | Handler |
class | Manager |
Typedefs | |
typedef std::list< Service > | ServiceList |
Enumerations | |
enum | Flag { AddService , RemoveService } |
Namespace holding all the Link-local-related structures and definitions.
See gloox::LinkLocal::Manager for more information on how to implement link-local messaging.
typedef std::list<Service> ServiceList |
A list of services.
Definition at line 71 of file linklocal.h.
enum Flag |
Used in conjunction with Service to indicate whether a service has been added (newly advertised) or removed.
Enumerator | |
---|---|
AddService | A service has been added. |
RemoveService | A service has been removed. |
Definition at line 40 of file linklocal.h.