From: Christophe Romain Date: Fri, 16 Feb 2018 08:52:29 +0000 (+0100) Subject: Export helper functions X-Git-Tag: 18.03~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0ccdebf7f3383aade2e4f726290aac6b5fe9edb;p=ejabberd Export helper functions --- 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,