aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2011-06-02 00:26:48 +0100
committerMatthew Wild <mwild1@gmail.com>2011-06-02 00:26:48 +0100
commitdc3512261a38f142b2c6d19b398f13dbb2af1f52 (patch)
tree918d75c4386f4b115425a8e4225fff728df75132
parente553257a021047b68fcdc556d05ff272233b2583 (diff)
parent0ffdcd1dd76f1fb6e8e9d2cc3540e5b472dc6e60 (diff)
downloadprosody-dc3512261a38f142b2c6d19b398f13dbb2af1f52.tar.gz
prosody-dc3512261a38f142b2c6d19b398f13dbb2af1f52.zip
Merge 0.8->trunk
-rw-r--r--util/xmppstream.lua1
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()