util/xmppstream.lua
changeset 4283 ffaaa3fd3189
parent 4279 9808e2b32aa5
parent 4282 f5a46b73432b
child 4290 aaa06e68a9e4
--- a/util/xmppstream.lua	Thu Jun 02 00:05:33 2011 +0100
+++ b/util/xmppstream.lua	Thu Jun 02 00:26:48 2011 +0100
@@ -176,7 +176,6 @@
 		xml_handlers.StartDoctypeDecl = restricted_handler;
 	end
 	xml_handlers.Comment = restricted_handler;
-	xml_handlers.StartCdataSection = restricted_handler;
 	xml_handlers.ProcessingInstruction = restricted_handler;
 	
 	local function reset()