Software /
code /
prosody
Diff
plugins/mod_storage_internal.lua @ 5133:1443d1c37c6c
Merge 0.9->trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 19 Sep 2012 12:14:08 +0100 |
parent | 5122:b41c33dc7c36 |
parent | 5130:051d352ed03c |
child | 5153:688aeac0012a |
line wrap: on
line diff
--- a/plugins/mod_storage_internal.lua Thu Sep 13 18:49:25 2012 +0100 +++ b/plugins/mod_storage_internal.lua Wed Sep 19 12:14:08 2012 +0100 @@ -16,8 +16,8 @@ return datamanager.store(user, host, self.store, data); end -function driver:list_stores(username) - return datamanager.list_stores(username, host); +function driver:stores(username) + return datamanager.stores(username, host); end function driver:purge(user)