annotate mcabber/doc/help/en/hlp_otrpolicy.txt @ 1776:a6d71ddf927f

Help file update Add module to the list of commands, and a few misc. minor changes.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 13 Mar 2010 23:19:01 +0100
parents f3bea3c98d4f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1299
3b338a5c01fc OTR support
Frank Zschockelt <mcabber_otr[at]freakysoft.de>
parents:
diff changeset
1
1321
f3bea3c98d4f Update FR help files
Mikael Berthe <mikael@lilotux.net>
parents: 1299
diff changeset
2 /OTRPOLICY
f3bea3c98d4f Update FR help files
Mikael Berthe <mikael@lilotux.net>
parents: 1299
diff changeset
3 /OTRPOLICY (default|jid) (plain|manual|opportunistic|always)
f3bea3c98d4f Update FR help files
Mikael Berthe <mikael@lilotux.net>
parents: 1299
diff changeset
4
1299
3b338a5c01fc OTR support
Frank Zschockelt <mcabber_otr[at]freakysoft.de>
parents:
diff changeset
5 You can use the shortcut-jid "." for the currently selected contact.
3b338a5c01fc OTR support
Frank Zschockelt <mcabber_otr[at]freakysoft.de>
parents:
diff changeset
6
3b338a5c01fc OTR support
Frank Zschockelt <mcabber_otr[at]freakysoft.de>
parents:
diff changeset
7 /otrpolicy
1321
f3bea3c98d4f Update FR help files
Mikael Berthe <mikael@lilotux.net>
parents: 1299
diff changeset
8 Prints all OTR policies to the status buffer
1299
3b338a5c01fc OTR support
Frank Zschockelt <mcabber_otr[at]freakysoft.de>
parents:
diff changeset
9 /otrpolicy (default|jid) (plain|manual|opportunistic|always)
1321
f3bea3c98d4f Update FR help files
Mikael Berthe <mikael@lilotux.net>
parents: 1299
diff changeset
10 Sets either the default policy or the policy for the given jid
f3bea3c98d4f Update FR help files
Mikael Berthe <mikael@lilotux.net>
parents: 1299
diff changeset
11
f3bea3c98d4f Update FR help files
Mikael Berthe <mikael@lilotux.net>
parents: 1299
diff changeset
12 The plain policy should never be used, because you won't be able to receive or send any OTR encrypted messages.
1299
3b338a5c01fc OTR support
Frank Zschockelt <mcabber_otr[at]freakysoft.de>
parents:
diff changeset
13
1321
f3bea3c98d4f Update FR help files
Mikael Berthe <mikael@lilotux.net>
parents: 1299
diff changeset
14 If you set the policy to manual, you or your chat partner have to start the OTR encryption by hand (e.g. with /otr start).
f3bea3c98d4f Update FR help files
Mikael Berthe <mikael@lilotux.net>
parents: 1299
diff changeset
15
1776
a6d71ddf927f Help file update
Mikael Berthe <mikael@lilotux.net>
parents: 1321
diff changeset
16 The policy "opportunistic" does that itself by sending a special whitespace-sequence at the end of unencrypted messages. So the other OTR-enabled chat client knows, that you want to use OTR. Note that the first message will always be unencryted, if you use this policy.
1321
f3bea3c98d4f Update FR help files
Mikael Berthe <mikael@lilotux.net>
parents: 1299
diff changeset
17
1776
a6d71ddf927f Help file update
Mikael Berthe <mikael@lilotux.net>
parents: 1321
diff changeset
18 With the policy "always" no message will be sent in plain text. If you try to sent the first message unencrypted, mcabber will try to establish an OTR channel. Please resend your message, when you get the information that the channel was established. If someone sends you plaintext messages while the policy is set to "always", you'll be able to read the message but it won't be saved to the history.