Changeset fc0640e for protocols/jabber/jabber.h
- Timestamp:
- 2012-02-10T18:00:00Z (13 years ago)
- Branches:
- master
- Children:
- b5fe39b
- Parents:
- bb2d198
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.h
rbb2d198 rfc0640e 163 163 char *my_full_jid; /* Separate copy because of case sensitivity. */ 164 164 struct jabber_buddy *me; 165 char *invite; 165 166 }; 166 167 … … 339 340 /* conference.c */ 340 341 struct groupchat *jabber_chat_join( struct im_connection *ic, const char *room, const char *nick, const char *password ); 342 struct groupchat *jabber_chat_with( struct im_connection *ic, char *who ); 341 343 struct groupchat *jabber_chat_by_jid( struct im_connection *ic, const char *name ); 342 344 void jabber_chat_free( struct groupchat *c );
Note: See TracChangeset
for help on using the changeset viewer.