diff options
author | Wilmer van der Gaast <wilmer@google.com> | 2012-02-10 15:14:38 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@google.com> | 2012-02-10 15:14:38 +0000 |
commit | bb2d198251e2001591e0080ec9500e1078e1cd4f (patch) | |
tree | b4ea73396a5bd15530051c7868267c3e8f585e09 /protocols/jabber/jabber.h | |
parent | e0a0a4277b51204743ffe7ece003602a50dc358c (diff) |
Probing for Google Talk servers, based on iq-discovery responses. I'll need
this for automatically generating a sane name for groupchats.
Diffstat (limited to 'protocols/jabber/jabber.h')
-rw-r--r-- | protocols/jabber/jabber.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/jabber/jabber.h b/protocols/jabber/jabber.h index 046741a3..19430505 100644 --- a/protocols/jabber/jabber.h +++ b/protocols/jabber/jabber.h @@ -46,7 +46,9 @@ typedef enum activates all XEP-85 related code. */ JFLAG_XMLCONSOLE = 64, /* If the user added an xmlconsole buddy. */ JFLAG_STARTTLS_DONE = 128, /* If a plaintext session was converted to TLS. */ - + + JFLAG_GTALK = 0x100000, /* Is Google Talk, as confirmed by iq discovery */ + JFLAG_SASL_FB = 0x10000, /* Trying Facebook authentication. */ } jabber_flags_t; |