summaryrefslogtreecommitdiff
path: root/libpurple/status.h
diff options
context:
space:
mode:
authorSadrul Habib Chowdhury <sadrul@pidgin.im>2007-09-20 16:30:17 +0000
committerSadrul Habib Chowdhury <sadrul@pidgin.im>2007-09-20 16:30:17 +0000
commitd4c61ae79ae1f8f4327ba2f611a1ddc90464f20f (patch)
treea062b230bce724ed22739adaa5bd8ec5da33f913 /libpurple/status.h
parent88bea22789a389b0af5a659f20df866c2f09f082 (diff)
downloadpidgin-d4c61ae79ae1f8f4327ba2f611a1ddc90464f20f.tar.gz
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.
Diffstat (limited to 'libpurple/status.h')
-rw-r--r--libpurple/status.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpurple/status.h b/libpurple/status.h
index 13203a87e5..7e8ddb55d7 100644
--- a/libpurple/status.h
+++ b/libpurple/status.h
@@ -104,6 +104,7 @@ typedef enum
PURPLE_STATUS_AWAY,
PURPLE_STATUS_EXTENDED_AWAY,
PURPLE_STATUS_MOBILE,
+ PURPLE_STATUS_TUNE,
PURPLE_STATUS_NUM_PRIMITIVES
} PurpleStatusPrimitive;