first import between version 0.1.3 and 0.2 darcs-hash:20051127110300-684f5-0ed50cd0e86df9195cec2c1df070fdf24a6faeb5.gz
26 lines
766 B
Plaintext
26 lines
766 B
Plaintext
Installation :
|
|
|
|
- Get pyxmpp from http://pyxmpp.jabberstudio.org/ (work with snapshot pyxmpp-0.5.s20050506)
|
|
|
|
- edit jmc.xml to match jabber server configuration :
|
|
- for jabberd2, port must match router.xml port
|
|
- for ejabberd, add new listening port :
|
|
{5347, ejabberd_service, [{access, all},
|
|
{host, "jmc.localhost",
|
|
[{password, "secret"}]}]}
|
|
|
|
- then run python jmc.py -c jmc.xml (-D to get debug)
|
|
|
|
Usage :
|
|
|
|
- Now you can register new mail server connection with your favorite
|
|
jabber client.
|
|
- all connection are then listed under your service browser and you
|
|
can edit mail server parameters by registering on listed connection.
|
|
|
|
Feedback :
|
|
|
|
Send me feedback and comments to dax at happycoders dot org
|
|
|
|
|