diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-09-23 18:18:24 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-09-23 18:18:24 +0200 |
commit | 5e202b09f2cd9faff5f316ae6804facb5342eace (patch) | |
tree | d2531aa515457d66b303cbcb94ea5d7243fcb041 /protocols/jabber/iq.c | |
parent | d8e04849607d4a5ca590752dce37954f12179580 (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.c | 2 |
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 ) { |