Public Member Functions |
| virtual | ~Connection () |
| Connection * | clone () |
| void | operator delete (void *p) |
| const char * | getJID () |
| void | setJID (const char *const jid) |
| const char * | getPass () |
| void | setPass (const char *const pass) |
| bool | connectClient (const char *const domain, xmpp_conn_handler callback, void *const userdata) |
| void | disconnect () |
| void | send (Stanza *stanza) |
| void | addTimedHandler (xmpp_timed_handler handler, const unsigned long perdio, void *const userdata) |
| void | deleteTimedHandler (xmpp_timed_handler handler) |
| void | addHandler (xmpp_handler handler, const char *const ns, const char *const name, const char *const type, void *const userdata) |
| void | deleteHandler (xmpp_handler handler) |
| void | addIdHandler (xmpp_handler handler, const char *const id, void *const userdata) |
| void | deleteIdHandler (xmpp_handler handler) |
Static Public Member Functions |
| static Connection * | create (Context *ctx) |
Private Member Functions |
| void * | operator new (size_t size, Context *ctx) |
| | Connection (Context *ctx) |
Private Attributes |
| Context * | m_ctx |
| xmpp_conn_t * | conn |
Constructor & Destructor Documentation
Member Function Documentation
| void* XMPP::Connection::operator new |
( |
size_t |
size, |
|
|
Context * |
ctx |
|
) |
| [private] |
| void XMPP::Connection::operator delete |
( |
void * |
p | ) |
|
Field Documentation
The documentation for this class was generated from the following file: