diff options
author | Brian Beggs <macdiesel@gmail.com> | 2010-06-02 07:32:33 -0400 |
---|---|---|
committer | Brian Beggs <macdiesel@gmail.com> | 2010-06-02 07:32:33 -0400 |
commit | 686943a2ec3c97e4e39ee2e38d9fd571ed98dd35 (patch) | |
tree | f8a9b69630792567ddae16ce0627ee2c2b1c6caa /README | |
parent | dda3e733b59a9e71482538898a807623a79f0dbf (diff) | |
parent | 4eb210bff5753143300e5bf6ae09617901e9a28e (diff) | |
download | slixmpp-686943a2ec3c97e4e39ee2e38d9fd571ed98dd35.tar.gz slixmpp-686943a2ec3c97e4e39ee2e38d9fd571ed98dd35.tar.bz2 slixmpp-686943a2ec3c97e4e39ee2e38d9fd571ed98dd35.tar.xz slixmpp-686943a2ec3c97e4e39ee2e38d9fd571ed98dd35.zip |
Merge remote branch 'tom/hacks'
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,8 @@ -SleekXMPP is an XMPP library written for Python 3.x (with 2.6 compatibility). +SleekXMPP is an XMPP library written for Python 3.1+ (with 2.6 compatibility). +Hosted at http://wiki.github.com/fritzy/SleekXMPP/ + Featured in examples in XMPP: The Definitive Guide by Kevin Smith, Remko Tronçon, and Peter Saint-Andre +If you're coming here from The Definitive Guide, please read http://wiki.github.com/fritzy/SleekXMPP/xmpp-the-definitive-guide SleekXMPP has several design goals/philosophies: - Low number of dependencies. @@ -31,7 +34,9 @@ Since 0.2, here's the Changelog: Credits ---------------- Main Author: Nathan Fritz fritz@netflint.net -XEP-0045 original implementation: Kevin Smith +Contributors: Kevin Smith & Lance Stout Patches: Remko Tronçon Feel free to add fritzy@netflint.net to your roster for direct support and comments. +Join sleekxmpp-discussion@googlegroups.com / http://groups.google.com/group/sleekxmpp-discussion for email discussion. +Join sleek@conference.jabber.org for groupchat discussion. |