summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNathan Fritz <fritzy@play.brokt.com>2010-08-03 07:51:52 +0000
committerNathan Fritz <fritzy@play.brokt.com>2010-08-03 07:51:52 +0000
commit851e90c572d9c2a5dd72a8643920c59d4d1493ae (patch)
tree62a72db0545b4e67a30f4bed1faac22e3e39d9a6 /README
parentecde696468cb3b661dfdf5226c186403321d905f (diff)
downloadslixmpp-851e90c572d9c2a5dd72a8643920c59d4d1493ae.tar.gz
slixmpp-851e90c572d9c2a5dd72a8643920c59d4d1493ae.tar.bz2
slixmpp-851e90c572d9c2a5dd72a8643920c59d4d1493ae.tar.xz
slixmpp-851e90c572d9c2a5dd72a8643920c59d4d1493ae.zip
added dnspython.org to requirements in README
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index abc2d090..cc783b6e 100644
--- a/README
+++ b/README
@@ -4,6 +4,11 @@ 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
+Requirements:
+We try to keep requirements to a minimum, but we suggest that you install http://dnspython.org although it isn't strictly required.
+If you do not install this library, you main need to specify server/port for services that use SRV records (like GTalk).
+"sudo pip install dnspython" on a *nix system with pip installed.
+
SleekXMPP has several design goals/philosophies:
- Low number of dependencies.
- Every XEP as a plugin.