[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

@ -393,7 +393,7 @@ IQGet(ParseeData *args, XMLElement *stanza, XMPPThread *thr)
version = XMLCreateTag("version");
XMLAddChild(name, XMLCreateText(NAME));
XMLAddChild(version, XMLCreateText(VERSION));
XMLAddChild(version, XMLCreateText(VERSION "[" CODE "]"));
}
XMLAddChild(query, name);
XMLAddChild(query, version);