Changeset 4a5d885 for protocols/jabber/jabber.h
- Timestamp:
- 2011-07-26T11:58:38Z (12 years ago)
- Branches:
- master
- Children:
- 1174899
- Parents:
- 59c9adb4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.h
r59c9adb4 r4a5d885 92 92 char *username; /* USERNAME@server */ 93 93 char *server; /* username@SERVER -=> server/domain, not hostname */ 94 95 char *oauth2_access_token; 94 96 95 97 /* After changing one of these two (or the priority setting), call … … 232 234 #define XMLNS_IBB "http://jabber.org/protocol/ibb" /* XEP-0047 */ 233 235 236 /* jabber.c */ 237 void jabber_connect( struct im_connection *ic ); 238 234 239 /* iq.c */ 235 240 xt_status jabber_pkt_iq( struct xt_node *node, gpointer data ); … … 316 321 xt_status sasl_pkt_result( struct xt_node *node, gpointer data ); 317 322 gboolean sasl_supported( struct im_connection *ic ); 323 void sasl_oauth2_init( struct im_connection *ic ); 324 int sasl_oauth2_get_refresh_token( struct im_connection *ic, const char *msg ); 325 int sasl_oauth2_refresh( struct im_connection *ic, const char *refresh_token ); 318 326 319 327 /* conference.c */
Note: See TracChangeset
for help on using the changeset viewer.