Changeset 83
- Timestamp:
- 05/16/04 16:47:21 (5 years ago)
- Files:
-
- trunk/INSTALL (modified) (3 diffs, 2 props)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/INSTALL
- Property svn:eol-style deleted
- Property svn:keywords deleted
r29 r83 2 2 1. Requirements: 3 3 4 - Python 4 - Python - http://www.python.org/ 5 5 - PyXMPP - http://pyxmpp.jabberstudio.org/ 6 6 7 7 For latest CVS version of JJIGW you will probably need the latest CVS version of PyXMPP. 8 8 9 2. Configuration: 9 Release 0.1 was tested with Python 2.3.3 and PyXMPP 0.4. 10 11 2. Installation: 12 13 You may use jjigw directly from the "sources", but you can also install it in 14 the system using "make install". 15 16 3. Configuration: 10 17 11 18 - copy jjigw.xml.example to jjigw.xml and edit the latter according to your needs … … 15 22 host/port/secret matching those in jjigw.xml. 16 23 17 3. Running:24 4. Running: 18 25 19 26 - make sure PyXMPP is installed in your system and Python interpreter can find it … … 21 28 - start jjigw.py 22 29 23 4. Usage:30 5. Usage: 24 31 25 32 - use your favorite Jabber client to join a room named like an IRC channel
