Software / code / prosody-modules
Comparison
mod_couchdb/couchdb/mod_couchdb.lua @ 831:0c3638673464
Merge upstream with my local LDAP work
| author | Rob Hoelz <rob@hoelz.ro> |
|---|---|
| date | Tue, 18 Sep 2012 00:31:42 +0200 |
| parent | 813:2469f779b3f7 |
comparison
equal
deleted
inserted
replaced
| 830:f160166612c2 | 831:0c3638673464 |
|---|---|
| 74 --if instance.init then instance:init(); end | 74 --if instance.init then instance:init(); end |
| 75 --self.ds_cache[cache_key] = instance; | 75 --self.ds_cache[cache_key] = instance; |
| 76 return instance; | 76 return instance; |
| 77 end | 77 end |
| 78 | 78 |
| 79 module:add_item("data-driver", driver); | 79 module:provides("storage", driver); |