diff 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
line wrap: on
line diff
--- a/src/core/constants.py	Fri Jan 22 20:24:17 2016 +0100
+++ b/src/core/constants.py	Fri Jan 22 20:24:17 2016 +0100
@@ -116,6 +116,7 @@
     NS_CLIENT = 'jabber:client'
     NS_FORWARD = 'urn:xmpp:forward:0'
     NS_DELAY = 'urn:xmpp:delay'
+    NS_XHTML = 'http://www.w3.org/1999/xhtml'
 
 
     ## Configuration ##