Changeset b2c062d
- Timestamp:
- 2008-09-28T11:21:55Z (16 years ago)
- Branches:
- master
- Children:
- fb98634
- Parents:
- 94acdd0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/conference.c
r94acdd0 rb2c062d 36 36 node = xt_new_node( "x", NULL, NULL ); 37 37 xt_add_attr( node, "xmlns", XMLNS_MUC ); 38 node = jabber_make_packet( "presence", NULL, roomjid, node );39 38 if( password ) 40 39 xt_add_child( node, xt_new_node( "password", password, NULL ) ); 40 node = jabber_make_packet( "presence", NULL, roomjid, node ); 41 41 jabber_cache_add( ic, node, jabber_chat_join_failed ); 42 42
Note: See TracChangeset
for help on using the changeset viewer.