mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 12:15:12 +00:00
[FIX] Do not put version in the OS field
This commit is contained in:
parent
7f396a0379
commit
9a2d4188e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue