-
I have placed the module in my module path.
ejabberdctl modules_update_specs
ejabberdctl modules_available
ejabberd_auth_jwt Authentication via JWT token
ejabberdctl module_install ejabberd_aut…
-
hi @rroemhild
**Issue:**
Connecting to ejabberd server container from XMPP client throws a TLS cert error, causing the connection to close.
![ejb-con-err](https://user-images.githubuserconte…
-
My:::: Emakefile:::::
{'../ejabberd-dev/src/gen_mod',
[{outdir, "/opt/ejabberd-13.12/lib/ejabberd-13.12/ebin"},{i,"/opt/ejabberd-13.12/lib/ejabberd-13.12/include"}]}.
{'src/*', [{outdir, …
-
Hi,
I noticed that the reference to the ejabberd chart has vanished from the index.yaml - I believe it used to be there.
https://martialblog.github.io/helm-charts/index.yaml
The last CI jobs …
-
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…
-
On a MacOS (M1) system, I've been observing that the `ejabberd` container fails to start in the local development mode (both in master and develop branches).
Following the instructions in README f…
-
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…
-
**Describe the bug**
When I click on the + button to join/create a MUC room and I fill the input text for the name of the room (for example "foo"), the join button does not work. I use a non-federate…
-
I want to implement push notifications with ejabberd server. I followed instructions as mentioned here:
but i got the following issues:
/Users/my-ejabberd/lib/ejabberd-16.12.34/include/jlib.hrl:…
-
Hello,
Is there any way to compile and include an ejabberd module to forward offline messages to a http host?
Modules like mod_interact, mod_http_offline and so on.
I tried to compile and include …