Changeset 3038e47 for protocols/jabber
- Timestamp:
- 2008-02-10T17:11:06Z (17 years ago)
- Branches:
- master
- Children:
- eeb85a8
- Parents:
- 1ecff5e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/conference.c
r1ecff5e r3038e47 37 37 xt_add_attr( node, "xmlns", XMLNS_MUC ); 38 38 node = jabber_make_packet( "presence", NULL, roomjid, node ); 39 if( password ) 40 xt_add_child( node, xt_new_node( "password", password, NULL ) ); 39 41 jabber_cache_add( ic, node, jabber_chat_join_failed ); 40 42
Note: See TracChangeset
for help on using the changeset viewer.