aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2018-02-16 09:52:29 +0100
committerChristophe Romain <christophe.romain@process-one.net>2018-02-16 09:52:29 +0100
commitf0ccdebf7f3383aade2e4f726290aac6b5fe9edb (patch)
treedf898dae3c2bf40d2a04a6e4bed3a1b34fa73c54 /src
parentExport aux functions from mod_muc_room (diff)
Export helper functions
Diffstat (limited to 'src')
-rw-r--r--src/mod_admin_extra.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_admin_extra.erl b/src/mod_admin_extra.erl
index 8d530e5c8..b5ed39540 100644
--- a/src/mod_admin_extra.erl
+++ b/src/mod_admin_extra.erl
@@ -59,6 +59,7 @@
add_rosteritem/7, delete_rosteritem/4,
process_rosteritems/5, get_roster/2, push_roster/3,
push_roster_all/1, push_alltoall/2,
+ push_roster_item/5, build_roster_item/3,
% Private storage
private_get/4, private_set/3,