aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/presence.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/jabber/presence.c')
-rw-r--r--protocols/jabber/presence.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/jabber/presence.c b/protocols/jabber/presence.c
index 3a682e52..b10ce634 100644
--- a/protocols/jabber/presence.c
+++ b/protocols/jabber/presence.c
@@ -41,6 +41,7 @@ xt_status jabber_pkt_presence( struct xt_node *node, gpointer data )
char *s = xt_to_string( node );
serv_got_crap( gc, "WARNING: Ignoring presence tag with bare JID: %s\n", s );
g_free( s );
+ return XT_HANDLED;
}
if( !( bud = jabber_buddy_by_jid( gc, from ) ) )
@@ -81,6 +82,7 @@ xt_status jabber_pkt_presence( struct xt_node *node, gpointer data )
char *s = xt_to_string( node );
serv_got_crap( gc, "WARNING: Ignoring presence tag with bare JID: %s\n", s );
g_free( s );
+ return XT_HANDLED;
}
jabber_buddy_remove( gc, from );