[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

@ -30,7 +30,7 @@ extern XMPPComponent * XMPPInitialiseCompStream(char *host, int port);
extern bool XMPPAuthenticateCompStream(XMPPComponent *comp, char *shared);
/* Makes a user join/leave a MUC */
extern bool XMPPJoinMUC(XMPPComponent *comp, char *fr, char *muc);
extern bool XMPPJoinMUC(XMPPComponent *comp, char *fr, char *muc, bool care);
extern void XMPPLeaveMUC(XMPPComponent *comp, char *fr, char *muc, char *r);
/* TODO: XMPP stuff, I don't fucking know, I'm not a Jabbernerd. */