diff options
author | Matthew Wild <mwild1@gmail.com> | 2011-06-02 00:26:48 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2011-06-02 00:26:48 +0100 |
commit | a4b6de0e0b40d521317119e3d16ff679d5945ea0 (patch) | |
tree | 918d75c4386f4b115425a8e4225fff728df75132 /util | |
parent | 75594f06b2574c0798b5edc7708de796c77ceb06 (diff) | |
parent | 0ffdcd1dd76f1fb6e8e9d2cc3540e5b472dc6e60 (diff) | |
download | prosody-a4b6de0e0b40d521317119e3d16ff679d5945ea0.tar.gz prosody-a4b6de0e0b40d521317119e3d16ff679d5945ea0.zip |
Merge 0.8->trunk
Diffstat (limited to 'util')
-rw-r--r-- | util/xmppstream.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/xmppstream.lua b/util/xmppstream.lua index f92c5ffa..cf485dac 100644 --- a/util/xmppstream.lua +++ b/util/xmppstream.lua @@ -176,7 +176,6 @@ function new_sax_handlers(session, stream_callbacks) xml_handlers.StartDoctypeDecl = restricted_handler; end xml_handlers.Comment = restricted_handler; - xml_handlers.StartCdataSection = restricted_handler; xml_handlers.ProcessingInstruction = restricted_handler; local function reset() |