mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
core.storagemanager, mod_storage_*: "data-driver" -> "storage-provider", to allow using module:provides().
This commit is contained in:
parent
d9d38ef125
commit
7daf3c7c14
4 changed files with 5 additions and 5 deletions
|
@ -24,4 +24,4 @@ function driver:purge(user)
|
|||
return datamanager.purge(user, host);
|
||||
end
|
||||
|
||||
module:add_item("data-driver", driver);
|
||||
module:provides("storage", driver);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue