Go to file
Stephan Kulow 8b6682565f Accepting request 220735 from GNOME:Apps
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)

OBS-URL: https://build.opensuse.org/request/show/220735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin-otr?expand=0&rev=18
2014-02-05 15:28:02 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin-otr?expand=0&rev=1 2007-11-16 03:43:45 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin-otr?expand=0&rev=1 2007-11-16 03:43:45 +00:00
pidgin-otr-4.0.0.tar.gz Accepting request 139725 from GNOME:Apps 2012-10-31 06:02:43 +00:00
pidgin-otr-fix-max-msg-length-groupwize.patch Accepting request 220735 from GNOME:Apps 2014-02-05 15:28:02 +00:00
pidgin-otr.changes Accepting request 220735 from GNOME:Apps 2014-02-05 15:28:02 +00:00
pidgin-otr.spec Accepting request 220735 from GNOME:Apps 2014-02-05 15:28:02 +00:00