Mercurial > prosody-modules
comparison mod_archive/mod_archive.lua @ 237:d900be0dee3e
mod_archive: minor fix;
mod_archive_muc: added new module mod_archive_muc; init commit; workable, not fully tested.
| author | shinysky<shinysky1986(AT)gmail.com> |
|---|---|
| date | Mon, 09 Aug 2010 18:45:51 +0800 |
| parents | 4ff8068b4d94 |
| children | 2659ee3e8d56 |
comparison
equal
deleted
inserted
replaced
| 236:24582ea48471 | 237:d900be0dee3e |
|---|---|
| 800 module:hook("iq/self/urn:xmpp:archive:modified", modified_handler); | 800 module:hook("iq/self/urn:xmpp:archive:modified", modified_handler); |
| 801 | 801 |
| 802 module:hook("message/full", msg_handler, 10); | 802 module:hook("message/full", msg_handler, 10); |
| 803 module:hook("message/bare", msg_handler, 10); | 803 module:hook("message/bare", msg_handler, 10); |
| 804 | 804 |
| 805 -- FIXME sort collections | |
| 806 -- TODO exactmatch | 805 -- TODO exactmatch |
| 807 -- TODO <item/> JID match | 806 -- TODO <item/> JID match |
| 808 -- TODO 'open attr' in removing a collection | 807 -- TODO 'open attr' in removing a collection |
| 808 -- TODO save = body/message/stream |
