Ignore:
Timestamp:
2012-02-10T15:14:38Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
fc0640e
Parents:
e0a0a42
Message:

Probing for Google Talk servers, based on iq-discovery responses. I'll need
this for automatically generating a sane name for groupchats.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    re0a0a42 rbb2d198  
    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        
     49
     50        JFLAG_GTALK =  0x100000,        /* Is Google Talk, as confirmed by iq discovery */
     51
    5052        JFLAG_SASL_FB = 0x10000,        /* Trying Facebook authentication. */
    5153} jabber_flags_t;
Note: See TracChangeset for help on using the changeset viewer.