Strophe  0.8
XMPP client library
Defines | Functions
event.c File Reference

Event loop and management. More...

Defines

#define DEFAULT_TIMEOUT   1
 The default timeout in milliseconds for the event loop.

Functions

void xmpp_run_once (xmpp_ctx_t *ctx, const unsigned long timeout)
 Run the event loop once.
void xmpp_run (xmpp_ctx_t *ctx)
 Start the event loop.
void xmpp_stop (xmpp_ctx_t *ctx)
 Stop the event loop.

Detailed Description

Event loop and management.


Define Documentation

#define DEFAULT_TIMEOUT   1

The default timeout in milliseconds for the event loop.

This is set to 1 millisecond.