Changeset 94acdd0 for protocols/jabber/conference.c
- Timestamp:
- 2008-09-28T11:18:19Z (16 years ago)
- Branches:
- master
- Children:
- b2c062d
- Parents:
- e180c59
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/conference.c
re180c59 r94acdd0 26 26 static xt_status jabber_chat_join_failed( struct im_connection *ic, struct xt_node *node, struct xt_node *orig ); 27 27 28 struct groupchat *jabber_chat_join( struct im_connection *ic, c har *room, char *nick,char *password )28 struct groupchat *jabber_chat_join( struct im_connection *ic, const char *room, const char *nick, const char *password ) 29 29 { 30 30 struct jabber_chat *jc;
Note: See TracChangeset
for help on using the changeset viewer.