[FIX] Do not put version in the OS field

This commit is contained in:
lda 2025-02-12 16:43:43 +00:00
commit 9a2d4188e2

View file

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