Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    re1c926f rd76e12f  
    4747        JFLAG_XMLCONSOLE = 64,          /* If the user added an xmlconsole buddy. */
    4848        JFLAG_STARTTLS_DONE = 128,      /* If a plaintext session was converted to TLS. */
    49        
    50         JFLAG_SASL_FB = 0x10000,        /* Trying Facebook authentication. */
    5149} jabber_flags_t;
    5250
     
    9492        char *username;         /* USERNAME@server */
    9593        char *server;           /* username@SERVER -=> server/domain, not hostname */
    96        
    97         char *oauth2_access_token;
    9894       
    9995        /* After changing one of these two (or the priority setting), call
     
    236232#define XMLNS_IBB          "http://jabber.org/protocol/ibb"                      /* XEP-0047 */
    237233
    238 /* jabber.c */
    239 void jabber_connect( struct im_connection *ic );
    240 
    241234/* iq.c */
    242235xt_status jabber_pkt_iq( struct xt_node *node, gpointer data );
     
    323316xt_status sasl_pkt_result( struct xt_node *node, gpointer data );
    324317gboolean sasl_supported( struct im_connection *ic );
    325 void sasl_oauth2_init( struct im_connection *ic );
    326 int sasl_oauth2_get_refresh_token( struct im_connection *ic, const char *msg );
    327 int sasl_oauth2_refresh( struct im_connection *ic, const char *refresh_token );
    328318
    329319/* conference.c */
Note: See TracChangeset for help on using the changeset viewer.