diff options
author | Guillermo Bonvehi <gbonvehi@gmail.com> | 2010-05-11 20:00:54 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:54 +0200 |
commit | 2479031c60762ef77435f0797f0df071fddcf7d8 (patch) | |
tree | 552487ffb4a2216c16615e97b680b38c36b073c6 /libraries/libotr/slack-desc | |
parent | 98d28bedfe9688f6a2ecf614db04e8aeb2c7f9e3 (diff) | |
download | slackbuilds-2479031c60762ef77435f0797f0df071fddcf7d8.tar.gz |
libraries/libotr: Added to 12.0 repository
Diffstat (limited to 'libraries/libotr/slack-desc')
-rw-r--r-- | libraries/libotr/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libotr/slack-desc b/libraries/libotr/slack-desc new file mode 100644 index 0000000000..c3f3c0c981 --- /dev/null +++ b/libraries/libotr/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +libotr: libotr (OTR Messaging Library and Toolkit) +libotr: +libotr: This is the portable OTR Messaging Library, as well as the toolkit +libotr: to help you forge messages. +libotr: OTR allows you to have private conversations over IM by providing: +libotr: - Encryption: No one else can read your instant messages. +libotr: - Authentication: You are assured the correspondent is who you think +libotr: it is. +libotr: - Deniability: The messages you send do not have digital signatures +libotr: - Perfect forward secrecy: If you lose control of your private keys, +libotr: no previous conversation is compromised. |