mcabber/mcabber/xmpp_iq.c
changeset 2002 a0437e179b35
parent 1999 51f032d5ca22
child 2065 c09fc3834c69
--- 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},
 };