root/tags/jjigw-0.2/INSTALL

Revision 110, 1.1 kB (checked in by jajcus, 4 years ago)

- updates

Line 
1
2 1. Requirements:
3
4         - Python - http://www.python.org/
5         - PyXMPP - http://pyxmpp.jabberstudio.org/
6
7   For latest CVS version of JJIGW you will probably need the latest CVS version of PyXMPP.
8
9   Release 0.2 was tested with Python 2.3.3 and PyXMPP 0.5.
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:
17
18   - copy jjigw.xml.example to jjigw.xml and edit the latter according to your needs
19   - configure your jabber server for connection from the gateway. Jabberd2 does not
20     need any extra configuration (just jjigw.xml must much jabberd2 router
21     configuration), Jabberd 1.4.x requires, at least, <service> section with
22     host/port/secret matching those in jjigw.xml.
23
24 4. Running:
25
26   - make sure PyXMPP is installed in your system and Python interpreter can find it
27     or link "pyxmpp" from build/lib* directory in PyXMPP sources to jjigw directory
28   - start jjigw.py
29
30 5. Usage:
31
32   - use your favorite Jabber client to join a room named like an IRC channel
33     in the configured network
Note: See TracBrowser for help on using the browser.