diff options
author | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-09 18:58:13 +0100 |
---|---|---|
committer | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-09 18:58:13 +0100 |
commit | 5a71d9c5b14aa749b532666b71b25ce2afcdc5bb (patch) | |
tree | 5e6ec25cb526a9940ba6ba4c63dc590a8991679f /protocols/msn/msn.c | |
parent | a13855a57daae6eba05c9600b69f640c2949e944 (diff) |
- add support for setting ops/voice according to OTR msgstate
- add 'otr trust' user command
- support non-otr messages during keygen
- run otr messages through strip_html
- interpret <b> and <i> tags in html messages
- record max message size in prpl
- add 'encrypted' flag to user_t
- cosmetics
Diffstat (limited to 'protocols/msn/msn.c')
-rw-r--r-- | protocols/msn/msn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/msn/msn.c b/protocols/msn/msn.c index a2e8519a..335ae894 100644 --- a/protocols/msn/msn.c +++ b/protocols/msn/msn.c @@ -371,6 +371,7 @@ void msn_initmodule() struct prpl *ret = g_new0(struct prpl, 1); ret->name = "msn"; + ret->mms = 1409; /* this guess taken from libotr UPGRADING file */ ret->login = msn_login; ret->init = msn_init; ret->logout = msn_logout; |