diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2016-05-01 11:03:20 +0300 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2016-05-01 11:03:20 +0300 |
commit | 82082f1799982acaa333c3a2a1368225b5921f45 (patch) | |
tree | 3d7ee1532ea43968f958b31812470955cda60cc9 /src/mod_vcard_xupdate_sql.erl | |
parent | Fix typo in mod_mam:select() (#1098) (diff) |
Add behaviour to mod_vcard_xupdate DB modules
Diffstat (limited to 'src/mod_vcard_xupdate_sql.erl')
-rw-r--r-- | src/mod_vcard_xupdate_sql.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mod_vcard_xupdate_sql.erl b/src/mod_vcard_xupdate_sql.erl index 7f0079dd..00bb2950 100644 --- a/src/mod_vcard_xupdate_sql.erl +++ b/src/mod_vcard_xupdate_sql.erl @@ -8,6 +8,8 @@ %%%------------------------------------------------------------------- -module(mod_vcard_xupdate_sql). +-behaviour(mod_vcard_xupdate). + %% API -export([init/2, import/2, add_xupdate/3, get_xupdate/2, remove_xupdate/2, import/1, export/1]). |