Software /
code /
prosody
Comparison
plugins/storage/mod_xep0227.lua @ 5121:b5a5643f8572
core.storagemanager, mod_storage_*: "data-driver" -> "storage-provider", to allow using module:provides().
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Wed, 12 Sep 2012 23:41:28 +0500 |
parent | 3414:9a1f6239b63c |
child | 5219:060d7fc6caf4 |
comparison
equal
deleted
inserted
replaced
5120:bcabea740c00 | 5121:b5a5643f8572 |
---|---|
158 end | 158 end |
159 if instance.init then instance:init(); end | 159 if instance.init then instance:init(); end |
160 return instance; | 160 return instance; |
161 end | 161 end |
162 | 162 |
163 module:add_item("data-driver", driver); | 163 module:provides("storage", driver); |