[MOD] Hash-based name conflict resolution

Still basic, but should prevent basic name issues.
This commit is contained in:
LDA 2024-08-18 16:11:12 +02:00
commit 59cbd8b22d
11 changed files with 147 additions and 109 deletions

View file

@ -62,7 +62,7 @@ CommandHead(CmdPlumb, cmd, argp)
if (chat_id)
{
char *rev = StrConcat(2, muc, "/parsee");
XMPPJoinMUC(args->data->jabber, "parsee", rev);
XMPPJoinMUC(args->data->jabber, "parsee", rev, false);
Free(rev);
}