Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
pidgin-otr
pidgin-otr-fix-max-msg-length-groupwize.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pidgin-otr-fix-max-msg-length-groupwize.patch of Package pidgin-otr
--- 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;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor