Changeset dcd16c5 for protocols


Ignore:
Timestamp:
2010-05-09T13:21:24Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
9ac3ed1
Parents:
5a673f3
Message:

Read group information from Jabber contact lists. The code was already there,
but with a simple typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/iq.c

    r5a673f3 rdcd16c5  
    383383        while( ( c = xt_find_node( c, "item" ) ) )
    384384        {
    385                 struct xt_node *group = xt_find_node( node->children, "group" );
     385                struct xt_node *group = xt_find_node( c->children, "group" );
    386386                char *jid = xt_find_attr( c, "jid" );
    387387                char *name = xt_find_attr( c, "name" );
Note: See TracChangeset for help on using the changeset viewer.