Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    r3a620ff rdd43c62  
    5050        JFLAG_GTALK =  0x100000,        /* Is Google Talk, as confirmed by iq discovery */
    5151        JFLAG_HIPCHAT = 0x200000,       /* Is hipchat, because prpl->name says so */
     52
     53        JFLAG_SASL_FB = 0x10000,        /* Trying Facebook authentication. */
    5254} jabber_flags_t;
    5355
     
    111113        GSList *streamhosts;
    112114        int have_streamhosts;
    113 
    114         char *muc_host;
    115115};
    116116
     
    228228#define XMLNS_XDATA        "jabber:x:data"                                       /* XEP-0004 */
    229229#define XMLNS_GMAILNOTIFY  "google:mail:notify"                                  /* Not a XEP */
    230 #define XMLNS_CARBONS      "urn:xmpp:carbons:2"                                  /* XEP-0280 */
    231 #define XMLNS_FORWARDING   "urn:xmpp:forward:0"                                  /* XEP-0297 */
    232 #define XMLNS_HINTS        "urn:xmpp:hints"                                      /* XEP-0334 */
    233230#define XMLNS_CHATSTATES   "http://jabber.org/protocol/chatstates"               /* XEP-0085 */
    234231#define XMLNS_DISCO_INFO   "http://jabber.org/protocol/disco#info"               /* XEP-0030 */
     
    341338
    342339extern const struct oauth2_service oauth2_service_google;
     340extern const struct oauth2_service oauth2_service_facebook;
    343341
    344342/* conference.c */
     
    358356xt_status jabber_parse_hipchat_profile(struct im_connection *ic, struct xt_node *node, struct xt_node *orig);
    359357xt_status hipchat_handle_success(struct im_connection *ic, struct xt_node *node);
    360 char *hipchat_make_channel_slug(const char *name);
    361 char *hipchat_guess_channel_name(struct im_connection *ic, const char *name);
    362358
    363359#endif
Note: See TracChangeset for help on using the changeset viewer.