Changeset ff528e6


Ignore:
Timestamp:
Aug 16, 2017, 12:53:41 PM (7 years ago)
Author:
Jason Gross <jasongross9@gmail.com>
Branches:
master
Children:
9bfab40
Parents:
eea7bed4
git-author:
Jason Gross <jgross@mit.edu> (01/27/12 01:20:59)
git-committer:
Jason Gross <jasongross9@gmail.com> (08/16/17 12:53:41)
Message:
Scrapped the last bits of C code dealing with jabber.

We still have an OWL_PROTOCOL_JABBER in owl.h, but it does no harm being
there, and we don't use any of the other ones except for AIM.  I figure
there's no harm in waiting and ripping all of them out at the same time
in perl/AIM
File:
1 edited

Legend:

Unmodified
Added
Removed
  • message.c

    r7dcef03 rff528e6  
    396396{
    397397  return owl_message_is_type(m, "aim");
    398 }
    399 
    400 /* XXX TODO: deprecate this */
    401 int owl_message_is_type_jabber(const owl_message *m)
    402 {
    403   return owl_message_is_type(m, "jabber");
    404398}
    405399
Note: See TracChangeset for help on using the changeset viewer.