# HG changeset patch # User Hermitifier # Date 1318514282 -7200 # Node ID a0437e179b352b7edf8881a7a4a2ed7dcb7f6862 # Parent 76d7c57212108fabb457d7ec91cd97d7baed5a79 Remove invisible status from remote command form diff -r 76d7c5721210 -r a0437e179b35 mcabber/mcabber/xmpp_iq.c --- a/mcabber/mcabber/xmpp_iq.c Tue Oct 11 12:28:08 2011 +0200 +++ b/mcabber/mcabber/xmpp_iq.c Thu Oct 13 15:58:02 2011 +0200 @@ -81,7 +81,9 @@ {"dnd", "Do not disturb", "dnd"}, {"xd", "Extended away", "notavail"}, {"away", "Away", "away"}, +#ifdef WITH_DEPRECATED_STATUS_INVISIBLE {"invisible", "Invisible", "invisible"}, +#endif {NULL, NULL, NULL}, };