diff options
author | Lance Stout <lancestout@gmail.com> | 2012-01-21 00:44:03 -0800 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-01-21 00:44:03 -0800 |
commit | 25f87607aab0de024be90d6e6d0e96c19e827f49 (patch) | |
tree | 8d9f4fb0831ca852c53f2c661326e7b9505a0837 /sleekxmpp/thirdparty/suelta/mechanisms/__init__.py | |
parent | f81fb6af4403cacddf81081cee2273b657a8aae5 (diff) | |
download | slixmpp-25f87607aab0de024be90d6e6d0e96c19e827f49.tar.gz slixmpp-25f87607aab0de024be90d6e6d0e96c19e827f49.tar.bz2 slixmpp-25f87607aab0de024be90d6e6d0e96c19e827f49.tar.xz slixmpp-25f87607aab0de024be90d6e6d0e96c19e827f49.zip |
Add support for X-GOOGLE-TOKEN.
This is mainly just useful for authenticating without using TLS.
If an access token is not provided, an attempt will be made to
retrieve one from Google.
Diffstat (limited to 'sleekxmpp/thirdparty/suelta/mechanisms/__init__.py')
-rw-r--r-- | sleekxmpp/thirdparty/suelta/mechanisms/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sleekxmpp/thirdparty/suelta/mechanisms/__init__.py b/sleekxmpp/thirdparty/suelta/mechanisms/__init__.py index e3facdee..2044ff80 100644 --- a/sleekxmpp/thirdparty/suelta/mechanisms/__init__.py +++ b/sleekxmpp/thirdparty/suelta/mechanisms/__init__.py @@ -5,3 +5,4 @@ from sleekxmpp.thirdparty.suelta.mechanisms.digest_md5 import DIGEST_MD5 from sleekxmpp.thirdparty.suelta.mechanisms.scram_hmac import SCRAM_HMAC from sleekxmpp.thirdparty.suelta.mechanisms.messenger_oauth2 import X_MESSENGER_OAUTH2 from sleekxmpp.thirdparty.suelta.mechanisms.facebook_platform import X_FACEBOOK_PLATFORM +from sleekxmpp.thirdparty.suelta.mechanisms.google_token import X_GOOGLE_TOKEN |