# HG changeset patch # User Matthew Wild # Date 1306970783 -3600 # Node ID f5a46b73432bd0019637c322f797cca381f27666 # Parent 67ce42aa7419fa15cbd45a88cfec7e852546160f# Parent 5a0144a032d846d0df40c30c33a79ef510f5d094 Merge 0.7->0.8 diff -r 67ce42aa7419 -r f5a46b73432b util/xmppstream.lua --- 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()