annotate mcabber/README @ 1566:d64e0b2855fc

Fix display of last character in the input line when Aspell support is enabled The rightmost character displayed in the input line was always the last character of the line. (Reported by isbear.)
author Mikael Berthe <mikael@lilotux.net>
date Sun, 08 Feb 2009 10:08:05 +0100
parents bec235cd28a8
children 52b63087f421
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
323
170bfbc1f1f6 Update README
Mikael Berthe <mikael@lilotux.net>
parents: 228
diff changeset
1 Hello, and thanks for trying mcabber.
0
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
2
522
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
3 For installation instructions, have a look at the INSTALL file.
0
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
4
323
170bfbc1f1f6 Update README
Mikael Berthe <mikael@lilotux.net>
parents: 228
diff changeset
5 A configuration file is necessary to start mcabber. Its name is
170bfbc1f1f6 Update README
Mikael Berthe <mikael@lilotux.net>
parents: 228
diff changeset
6 $HOME/.mcabber/mcabberrc (or $HOME/.mcabberrc).
0
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
7
323
170bfbc1f1f6 Update README
Mikael Berthe <mikael@lilotux.net>
parents: 228
diff changeset
8 A sample configuration file, "mcabberrc.example", is provided in this
170bfbc1f1f6 Update README
Mikael Berthe <mikael@lilotux.net>
parents: 228
diff changeset
9 directory. Copy it and modify it to fit your needs.
170bfbc1f1f6 Update README
Mikael Berthe <mikael@lilotux.net>
parents: 228
diff changeset
10
170bfbc1f1f6 Update README
Mikael Berthe <mikael@lilotux.net>
parents: 228
diff changeset
11 You can use mcabber "-f" option to specify another configuration file.
0
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
12
228
f29a95231102 [/trunk] Changeset 240 by mikael
mikael
parents: 169
diff changeset
13
1061
da696ed4acf4 Update README & INSTALL
Mikael Berthe <mikael@lilotux.net>
parents: 522
diff changeset
14 * FEATURES
da696ed4acf4 Update README & INSTALL
Mikael Berthe <mikael@lilotux.net>
parents: 522
diff changeset
15
da696ed4acf4 Update README & INSTALL
Mikael Berthe <mikael@lilotux.net>
parents: 522
diff changeset
16 This is an overview of mcabber Jabber features:
da696ed4acf4 Update README & INSTALL
Mikael Berthe <mikael@lilotux.net>
parents: 522
diff changeset
17
da696ed4acf4 Update README & INSTALL
Mikael Berthe <mikael@lilotux.net>
parents: 522
diff changeset
18 XEP-0012 - Last Activity
da696ed4acf4 Update README & INSTALL
Mikael Berthe <mikael@lilotux.net>
parents: 522
diff changeset
19 XEP-0022 - Message Events
da696ed4acf4 Update README & INSTALL
Mikael Berthe <mikael@lilotux.net>
parents: 522
diff changeset
20 XEP-0027 - Current Jabber OpenPGP Usage
da696ed4acf4 Update README & INSTALL
Mikael Berthe <mikael@lilotux.net>
parents: 522
diff changeset
21 XEP-0030 - Service Discovery (partial)
da696ed4acf4 Update README & INSTALL
Mikael Berthe <mikael@lilotux.net>
parents: 522
diff changeset
22 XEP-0045 - Multi-User Chat
da696ed4acf4 Update README & INSTALL
Mikael Berthe <mikael@lilotux.net>
parents: 522
diff changeset
23 XEP-0048 - Bookmark Storage
da696ed4acf4 Update README & INSTALL
Mikael Berthe <mikael@lilotux.net>
parents: 522
diff changeset
24 XEP-0049 - Private XML Storage
da696ed4acf4 Update README & INSTALL
Mikael Berthe <mikael@lilotux.net>
parents: 522
diff changeset
25 XEP-0054 - vcard-temp (retrieval only)
da696ed4acf4 Update README & INSTALL
Mikael Berthe <mikael@lilotux.net>
parents: 522
diff changeset
26 XEP-0085 - Chat State Notifications
da696ed4acf4 Update README & INSTALL
Mikael Berthe <mikael@lilotux.net>
parents: 522
diff changeset
27 XEP-0090 - Entity Time
da696ed4acf4 Update README & INSTALL
Mikael Berthe <mikael@lilotux.net>
parents: 522
diff changeset
28 XEP-0091 - Delayed Delivery
da696ed4acf4 Update README & INSTALL
Mikael Berthe <mikael@lilotux.net>
parents: 522
diff changeset
29 XEP-0092 - Software Version
1270
8ec303fb3a93 Update AUTHORS and README
Mikael Berthe <mikael@lilotux.net>
parents: 1061
diff changeset
30 XEP-0115 - Entity Capabilities support
1061
da696ed4acf4 Update README & INSTALL
Mikael Berthe <mikael@lilotux.net>
parents: 522
diff changeset
31 XEP-0145 - Annotations
1455
bec235cd28a8 Misc. documentation updates
Mikael Berthe <mikael@lilotux.net>
parents: 1287
diff changeset
32 XEP-0146 - Remote Controlling Clients (partial)
1270
8ec303fb3a93 Update AUTHORS and README
Mikael Berthe <mikael@lilotux.net>
parents: 1061
diff changeset
33 XEP-0199 - XMPP Ping
1287
1eede0730d57 Update feature list
Mikael Berthe <mikael@lilotux.net>
parents: 1282
diff changeset
34 XEP-0202 - Entity Time
1282
d438b56990cd Implement XEP-0203 (Delayed Delivery)
Mikael Berthe <mikael@lilotux.net>
parents: 1270
diff changeset
35 XEP-0203 - Delayed Delivery
1061
da696ed4acf4 Update README & INSTALL
Mikael Berthe <mikael@lilotux.net>
parents: 522
diff changeset
36
228
f29a95231102 [/trunk] Changeset 240 by mikael
mikael
parents: 169
diff changeset
37 This software is under development, please give me some feedback (and some
f29a95231102 [/trunk] Changeset 240 by mikael
mikael
parents: 169
diff changeset
38 patches if you can!). Or just tell me you're using it... ;-)
f29a95231102 [/trunk] Changeset 240 by mikael
mikael
parents: 169
diff changeset
39
522
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
40 There is a Mercurial repository on mcabber's website
1455
bec235cd28a8 Misc. documentation updates
Mikael Berthe <mikael@lilotux.net>
parents: 1287
diff changeset
41 <http://mcabber.com/>
522
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
42 and a Jabber conference room: <jid:mcabber@conf.lilotux.net>.
fdd1637db7f3 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
43
1455
bec235cd28a8 Misc. documentation updates
Mikael Berthe <mikael@lilotux.net>
parents: 1287
diff changeset
44 Mikael <mikael@lilotux.net>