aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.h
diff options
context:
space:
mode:
authorSven Moritz Hallberg <sm@khjk.org>2008-02-09 18:58:13 +0100
committerSven Moritz Hallberg <sm@khjk.org>2008-02-09 18:58:13 +0100
commit5a71d9c5b14aa749b532666b71b25ce2afcdc5bb (patch)
tree5e6ec25cb526a9940ba6ba4c63dc590a8991679f /protocols/nogaim.h
parenta13855a57daae6eba05c9600b69f640c2949e944 (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/nogaim.h')
-rw-r--r--protocols/nogaim.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h
index 7d391edd..3eb640e2 100644
--- a/protocols/nogaim.h
+++ b/protocols/nogaim.h
@@ -135,6 +135,10 @@ struct prpl {
/* You should set this to the name of your protocol.
* - The user sees this name ie. when imcb_log() is used. */
const char *name;
+ /* Maximum Message Size of this protocol.
+ * - Introduced for OTR, in order to fragment large protocol messages.
+ * - 0 means "unlimited". */
+ unsigned int mms;
/* Added this one to be able to add per-account settings, don't think
* it should be used for anything else. You are supposed to use the