Mercurial > libervia-backend
comparison src/core/constants.py @ 1822:aaf034bc6f7a
plugin XEP-0277: moved NS_XHTML namespace to constants + adapted parsing to new behaviour of ElementParser
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 22 Jan 2016 20:24:17 +0100 |
parents | fd788d24277a |
children | 4e51f21c687f |
comparison
equal
deleted
inserted
replaced
1821:d6062afdd54f | 1822:aaf034bc6f7a |
---|---|
114 | 114 |
115 ## Common namespaces ## | 115 ## Common namespaces ## |
116 NS_CLIENT = 'jabber:client' | 116 NS_CLIENT = 'jabber:client' |
117 NS_FORWARD = 'urn:xmpp:forward:0' | 117 NS_FORWARD = 'urn:xmpp:forward:0' |
118 NS_DELAY = 'urn:xmpp:delay' | 118 NS_DELAY = 'urn:xmpp:delay' |
119 NS_XHTML = 'http://www.w3.org/1999/xhtml' | |
119 | 120 |
120 | 121 |
121 ## Configuration ## | 122 ## Configuration ## |
122 if BaseDirectory: # skipped when xdg module is not available (should not happen in backend) | 123 if BaseDirectory: # skipped when xdg module is not available (should not happen in backend) |
123 | 124 |