aboutsummaryrefslogtreecommitdiffstats
path: root/util/xmppstream.lua
diff options
context:
space:
mode:
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()