-
contrib modules can be installed during startup using `EJABBERD_CONTRIB_MODULES`, but how can I configure them? Setting the necessary options in `ejabberd.yml.tpl` doesn't work, because during first s…
-
When I tried logging in to web admin, I take this crash:
```erlang
exception error: {function_clause,[
{jose_jwk,from_pem_file,[undefined],[{file,"src/jose_jwk.erl"},{line,401}]},
{eja…
-
Hi, ejabberd-15.10 use yml format, how to you setup it?
I create the file structure under "ejabberd/.ejabberd-modules/sources/ejabberd-contrib/mod_filter" and runned "ejabberdctl module_install mod_f…
-
I am trying to install mod_push module into ejabberd(ProcessOne) server. But i got the following compilation errors:
/Users/.ejabberd-modules/sources/mod_push/ebin/mochijson2.bea#: error writing fi…
-
This condition (case Type =:= "chat" andalso Body =/= [] andalso Sessions =/= [] of) fails
-
I am unable to install this module on ejaberd-19.02.
After installing ejabberd the path cd /opt/ejabberd-19.02/.ejabberd-module/sources/ does not exist.
I create and execute too many commands but th…
-
I was compile a beam file after modifying line 14 from
-include("ejabberd.hrl").
to
-include("logger.hrl").
but now when start ejabberd I get the error
options: []
error: undef
[{p1_logger,info_m…
-
Hi,
I installed the ejabberd 15.09 via the osx installer and installed the mod_restful module via ejabberdctl module_install.
Warnings on module_install:
src/mod_restful_admin.erl:63: Warning: behav…
-
I am trying to add mod_multicast module to my ejabberd 15.09.
Steps:
1. Get the repo from 'svn co https://svn.process-one.net/ejabberd-modules/'
2. Run ./build.sh command in the directory for mod_mul…
-
MongooseIM version: 3.7.0
Installed from: pkg
Erlang/OTP version: (put the version)
Hello everyone,
I am trying to enable authentication with c2s certificate but I am having trouble connecting…