Changeset

4282:f5a46b73432b

Merge 0.7->0.8
author Matthew Wild <mwild1@gmail.com>
date Thu, 02 Jun 2011 00:26:23 +0100
parents 4278:67ce42aa7419 (current diff) 4281:5a0144a032d8 (diff)
children 4283:ffaaa3fd3189 4284:20979f124ad9
files util/xmppstream.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util/xmppstream.lua	Wed Jun 01 23:26:39 2011 +0100
+++ b/util/xmppstream.lua	Thu Jun 02 00:26:23 2011 +0100
@@ -168,7 +168,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()