Ignore:
Timestamp:
2008-02-09T17:58:13Z (16 years ago)
Author:
Sven Moritz Hallberg <sm@…>
Branches:
master
Children:
f55cfe9
Parents:
a13855a
Message:
  • 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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.c

    ra13855a r5a71d9c  
    511511       
    512512        ret->name = "jabber";
     513    ret->mms = 0;                        /* no limit */
    513514        ret->login = jabber_login;
    514515        ret->init = jabber_init;
Note: See TracChangeset for help on using the changeset viewer.