Software /
code /
prosody
Comparison
util/stanza.lua @ 6821:5de30376bf98
util.stanza: Export xml_escape (missed during removal of module() calls)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 03 Sep 2015 23:39:00 +0200 |
parent | 6777:5de6b93d0190 |
child | 6978:30c96a5db360 |
child | 7253:f4e71242556a |
comparison
equal
deleted
inserted
replaced
6819:ffb2b5e31456 | 6821:5de30376bf98 |
---|---|
425 message = message; | 425 message = message; |
426 iq = iq; | 426 iq = iq; |
427 reply = reply; | 427 reply = reply; |
428 error_reply = error_reply; | 428 error_reply = error_reply; |
429 presence = presence; | 429 presence = presence; |
430 xml_escape = xml_escape; | |
430 }; | 431 }; |