Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    rdd43c62 r40cfbc5  
    4646        JFLAG_XMLCONSOLE = 64,          /* If the user added an xmlconsole buddy. */
    4747        JFLAG_STARTTLS_DONE = 128,      /* If a plaintext session was converted to TLS. */
    48         JFLAG_GMAILNOTIFY = 256,        /* If gmail notification is enabled */
    4948
    5049        JFLAG_GTALK =  0x100000,        /* Is Google Talk, as confirmed by iq discovery */
     
    103102        const struct jabber_away_state *away_state;
    104103        char *away_message;
    105         guint64 gmail_time;
    106         char *gmail_tid;
    107104
    108105        md5_state_t cached_id_prefix;
     
    227224#define XMLNS_DELAY        "urn:xmpp:delay"                                      /* XEP-0203 */
    228225#define XMLNS_XDATA        "jabber:x:data"                                       /* XEP-0004 */
    229 #define XMLNS_GMAILNOTIFY  "google:mail:notify"                                  /* Not a XEP */
    230226#define XMLNS_CHATSTATES   "http://jabber.org/protocol/chatstates"               /* XEP-0085 */
    231227#define XMLNS_DISCO_INFO   "http://jabber.org/protocol/disco#info"               /* XEP-0030 */
     
    316312void jabber_error_free(struct jabber_error *err);
    317313gboolean jabber_set_me(struct im_connection *ic, const char *me);
    318 char *jabber_get_bare_jid(char *jid);
    319314
    320315extern const struct jabber_away_state jabber_away_state_list[];
Note: See TracChangeset for help on using the changeset viewer.