#include <component.h>
Inherits ClientBase.
Inheritance diagram for Component:


Public Member Functions | |
| Component (const std::string &ns, const std::string &server, const std::string &component, const std::string &password, int port=5347) | |
| virtual | ~Component () |
| void | disconnect () |
It's using XEP-0114 (Jabber Component Protocol) to authenticate with a server.
Definition at line 33 of file component.h.
|
||||||||||||||||||||||||
|
Constructs a new Component.
Definition at line 27 of file component.cpp. |
|
|
Virtual Destructor. Definition at line 52 of file component.h. |
|
|
Disconnects from the server. Definition at line 57 of file component.h. |
1.4.1