badlop
badlop
Maybe this is a dumb question but: can an account have several sessions? If only one of them is obsolete, and you only desire to delete one... That command is...
### Erlang versions affected I've tested compilation of ejabberd master git from source code with different Erlang/OTP versions and the results are: - OTP 25.3: mssql connects correctly, i can...
Here is a draft patch: ```diff From 758cb072957f6825074ea0b7ce494a54f52330bb Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 5 Apr 2024 12:56:21 +0200 Subject: [PATCH 1/2] Add support in rebar.config to...
I've updated the xmpp library in its git repository, and also ejabberd. Now it is able to download the latest or other acceptable dependency versions: ``` $ make rebar3 get-deps...
In step 3, did you close and reopen the webrowser? Do XMPP clients in step 3 receive the certificate from step 2?
I see. I get ejabberd using a valid certificate, then copy an expired certificate, and running `ejabberdctl reload_config` shows in the log: ``` 2023-03-22 17:00:05.167789+01:00 [warning] Invalid certificate in /home/badlop/git/ejabberd/_build/relive/conf/cert.pem:...
> In ejabberd console, I can edit description of srg You mean in the ejabberd **Web Admin page**, right? > I can't find api for that in ejabberd api doc....
Hi, are you still interested in this feature? It should be easy to implement
mod_http_upload starts an erlang process for each module instance, taking into account the `put_url` option. For example, for this configuration: ```yaml hosts: - example.com - test.org listen: - port: 5443...
The `failed_auth` ets table is created when mod_fail2ban is started, and it is deleted when the module is stopped and is not running in any other vhost in ejabberd. When...