fix module functions names
This commit is contained in:
parent
9330892787
commit
a20187ed70
10
README.md
10
README.md
|
@ -12,16 +12,16 @@ To use an ejabberd module coming from this repository:
|
|||
|
||||
- You need to have Ejabberd installed.
|
||||
|
||||
- Run `ejabberdctl install <module>` to get the sources, compile and install
|
||||
the beams file in ejabberd path. This path is either ~/.ejabberd-modules or
|
||||
defined by CONTRIB\_MODULES\_PATH in ejabberdctl.cfg.
|
||||
- Run `ejabberdctl module_install <module>` to get the sources, compile and
|
||||
install the beams file in ejabberd path. This path is either ~/.ejabberd-modules
|
||||
or defined by CONTRIB\_MODULES\_PATH in ejabberdctl.cfg.
|
||||
|
||||
- Edit the configuration file provided in the `conf` dir of the installed
|
||||
module to update to your needs. Then apply the changes to your main ejabberd
|
||||
configuration. On future release, ejabberd will automatically add this file
|
||||
to its runtime configuration without changes.
|
||||
|
||||
- Run `ejabberdctl uninstall <module>` to remove a module from your ejabberd.
|
||||
- Run `ejabberdctl module_uninstall <module>` to remove a module from ejabberd.
|
||||
|
||||
For developers
|
||||
--------------
|
||||
|
@ -29,7 +29,7 @@ For developers
|
|||
The following organization has been set up for the development:
|
||||
|
||||
- Development and compilation of modules is done by ejabberd. You need
|
||||
Ejabberd installed. Use `ejabberdctl check_module <module>` to ensure
|
||||
Ejabberd installed. Use `ejabberdctl module_check <module>` to ensure
|
||||
it compiles correctly before commit your work. Sources of your module
|
||||
must be located in $CONTRIB\_MODULES\_PATH/sources/<module>
|
||||
|
||||
|
|
Loading…
Reference in New Issue