summaryrefslogtreecommitdiff
path: root/wocky/wocky-muc.c
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-05-03 21:22:07 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2010-05-04 16:48:18 +0100
commitd7a27bd3da61dcd8b612359dbaf2636dc412a816 (patch)
tree6e6d87b5b03a25f9b5f44ac31890a256bd6a1ff2 /wocky/wocky-muc.c
parent1c168790a9dbf9efcdb3272edcbaf0709af7dd2c (diff)
muc: expunge 'gone' from the known chat states
A client SHOULD ignore <gone/> notifications received from other room occupants. — XEP-0045 §5.5 Use in Groupchat <http://xmpp.org/extensions/xep-0085.html#bizrules-groupchat> As and when Wocky handles chat states for anything other than MUC we can reinstate this and make MUC map Gone to None.
Diffstat (limited to 'wocky/wocky-muc.c')
-rw-r--r--wocky/wocky-muc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/wocky/wocky-muc.c b/wocky/wocky-muc.c
index 98b740f..2cd59e8 100644
--- a/wocky/wocky-muc.c
+++ b/wocky/wocky-muc.c
@@ -37,7 +37,6 @@ static struct { const gchar *name; WockyMucMsgState state; } msg_state[] =
{ "composing", WOCKY_MUC_MSG_STATE_TYPING },
{ "inactive", WOCKY_MUC_MSG_STATE_INACTIVE },
{ "paused", WOCKY_MUC_MSG_STATE_PAUSED },
- { "gone", WOCKY_MUC_MSG_STATE_GONE },
{ NULL, WOCKY_MUC_MSG_STATE_NONE } };
typedef enum {