diff options
author | Nathan Fritz <nathan@andyet.net> | 2010-05-24 19:33:24 -0700 |
---|---|---|
committer | Nathan Fritz <nathan@andyet.net> | 2010-05-24 19:33:24 -0700 |
commit | 7ebc0065167189186ddf53e81a47dab887c87a72 (patch) | |
tree | 6820eacfe4b796f16112ab36a9b5d03c21bc4596 /README | |
parent | 3920ee394183d95aa6f5b4ee3c8843c2d34ad4cb (diff) | |
download | slixmpp-7ebc0065167189186ddf53e81a47dab887c87a72.tar.gz slixmpp-7ebc0065167189186ddf53e81a47dab887c87a72.tar.bz2 slixmpp-7ebc0065167189186ddf53e81a47dab887c87a72.tar.xz slixmpp-7ebc0065167189186ddf53e81a47dab887c87a72.zip |
updated README, index fix for component
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 6 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,8 @@ 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 discussion. |