This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
63 lines (41 loc) · 1.9 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Console Jabber Client
(c) 2003-2011 Jacek Konieczny <[email protected]>
CJC is a Jabber/XMPP client for text terminals. It uses pyxmpp library for XMPP
comunication and curses for screen output. It is not finished yet, but still
quite usable. Its user interface is resembling those of popular IRC clients
like irssi or BitchX.
Requirements:
-------------
1. Python interpreter
Current PyXMPP and CJC require Python 2.6.
2. PyXMPP - http://pyxmpp.jajcus.net/
CJC 1.1.0 requires PyXMPP 1.1.0 or newer.
If you are using current CJC version from github master branch then
probably the best choice is to use latest PyXMPP from github too. For
official releases the latest PyXMPP release before that CJC release
should work well (but newer release may work better).
PyXMPP should be installed in system in default Python module search
path, but it doesn't have to be installed (just compiled) if you want
to run CJC from the source tree (using cjc.py script). PyXMPP compiled
sources should be placed in same directory where cjc source tree is
(both CJC and PyXMPP tarballs unpacked or both git trees checked out in
the same directory).
Installation:
-------------
You may run CJC right from the source tree, but to install it into the system
use:
make install
Usage:
------
See the attached manual (doc/manual.html). Some day it may be complete :-)
Bug reports and feature requests:
---------------------------------
The best place to send those is the github issues list:
https://github.com/Jajcus/cjc/issues
But you can write to me directly via e-mail: [email protected]
or jabber: [email protected]
There is also a mailing list for CJC: [email protected]. To subscribe -- send
an empty message to [email protected] or visit the listinfo
page at http://lists.jajcus.net/mailman/listinfo/cjc
But if you don't describe your problem or wish on the project trac I may forget
about it.