fix-set-status-rc-xa.diff
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 24 Mar 2013 00:59:26 +0200
changeset 84 6ff846816073
parent 78 ee30584c654b
permissions -rw-r--r--
[cmdopts] A bit of progress

# HG changeset patch
# Parent 646da4f1d2e1bcb69efbcc68bc45ae95afa7249e
Fix typo in form field value for set-status remote command
s/xd/xa/

diff -r 646da4f1d2e1 -r 9b4e36de294e mcabber/mcabber/xmpp_iq.c
--- a/mcabber/mcabber/xmpp_iq.c	Mon Mar 11 21:45:20 2013 +0200
+++ b/mcabber/mcabber/xmpp_iq.c	Wed Mar 13 16:10:13 2013 +0200
@@ -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"},