changeset 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 d166a800e55c
children e3325bad2e0c
files mcabber/mcabber/xmpp_iq.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"},