Software /
code /
prosody-modules
Log
mod_storage_xmlarchive/mod_storage_xmlarchive.lua @ 2632:995d4d9f5d89
description | author | age |
---|---|---|
mod_storage_xmlarchive: Break out XML file reading into a function | Kim Alvefur | Tue, 21 Mar 2017 10:56:56 +0100 |
mod_storage_xmlarchive: Rename variable, we can afford to use the full word 'session' | Kim Alvefur | Mon, 06 Mar 2017 00:53:01 +0100 |
mod_storage_xmlarchive: Move XML callback table into a variable to break long line [luacheck] | Kim Alvefur | Mon, 06 Mar 2017 00:52:27 +0100 |
mod_storage_xmlarchive: Break long line [luacheck] | Kim Alvefur | Mon, 06 Mar 2017 00:51:28 +0100 |
mod_storage_xmlarchive: Assume offset to be zero if not included (thanks pep.) | Kim Alvefur | Sat, 04 Mar 2017 19:52:41 +0100 |
mod_storage_xmlarchive: Raise error instead of warning if there's ever more than one stanza in a chunk (this indicates some kind of corruption) | Kim Alvefur | Mon, 20 Feb 2017 01:47:44 +0100 |
mod_storage_xmlarchive: Use util.stanza.is_stanza if available | Kim Alvefur | Mon, 19 Dec 2016 07:47:50 +0100 |