Remove invisible status from remote command form
authorHermitifier
Thu, 13 Oct 2011 15:58:02 +0200
changeset 2002 a0437e179b35
parent 2001 76d7c5721210
child 2003 10cec229b41a
Remove invisible status from remote command form
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},
 };