Fix typo in form field value for set-status remote command
authorMyhailo Danylenko <isbear@ukrpost.net>
Wed, 15 May 2013 13:32:42 +0300
changeset 2083 ec0a361f3ff1
parent 2082 d166a800e55c
child 2084 e3325bad2e0c
Fix typo in form field value for set-status remote command s/xd/xa/
mcabber/mcabber/xmpp_iq.c
--- a/mcabber/mcabber/xmpp_iq.c	Sun Sep 29 14:53:07 2013 +0200
+++ b/mcabber/mcabber/xmpp_iq.c	Wed May 15 13:32:42 2013 +0300
@@ -79,7 +79,7 @@
   {"online", "Online", "avail"},
   {"chat", "Chat", "free"},
   {"dnd", "Do not disturb", "dnd"},
-  {"xd", "Extended away", "notavail"},
+  {"xa", "Extended away", "notavail"},
   {"away", "Away", "away"},
 #ifdef WITH_DEPRECATED_STATUS_INVISIBLE
   {"invisible", "Invisible", "invisible"},