gloox
1.0.28
|
#include <linklocalhandler.h>
Public Member Functions | |
virtual void | handleBrowseReply (const ServiceList &services)=0 |
A base class that gets informed about advertised or removed XMPP services on the local network.
See gloox::LinkLocal::Manager for more information on how to implement link-local messaging.
Definition at line 41 of file linklocalhandler.h.
|
pure virtual |
Reimplement this function to be notified about services available on (or removed from) the local network.
services | A list of services. |