Changeset dcd16c5
- Timestamp:
- 2010-05-09T13:21:24Z (15 years ago)
- Branches:
- master
- Children:
- 9ac3ed1
- Parents:
- 5a673f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/iq.c
r5a673f3 rdcd16c5 383 383 while( ( c = xt_find_node( c, "item" ) ) ) 384 384 { 385 struct xt_node *group = xt_find_node( node->children, "group" );385 struct xt_node *group = xt_find_node( c->children, "group" ); 386 386 char *jid = xt_find_attr( c, "jid" ); 387 387 char *name = xt_find_attr( c, "name" );
Note: See TracChangeset
for help on using the changeset viewer.