Merge pull request #77 from Zash/mod_rest-version-change

Update for switch to datamapper in mod_rest
This commit is contained in:
Jonas Schäfer
2021-03-24 09:10:22 +01:00
committed by GitHub

View File

@@ -509,7 +509,7 @@ class ProsodyClient:
req = { req = {
"kind": "iq", "kind": "iq",
"type": "get", "type": "get",
"version": True, "version": {},
"to": domain, "to": domain,
} }