Mercurial > libervia-backend
comparison 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 |
comparison
equal
deleted
inserted
replaced
918:1597fb8b9108 | 919:ed9841e6d84a |
---|---|
23 INDIVIDUAL = "individual" | 23 INDIVIDUAL = "individual" |
24 GENERAL = "general" | 24 GENERAL = "general" |
25 SAVEFILE_DATABASE = "/sat.db" | 25 SAVEFILE_DATABASE = "/sat.db" |
26 PROF_KEY_NONE = '@NONE@' | 26 PROF_KEY_NONE = '@NONE@' |
27 PROF_KEY_DEFAULT = '@DEFAULT@' | 27 PROF_KEY_DEFAULT = '@DEFAULT@' |
28 IQ_SET = '/iq[@type="set"]' |