# HG changeset patch # User Myhailo Danylenko # Date 1368613962 -10800 # Node ID ec0a361f3ff1ca60d2e20acd7c3b6207b9688b1b # Parent d166a800e55c55afd07bc22336259c8f0f281dcb Fix typo in form field value for set-status remote command s/xd/xa/ diff -r d166a800e55c -r ec0a361f3ff1 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"},