diff src/core/constants.py @ 919:ed9841e6d84a

core: added IQ_SET to core.constants + getLastResource now manage correctly jid.JID
author Goffi <goffi@goffi.org>
date Sat, 22 Mar 2014 13:42:59 +0100
parents 1a759096ccbd
children e77948faaef3
line wrap: on
line diff
--- a/src/core/constants.py	Fri Mar 21 09:09:51 2014 +0100
+++ b/src/core/constants.py	Sat Mar 22 13:42:59 2014 +0100
@@ -25,3 +25,4 @@
     SAVEFILE_DATABASE = "/sat.db"
     PROF_KEY_NONE = '@NONE@'
     PROF_KEY_DEFAULT = '@DEFAULT@'
+    IQ_SET = '/iq[@type="set"]'