badlop
badlop
Hi, I'm trying to reproduce the problem, and then I'll write a patch proposal. But as I am not an LDAP admin at all, I'm having trouble setting all the...
@fdie , did you see https://github.com/processone/ejabberd/pull/3756 ?
I've tried your steps with ejabberd 18.06, and I also look at the database content, the 'roster' table (I use Mnesia): > 1. A sends a request to B (more/less,...
Aha. Play with this small patch and report your results: ```diff diff --git a/src/mod_roster.erl b/src/mod_roster.erl index 1f42b69e0..f5b8e6a19 100644 --- a/src/mod_roster.erl +++ b/src/mod_roster.erl @@ -623,6 +623,8 @@ process_subscription(Direction, User, Server, JID1,...
> Prosody, besides this 2nd message, sends a roster update to B, telling them to remove A. Is this important? That seems user-friendly, because _probably_ the user doesn't want that...
@Neustradamus: because my initial fix added other problems, so better to revert it
That module doesn't work since July 2018, and nobody mentioned that problem. This means nobody was interested in it since July 2018. Why bothering updating it?
They don't work? What are the error messages?
Show your client. Show your listen configuration
> I want to also compile ejabberdapi. > I thought it would be https://github.com/processone/ejabberd-api Well, the ejabberdapi binary included here should be obtained from https://github.com/processone/ejabberd-api and compiled with ``` go...