1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-05 19:42:11 +02:00

Rewrite mod_shared_roster backends module to use XML generator

This commit is contained in:
Evgeniy Khramtsov 2016-07-30 08:39:30 +03:00
parent a093e9d441
commit f19d2fdcff
3 changed files with 1 additions and 3 deletions

View file

@ -20,7 +20,7 @@
add_user_to_group/3, remove_user_from_group/3, import/1,
import/2, export/1]).
-include("jlib.hrl").
-include("jid.hrl").
-include("mod_roster.hrl").
-include("mod_shared_roster.hrl").
-include("ejabberd_sql_pt.hrl").