diff src/core/constants.py @ 1417:176de79c8c39

core, plugin XEP-0045, frontends: change frontend method "setStatusOnline" for "setPresenceStatus": - remove parameter "online" (can be guess from "presence" value) - process "statuses" dict in quick_frontend, so this method can get a simple unicode "status" - add C.PRESENCE_STATUSES_DEFAULT to define the key to use for fallback status
author souliane <souliane@mailoo.org>
date Mon, 20 Apr 2015 16:39:38 +0200
parents 069ad98b360d
children 227856b13d7a
line wrap: on
line diff
--- a/src/core/constants.py	Sat Apr 18 00:27:39 2015 +0200
+++ b/src/core/constants.py	Mon Apr 20 16:39:38 2015 +0200
@@ -98,6 +98,7 @@
     PRESENCE_SHOW_XA = 'xa'
     PRESENCE_SHOW = 'show'
     PRESENCE_STATUSES = 'statuses'
+    PRESENCE_STATUSES_DEFAULT = 'default'
     PRESENCE_PRIORITY = 'priority'