Diff

util/xmppstream.lua @ 4283:ffaaa3fd3189

Merge 0.8->trunk
author Matthew Wild <mwild1@gmail.com>
date Thu, 02 Jun 2011 00:26:48 +0100
parent 4279:9808e2b32aa5
parent 4282:f5a46b73432b
child 4290:aaa06e68a9e4
line wrap: on
line diff
--- 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()