summaryrefslogtreecommitdiff
path: root/src/mod_vcard_xupdate_sql.erl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-05-01 11:03:20 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-05-01 11:03:20 +0300
commit82082f1799982acaa333c3a2a1368225b5921f45 (patch)
tree3d7ee1532ea43968f958b31812470955cda60cc9 /src/mod_vcard_xupdate_sql.erl
parentFix 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.erl2
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]).