Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJacek Konieczny <jajcus@jajcus.net>2004-12-29 16:19:41 +0300
committerJacek Konieczny <jajcus@jajcus.net>2004-12-29 16:19:41 +0300
commit2eb46831f711e12188febf95e24b90cab7e89d3f (patch)
treeb9e7f1e576bab1a2e477b7bfe5fa055eb98dead4 /README
parent8da429ccbbeb5c8cbad2496ed7e2f1b7d7506483 (diff)
- reStructuredText formatting
- my e-mail updated
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 8 insertions, 5 deletions
diff --git a/README b/README
index fbaed5e..310dff4 100644
--- a/README
+++ b/README
@@ -1,6 +1,8 @@
+============================================
+PyXMPP -- Python Jabber/XMPPP implementation
+============================================
- PyXMPP
- (c) 2003-2004 Jacek Konieczny <jajcus@bnet.pl>
+\(c) 2003-2004 Jacek Konieczny <jajcus@jajcus.net>
This is PyXMPP - a python XMPP (RFC 3920,3921) and Jabber
(http://www.jabber.org/protocol/) implementation. It is based on libxml2 -
@@ -16,12 +18,13 @@ For PyXMPP you will need:
- Python 2.3 (maybe it will work in 2.4 too)
- recent libxml2 release (2.6.x) with python bindings. (http://xmlsoft.org/)
- dnspython (http://www.pythondns.org/). PyXMPP is tested with version 1.3.2.
+ - M2Crypto (http://sandbox.rulemaker.net/ngps/m2/) for TLS support.
-To build the package just invoke:
+To build the package just invoke::
python setup.py build
-To install it:
+To install it::
python setup.py install
@@ -29,4 +32,4 @@ If you had some older version of PyXMPP it is better to uninstall it (delete
pyxmpp subdirectory os your site-packages directory) before installing this one
or things may not work correctly.
-Complete API documentation and more examples are coming soon (I hope)...
+:Status: $Id$