summaryrefslogtreecommitdiff
path: root/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'net.c')
-rw-r--r--net.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net.c b/net.c
index 6c2ae17..970ede8 100644
--- a/net.c
+++ b/net.c
@@ -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: