mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 15:05:11 +00:00
[MOD] Hash-based name conflict resolution
Still basic, but should prevent basic name issues.
This commit is contained in:
parent
c0c13883d1
commit
59cbd8b22d
11 changed files with 147 additions and 109 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue