Changeset

4283:ffaaa3fd3189

Merge 0.8->trunk
author Matthew Wild <mwild1@gmail.com>
date Thu, 02 Jun 2011 00:26:48 +0100
parents 4279:9808e2b32aa5 (current diff) 4282:f5a46b73432b (diff)
children 4286:1bceebe2b117
files util/xmppstream.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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()