comparison 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
comparison
equal deleted inserted replaced
2001:76d7c5721210 2002:a0437e179b35
79 {"online", "Online", "avail"}, 79 {"online", "Online", "avail"},
80 {"chat", "Chat", "free"}, 80 {"chat", "Chat", "free"},
81 {"dnd", "Do not disturb", "dnd"}, 81 {"dnd", "Do not disturb", "dnd"},
82 {"xd", "Extended away", "notavail"}, 82 {"xd", "Extended away", "notavail"},
83 {"away", "Away", "away"}, 83 {"away", "Away", "away"},
84 #ifdef WITH_DEPRECATED_STATUS_INVISIBLE
84 {"invisible", "Invisible", "invisible"}, 85 {"invisible", "Invisible", "invisible"},
86 #endif
85 {NULL, NULL, NULL}, 87 {NULL, NULL, NULL},
86 }; 88 };
87 89
88 static char *generate_session_id(char *prefix) 90 static char *generate_session_id(char *prefix)
89 { 91 {