8b6682565f
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 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
pidgin-otr-4.0.0.tar.gz | ||
pidgin-otr-fix-max-msg-length-groupwize.patch | ||
pidgin-otr.changes | ||
pidgin-otr.spec |