Changeset 5a71d9c for protocols/oscar


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/oscar/oscar.c

    ra13855a r5a71d9c  
    26032603        struct prpl *ret = g_new0(struct prpl, 1);
    26042604        ret->name = "oscar";
     2605    ret->mms = 2343;       /* this guess taken from libotr UPGRADING file */
    26052606        ret->away_states = oscar_away_states;
    26062607        ret->init = oscar_init;
Note: See TracChangeset for help on using the changeset viewer.