# HG changeset patch # User Matthew Wild # Date 1306970808 -3600 # Node ID ffaaa3fd318961ab6b0e91e17df7a366961e404e # Parent 9808e2b32aa5d1f4f7d1f1e0a8476475bd8ade6a# Parent f5a46b73432bd0019637c322f797cca381f27666 Merge 0.8->trunk diff -r 9808e2b32aa5 -r ffaaa3fd3189 util/xmppstream.lua --- 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()