SleekXMPP/sleekxmpp
Florent Le Coz 2d18d905a5 Anonymous authentication
Implemented ANONYMOUS authentication on the ClientXMPP class.
To use it, you just need to provide a domain (e.g 'anon.example.com')
with an optional resource (e.g 'anon.example.com/resource') as the JID,
with no password. The JID class has been improved to accept
domains as fulljid.

You can test this with echo_client.py
python echo_client.py -j anon.louiz.org/  # anonymous with a resource
                                          # defined by the server
python echo_client.py -j anon.louiz.org/resource  # anonymous with given
                                                  # resource

The "normal" authentication method still works exactly like before.
2010-10-17 08:55:30 +08:00
..
plugins fixed socket name collision in xmlstream.py and fixed python 3.x compatibility 2010-10-14 10:58:07 -07:00
stanza Corrected test errors. 2010-10-07 19:42:28 -04:00
test fixed stream test not disconnecting cleanly 2010-10-14 16:27:44 -07:00
thirdparty fixed socket name collision in xmlstream.py and fixed python 3.x compatibility 2010-10-14 10:58:07 -07:00
xmlstream Anonymous authentication 2010-10-17 08:55:30 +08:00
__init__.py Moved ClientXMPP to clientxmpp.py. 2010-10-06 14:20:32 -04:00
basexmpp.py deprecated jid, fulljid, server, user, resource properties and added boundjid JID 2010-10-14 15:50:54 -07:00
clientxmpp.py Anonymous authentication 2010-10-17 08:55:30 +08:00
componentxmpp.py Made first pass at cleaning up ClientXMPP. 2010-10-06 14:03:19 -04:00
exceptions.py More PEP8 compliance cleanups. 2010-10-06 15:12:39 -04:00