~ubuntu-branches/ubuntu/intrepid/pidgin/intrepid-proposed

« back to all changes in this revision

Viewing changes to libpurple/protocols/qq/im.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-22 21:51:41 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20081022215141-ps1xypyvtql9kqwa
Tags: 1:2.5.2-0ubuntu1
* New upstream version
* debian/patches/06_ssl_null_pointer_deref.patch:
  - the change is in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
enum {
42
42
        QQ_RECV_IM_TO_BUDDY = 0x0009,
43
43
        QQ_RECV_IM_TO_UNKNOWN = 0x000a,
 
44
        QQ_RECV_IM_NEWS = 0x0018,
44
45
        QQ_RECV_IM_UNKNOWN_QUN_IM = 0x0020,
45
46
        QQ_RECV_IM_ADD_TO_QUN = 0x0021,
46
47
        QQ_RECV_IM_DEL_FROM_QUN = 0x0022,
50
51
        QQ_RECV_IM_CREATE_QUN = 0x0026,
51
52
        QQ_RECV_IM_TEMP_QUN_IM = 0x002A,
52
53
        QQ_RECV_IM_QUN_IM = 0x002B,
53
 
        QQ_RECV_IM_SYS_NOTIFICATION = 0x0030
 
54
        QQ_RECV_IM_SYS_NOTIFICATION = 0x0030,
 
55
        QQ_RECV_IM_FROM_BUDDY_2006 = 0x0084,
 
56
        QQ_RECV_IM_FROM_UNKNOWN_2006 = 0x0085,
54
57
};
55
58
 
56
59
guint8 *qq_get_send_im_tail(const gchar *font_color,