aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/iq.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-09-23 18:18:24 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-09-23 18:18:24 +0200
commit5e202b09f2cd9faff5f316ae6804facb5342eace (patch)
treed2531aa515457d66b303cbcb94ea5d7243fcb041 /protocols/jabber/iq.c
parentd8e04849607d4a5ca590752dce37954f12179580 (diff)
Implemented a list of away states, using this for a better set_away(), and
got rid of the double <presence> tag sent because of presence_announce().
Diffstat (limited to 'protocols/jabber/iq.c')
-rw-r--r--protocols/jabber/iq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/jabber/iq.c b/protocols/jabber/iq.c
index fbb4a38b..5c108379 100644
--- a/protocols/jabber/iq.c
+++ b/protocols/jabber/iq.c
@@ -106,7 +106,7 @@ xt_status jabber_pkt_iq( struct xt_node *node, gpointer data )
node = node->next;
}
- presence_announce( gc );
+ account_online( gc );
}
else if( strcmp( type, "result" ) == 0 && orig )
{