changeset 2002:a0437e179b35

Remove invisible status from remote command form
author Hermitifier
date Thu, 13 Oct 2011 15:58:02 +0200
parents 76d7c5721210
children 10cec229b41a
files mcabber/mcabber/xmpp_iq.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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},
 };