joudinet
joudinet
https://github.com/mattkrick/EdmondsBlossom/blob/fab7ca8505e1577b009696c038dc804cf0acbea2/app/blossom.js#L269 I think there is a missing var at the beginning of this line, to declare the variable b. Otherwise, using this code as a module of mine, I got...
According the [rfc](https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.10), one can (and should) define a name constraints for CA certificates, to _indicate a name space within which all subject names in subsequent certificates in a certification...
> What version of ejabberd are you using? 17.04 > What operating system (version) are you using? Buildroot 2017.08 > How did you install ejabberd (source, package, distribution)? package >...
## Environment - ejabberd version: 21.12 - Erlang version: Erlang (SMP,ASYNC_THREADS) (BEAM) emulator version 10.7.2.14 - OS: Linux (Buildroot) - Installed from: Buildroot ## Errors from error.log/crash.log ``` 2022-06-10 15:58:52.255985+02:00...
This should fix #2925.
**Describe the bug** In my configuration, the chat is running in the following URL: https://example.com/?chat When using incorrectly the spoiler toolbar button by typing a spoiler hint and pressing the...
I'm not 100% sure it's a bug of the join plugin and not of my ejabberd configuration, but I'm able to join a password-protected room without the correct password. I...
I set up 3 master nodes as described in your blog. After configuring the first node (node1), I use your join_as_master method in both node2 and node3: easy_cluster:join_as_master('ejabberd@node1'). At first...
The author of the article "Paxos made simple" says in his website that this article contains an ambiguous sentence that may lead to incorrect implementations: http://lamport.azurewebsites.net/pubs/pubs.html#paxos-simple He explicitly says: "Do...