comparison libpurple/status.h @ 20570:5913725cbcd6

Use an independant status type for 'current media' stuff, instead of using status attributes. This includes changes in both xmpp and msn. Also, in MSN, CurrentMedia is sent with PSM if you turn on the status and set the attributes on the account.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 20 Sep 2007 16:30:17 +0000
parents 481749fc0b6b
children 55b11740897c
comparison
equal deleted inserted replaced
20569:7393ee28c819 20570:5913725cbcd6
102 PURPLE_STATUS_UNAVAILABLE, 102 PURPLE_STATUS_UNAVAILABLE,
103 PURPLE_STATUS_INVISIBLE, 103 PURPLE_STATUS_INVISIBLE,
104 PURPLE_STATUS_AWAY, 104 PURPLE_STATUS_AWAY,
105 PURPLE_STATUS_EXTENDED_AWAY, 105 PURPLE_STATUS_EXTENDED_AWAY,
106 PURPLE_STATUS_MOBILE, 106 PURPLE_STATUS_MOBILE,
107 PURPLE_STATUS_TUNE,
107 PURPLE_STATUS_NUM_PRIMITIVES 108 PURPLE_STATUS_NUM_PRIMITIVES
108 109
109 } PurpleStatusPrimitive; 110 } PurpleStatusPrimitive;
110 111
111 #include "account.h" 112 #include "account.h"