Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    r399d65a r3a620ff  
    7575        JCFLAG_MESSAGE_SENT = 1,        /* Set this after sending the first message, so
    7676                                           we can detect echoes/backlogs. */
    77         JCFLAG_ALWAYS_USE_NICKS = 2,
    7877} jabber_chat_flags_t;
    7978
     
    263262void jabber_iq_version_send(struct im_connection *ic, struct jabber_buddy *bud, void *data);
    264263int jabber_iq_disco_server(struct im_connection *ic);
    265 int jabber_iq_disco_muc(struct im_connection *ic, const char *muc_server);
    266264
    267265/* si.c */
     
    341339int sasl_oauth2_get_refresh_token(struct im_connection *ic, const char *msg);
    342340int 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);
    344341
    345342extern const struct oauth2_service oauth2_service_google;
    346343
    347344/* 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);
     345struct groupchat *jabber_chat_join(struct im_connection *ic, const char *room, const char *nick, const char *password);
    350346struct groupchat *jabber_chat_with(struct im_connection *ic, char *who);
    351347struct groupchat *jabber_chat_by_jid(struct im_connection *ic, const char *name);
Note: See TracChangeset for help on using the changeset viewer.