aboutsummaryrefslogtreecommitdiffstats
path: root/util/xmppstream.lua
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
commita4b6de0e0b40d521317119e3d16ff679d5945ea0 (patch)
tree918d75c4386f4b115425a8e4225fff728df75132 /util/xmppstream.lua
parent75594f06b2574c0798b5edc7708de796c77ceb06 (diff)
parent0ffdcd1dd76f1fb6e8e9d2cc3540e5b472dc6e60 (diff)
downloadprosody-a4b6de0e0b40d521317119e3d16ff679d5945ea0.tar.gz
prosody-a4b6de0e0b40d521317119e3d16ff679d5945ea0.zip
Merge 0.8->trunk
Diffstat (limited to 'util/xmppstream.lua')
-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()