"Off The Record" end-to-end encryption plugin for gaim

Edit Package pidgin-otr

This is a gaim plugin which implements Off-the-Record (OTR)
Messaging. OTR allows you to have private conversations over IM
by providing: - Encryption

- No one else can read your instant messages.

- Authentication

- You are assured the correspondent is who you think it is.

- Deniability

- The messages you send do _not_ have digital signatures that are
checkable by a third party. Anyone can forge messages after a
conversation to make them look like they came from you. However,
_during_ a conversation, your correspondent is assured the
messages he sees are authentic and unmodified.

- Perfect forward secrecy

- If you lose control of your private keys, no previous conversation is
compromised.

Refresh
Refresh
Source Files
Filename Size Changed
pidgin-otr-4.0.0.tar.gz 0000459591 449 KB
pidgin-otr-fix-max-msg-length-groupwize.patch 0000000521 521 Bytes
pidgin-otr.changes 0000004598 4.49 KB
pidgin-otr.spec 0000002755 2.69 KB
Revision 18 (latest revision is 24)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 220735 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 18)
Add patch to fix bnc#809052 for opensuse - its a 'closed' bug, bug juding from upstream commitlog we want it too, and not just for SLE (patch done by Federico) 

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-05-31
+
+* otr-plugin.c: Add a default max message size for Novell
+Groupwise.  Patch from Federico Mena Quintero
+<federico@suse.com>.
+
 2013-05-29
 
 * configure.ac:

--- a/otr-plugin.c
+++ b/otr-plugin.c
@@ -1161,9 +1161,10 @@
     static const struct s_OtrgIdProtPair {
 char *protid;
 int maxmsgsize;
-    } mmsPairs[8] = {{prpl-msn, 1409}, {prpl-icq, 2346},
+    } mmsPairs[] = {{prpl-msn, 1409}, {prpl-icq, 2346},
 {prpl-aim, 2343}, {prpl-yahoo, 799}, {prpl-gg, 1999},
-{prpl-irc, 417}, {prpl-oscar, 2343}, {NULL, 0}};
+{prpl-irc, 417}, {prpl-oscar, 2343},
+{prpl-novell, 1792}, {NULL, 0}};
     int i = 0;
     gchar *maxmsgsizefile;
     FILE *mmsf; (forwarded request 220681 from Zaitor)
Comments 0
openSUSE Build Service is sponsored by