mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-02 16:37:52 +01:00
* src/gen_mod.erl: Export stop_module_keep_config/2 (EJAB-706)
SVN Revision: 1525
This commit is contained in:
parent
79a0a44505
commit
5a05eb8d62
@ -1,3 +1,7 @@
|
|||||||
|
2008-08-16 Badlop <badlop@process-one.net>
|
||||||
|
|
||||||
|
* src/gen_mod.erl: Export stop_module_keep_config/2 (EJAB-706)
|
||||||
|
|
||||||
2008-08-13 Badlop <badlop@process-one.net>
|
2008-08-13 Badlop <badlop@process-one.net>
|
||||||
|
|
||||||
* doc/guide.tex: Explain that LDAP is read-only storage (thanks to
|
* doc/guide.tex: Explain that LDAP is read-only storage (thanks to
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
-export([start/0,
|
-export([start/0,
|
||||||
start_module/3,
|
start_module/3,
|
||||||
stop_module/2,
|
stop_module/2,
|
||||||
|
stop_module_keep_config/2,
|
||||||
get_opt/2,
|
get_opt/2,
|
||||||
get_opt/3,
|
get_opt/3,
|
||||||
get_opt_host/3,
|
get_opt_host/3,
|
||||||
|
Loading…
Reference in New Issue
Block a user