summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2010-09-01 18:18:30 -0400
committerLance Stout <lancestout@gmail.com>2010-09-01 18:18:30 -0400
commit0b4320a19610ab5c3f8d543a4a1ee7969c9e8db6 (patch)
treeff8b308a9b0d6f18d62401321cdd39ea3ed048ed /INSTALL
parent9bef4b4d4d54768cb753e4bbfec049e97d063882 (diff)
downloadslixmpp-0b4320a19610ab5c3f8d543a4a1ee7969c9e8db6.tar.gz
slixmpp-0b4320a19610ab5c3f8d543a4a1ee7969c9e8db6.tar.bz2
slixmpp-0b4320a19610ab5c3f8d543a4a1ee7969c9e8db6.tar.xz
slixmpp-0b4320a19610ab5c3f8d543a4a1ee7969c9e8db6.zip
Updated the client and component examples.
The component example now actually uses a config.xml file for its connection information, and to initialize a roster.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 5 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index f081a35a..82f87123 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,11 +1,12 @@
Pre-requisites:
-Python 3.1 or 2.6
+- Python 3.1 or 2.6
Install:
-python3 setup.py install
+> python3 setup.py install
Root install:
-sudo python3 setup.py install
+> sudo python3 setup.py install
To test:
-python example.py -v -j [USER@example.com] -p [PASSWORD]
+> cd examples
+> python echo_client.py -v -j [USER@example.com] -p [PASSWORD]