Changeset 03f3828 for protocols/jabber
- Timestamp:
- 2010-07-24T14:06:22Z (14 years ago)
- Branches:
- master
- Children:
- 7989d40d
- Parents:
- c8791f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.c
rc8791f2 r03f3828 441 441 } 442 442 443 static struct groupchat *jabber_chat_join_( struct im_connection *ic, const char *room, const char *nick, const char *password )443 static struct groupchat *jabber_chat_join_( struct im_connection *ic, const char *room, const char *nick, const char *password, set_t **sets ) 444 444 { 445 445 if( strchr( room, '@' ) == NULL )
Note: See TracChangeset
for help on using the changeset viewer.