Mercurial > prosody-modules
comparison mod_muc_log/mod_muc_log.lua @ 1324:853a382c9bd6
mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 28 Feb 2014 15:36:06 +0100 |
parents | 723367b5de8c |
children | b21236b6b8d8 |
comparison
equal
deleted
inserted
replaced
1323:c84ff82658cb | 1324:853a382c9bd6 |
---|---|
94 break; | 94 break; |
95 end | 95 end |
96 end | 96 end |
97 end | 97 end |
98 end | 98 end |
99 datamanager.getpath(node, host, datastore, nil, true); -- create the datastore dir | |
99 data_store(node, host, datastore .. "/" .. today, data); | 100 data_store(node, host, datastore .. "/" .. today, data); |
100 end | 101 end |
101 end | 102 end |
102 end | 103 end |
103 end | 104 end |