1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 01:39:35 +02:00

Clean mod_vcard_xupdate.erl from DB specific code

This commit is contained in:
Evgeniy Khramtsov 2016-04-13 11:06:59 +03:00
parent 7fd4808cde
commit 2d7e03f5e1
5 changed files with 216 additions and 121 deletions

View file

@ -0,0 +1,2 @@
-record(vcard_xupdate, {us = {<<>>, <<>>} :: {binary(), binary()},
hash = <<>> :: binary()}).