Software /
code /
prosody
Comparison
util/xmppstream.lua @ 4282:f5a46b73432b
Merge 0.7->0.8
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 02 Jun 2011 00:26:23 +0100 |
parent | 4281:core/xmlhandlers.lua@5a0144a032d8 |
parent | 4278:core/xmlhandlers.lua@67ce42aa7419 |
child | 4283:ffaaa3fd3189 |
child | 4289:1e68721c02f2 |
comparison
equal
deleted
inserted
replaced
4278:67ce42aa7419 | 4282:f5a46b73432b |
---|---|
166 | 166 |
167 if lxp_supports_doctype then | 167 if lxp_supports_doctype then |
168 xml_handlers.StartDoctypeDecl = restricted_handler; | 168 xml_handlers.StartDoctypeDecl = restricted_handler; |
169 end | 169 end |
170 xml_handlers.Comment = restricted_handler; | 170 xml_handlers.Comment = restricted_handler; |
171 xml_handlers.StartCdataSection = restricted_handler; | |
172 xml_handlers.ProcessingInstruction = restricted_handler; | 171 xml_handlers.ProcessingInstruction = restricted_handler; |
173 | 172 |
174 local function reset() | 173 local function reset() |
175 stanza, chardata = nil, {}; | 174 stanza, chardata = nil, {}; |
176 end | 175 end |