Changes in protocols/jabber/jabber.h [399d65a:3a620ff]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.h
r399d65a r3a620ff 75 75 JCFLAG_MESSAGE_SENT = 1, /* Set this after sending the first message, so 76 76 we can detect echoes/backlogs. */ 77 JCFLAG_ALWAYS_USE_NICKS = 2,78 77 } jabber_chat_flags_t; 79 78 … … 263 262 void jabber_iq_version_send(struct im_connection *ic, struct jabber_buddy *bud, void *data); 264 263 int jabber_iq_disco_server(struct im_connection *ic); 265 int jabber_iq_disco_muc(struct im_connection *ic, const char *muc_server);266 264 267 265 /* si.c */ … … 341 339 int sasl_oauth2_get_refresh_token(struct im_connection *ic, const char *msg); 342 340 int sasl_oauth2_refresh(struct im_connection *ic, const char *refresh_token); 343 void sasl_oauth2_got_token(gpointer data, const char *access_token, const char *refresh_token, const char *error);344 341 345 342 extern const struct oauth2_service oauth2_service_google; 346 343 347 344 /* conference.c */ 348 struct groupchat *jabber_chat_join(struct im_connection *ic, const char *room, const char *nick, const char *password, 349 gboolean always_use_nicks); 345 struct groupchat *jabber_chat_join(struct im_connection *ic, const char *room, const char *nick, const char *password); 350 346 struct groupchat *jabber_chat_with(struct im_connection *ic, char *who); 351 347 struct groupchat *jabber_chat_by_jid(struct im_connection *ic, const char *name);
Note: See TracChangeset
for help on using the changeset viewer.