Software /
code /
verse
Comparison
squishy @ 273:c5b7a4c717a6
plugins.archive: Experimental implementation of the Message Archive Management ProtoXEP
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 06 Jan 2012 16:54:10 +0100 |
parent | 238:9b6fca5d9a02 |
child | 278:6f58f6f3986d |
comparison
equal
deleted
inserted
replaced
272:e1833e9bd25b | 273:c5b7a4c717a6 |
---|---|
50 "groupchat"; | 50 "groupchat"; |
51 -- vCard | 51 -- vCard |
52 "vcard", "vcard_update"; | 52 "vcard", "vcard_update"; |
53 -- Carbons | 53 -- Carbons |
54 "carbons"; | 54 "carbons"; |
55 | |
56 "archive"; | |
55 } | 57 } |
56 | 58 |
57 for _, plugin in ipairs(plugins) do | 59 for _, plugin in ipairs(plugins) do |
58 Module("verse.plugins."..plugin)("plugins/"..plugin..".lua") | 60 Module("verse.plugins."..plugin)("plugins/"..plugin..".lua") |
59 end | 61 end |