gloox
1.0.9
|
Classes | |
struct | Service |
An abstraction of the parameters of a single link-local service. More... | |
class | Client |
An implementation of a link-local client. More... | |
class | Handler |
A base class that gets informed about advertised or removed XMPP services on the local network. More... | |
class | Manager |
This is a manager for server-less messaging (XEP-0174). More... |
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.
Definition at line 40 of file linklocal.h.