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-19 00:42:02 +0300
committerJacek Konieczny <jajcus@jajcus.net>2004-12-19 00:42:02 +0300
commite8eb13c8ceea64599937ee96ebaf5909eb0c1f6f (patch)
tree022870461a036f6cf528e56b235c5de87af8f866 /README
parent56b92438ad9b984d16b1095faad4041d03381242 (diff)
- notes about the switch to dnspython
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index eaf9fc6..fbaed5e 100644
--- a/README
+++ b/README
@@ -12,8 +12,10 @@ clients, servers and services. Currently it is mainly developed for CJC
(Console Jabber Client) and Jajcus' Jabber to IRC Gateway, so the client-side
of protocol and basic component interface are the most complete.
-For PyXMPP you will need Python 2.3 (maybe it will work in 2.4 too) and recent
-libxml2 release (2.6.x) with python bindings.
+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.
To build the package just invoke: