annotate mcabber/README @ 3:582ef676a320

[/trunk] Changeset 18 by mikael Work on display: * Don't show incoming message when it doesn't match the current Window * Leave cursor in input window * Do not send ">>> " in outgoing messages! * Make some variables static
author mikael
date Fri, 18 Mar 2005 22:07:31 +0000
parents b3b2332715fb
children 19f57e681252
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
1 Well, the documentation is missing yet, but...
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
2
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
3 !!!!!! SEE mcabberrc.example !!!!!!
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
4
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
5 configfile:
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
6 The configfile will be placed in $HOME/.mcabberrc
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
7 and it will be:
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
8
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
9 username = username
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
10 password = yourpassword
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
11 server = serveryou.use
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
12 resource = yourresourcenameOFFICE
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
13 passtype = plain (or sha1)
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
14
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
15
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
16 That's all folks! (by the moment ;-)
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
17