diff options
author | James Booth <boothj5@gmail.com> | 2014-11-13 00:22:22 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-11-13 00:22:22 +0000 |
commit | 4e429fe7889c5dc35a51dc44d26dabd50d447bd1 (patch) | |
tree | f177386b3b89959dc4afa6a22fed08b02a206a0f /src/xmpp | |
parent | 15d0f679f6a2b56fe58837a4257ea90df92d14e4 (diff) | |
download | profani-tty-4e429fe7889c5dc35a51dc44d26dabd50d447bd1.tar.gz |
Implemented /roster by group
Diffstat (limited to 'src/xmpp')
-rw-r--r-- | src/xmpp/roster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/roster.c b/src/xmpp/roster.c index 5f9fa6f9..d269e995 100644 --- a/src/xmpp/roster.c +++ b/src/xmpp/roster.c @@ -280,7 +280,7 @@ _roster_set_handler(xmpp_conn_t * const conn, xmpp_stanza_t * const stanza, handle_roster_add(barejid, name); } } else { - roster_update(barejid, name, groups, sub, pending_out); + handle_roster_update(barejid, name, groups, sub, pending_out); } } |