fix-set-status-rc-xa.diff
changeset 87 78238d26911a
parent 86 ac5fed257211
child 88 0a87df8ad9c1
--- a/fix-set-status-rc-xa.diff	Wed May 15 13:32:42 2013 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# 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"},