comparison mcabber/mcabber/xmpp_iq.c @ 2083:ec0a361f3ff1

Fix typo in form field value for set-status remote command s/xd/xa/
author Myhailo Danylenko <isbear@ukrpost.net>
date Wed, 15 May 2013 13:32:42 +0300
parents 79659eb4f66f
children ea90906cb691
comparison
equal deleted inserted replaced
2082:d166a800e55c 2083:ec0a361f3ff1
77 const struct adhoc_status adhoc_status_list[] = { 77 const struct adhoc_status adhoc_status_list[] = {
78 {"offline", "Offline", "offline"}, 78 {"offline", "Offline", "offline"},
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 {"xa", "Extended away", "notavail"},
83 {"away", "Away", "away"}, 83 {"away", "Away", "away"},
84 #ifdef WITH_DEPRECATED_STATUS_INVISIBLE 84 #ifdef WITH_DEPRECATED_STATUS_INVISIBLE
85 {"invisible", "Invisible", "invisible"}, 85 {"invisible", "Invisible", "invisible"},
86 #endif 86 #endif
87 {NULL, NULL, NULL}, 87 {NULL, NULL, NULL},