changeset 31419:7300259608c9

Add the HDN status to status parsing, which means invisible, but you'd only see it if you had yourself on your own list. Refs #12945.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 28 Nov 2010 07:52:58 +0000
parents 2812bbd3fc18
children 054309e46786
files libpurple/protocols/msn/user.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/msn/user.c	Sun Nov 28 07:24:22 2010 +0000
+++ b/libpurple/protocols/msn/user.c	Sun Nov 28 07:52:58 2010 +0000
@@ -203,6 +203,8 @@
 		status = "phone";
 	else if (!g_ascii_strcasecmp(state, "LUN"))
 		status = "lunch";
+	else if (!g_ascii_strcasecmp(state, "HDN"))
+		status = NULL;
 	else
 		status = "available";