-
## Environment
- ejabberd version: 21.07
- OS: Linux (Debian) alpine 3.14
- Installed from: docker-ejabberd
## Errors from error.log/crash.log
No errors
## Bug description
deploy ejabb…
-
```
What steps will reproduce the problem?
1. запускаем ejabberd
2. запускаем pyvk-t
What is the expected output? What do you see instead?
в результате ejabberd забирает 100% CPU и через
пару часов …
-
I'm trying to build docker image based on ejabberd/ecs:23.04 with ejabberd_auth_http installed,
there is my docker image
```
FROM ejabberd/ecs:23.04
USER root
RUN set -xe \
&& apk add --up…
-
## Environment
- ejabberd version: 20.04
- Erlang version: `erl +V`
- OS: Linux (Debian)
- Installed from: source | distro package | official deb/rpm | official binary installer | other
## Co…
-
People admire ejabberd for its functionality, however deployment is daunting. This discourages even experienced hackers from becoming involved in the project and throttles the number of users on ejabb…
-
Is there a way to register a new user using this plugin?
-
Haven't seen a decent jabber/xmpp implementation on the market of latest cosmos-server. It can be installed e.g. ejabberd thru portainer or docker cli command, but, it could have been fun to have one …
-
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 have installed ejabberd in my server. I want to use kaiwa as a webclient? Does it work well with ejabberd or does it give a plenty of issues with ejabberd. has anyone integrated kaiwa with ejabb…
-
I'm using this docker image and trying to cluster 2 nodes that are on different servers, therefore 2 different public IPs.
Just for testing, I successfully clustered 2 docker containers that are on t…