diff options
Diffstat (limited to 'net.c')
-rw-r--r-- | net.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -74,6 +74,8 @@ static int roster_handler(xmpp_conn_t *conn, xmpp_stanza_t *stanza, static void conn_handler(xmpp_conn_t *conn, xmpp_conn_event_t status,int error, xmpp_stream_error_t *stream_error, void *userdata) { + // FIXME handle error and stream_error (this could be a major bug) + switch (status) { case XMPP_CONN_CONNECT: |