diff mcabber/mcabber/xmpp_iq.c @ 2002:a0437e179b35

Remove invisible status from remote command form
author Hermitifier
date Thu, 13 Oct 2011 15:58:02 +0200
parents 51f032d5ca22
children c09fc3834c69
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},
 };