diff options
author | Matthew Wild <mwild1@gmail.com> | 2011-06-02 00:26:48 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2011-06-02 00:26:48 +0100 |
commit | dc3512261a38f142b2c6d19b398f13dbb2af1f52 (patch) | |
tree | 918d75c4386f4b115425a8e4225fff728df75132 /util | |
parent | e553257a021047b68fcdc556d05ff272233b2583 (diff) | |
parent | 0ffdcd1dd76f1fb6e8e9d2cc3540e5b472dc6e60 (diff) | |
download | prosody-dc3512261a38f142b2c6d19b398f13dbb2af1f52.tar.gz prosody-dc3512261a38f142b2c6d19b398f13dbb2af1f52.zip |
Merge 0.8->trunk
Diffstat (limited to 'util')
-rw-r--r-- | util/xmppstream.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/xmppstream.lua b/util/xmppstream.lua index f92c5ffa..cf485dac 100644 --- a/util/xmppstream.lua +++ b/util/xmppstream.lua @@ -176,7 +176,6 @@ function new_sax_handlers(session, stream_callbacks) xml_handlers.StartDoctypeDecl = restricted_handler; end xml_handlers.Comment = restricted_handler; - xml_handlers.StartCdataSection = restricted_handler; xml_handlers.ProcessingInstruction = restricted_handler; local function reset() |