Mercurial > prosody-modules
comparison mod_rest/README.markdown @ 3801:d59fb4dcf100
mod_rest: Verify that @xmlns is left empty
Prosody needs it to be empty internally.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 30 Dec 2019 07:22:15 +0100 |
parents | cfa00eea896f |
children | f88e07630e4e |
comparison
equal
deleted
inserted
replaced
3800:cfa00eea896f | 3801:d59fb4dcf100 |
---|---|
107 | 107 |
108 An XML declaration (`<?xml?>`) **MUST NOT** be included. | 108 An XML declaration (`<?xml?>`) **MUST NOT** be included. |
109 | 109 |
110 The payload MUST contain one (1) `message`, `presence` or `iq` stanza. | 110 The payload MUST contain one (1) `message`, `presence` or `iq` stanza. |
111 | 111 |
112 The stanzas MUST NOT have an `xmlns` attribute, and the default/empty | |
113 namespace is treated as `jabber:client`. | |
114 | |
112 # Compatibility | 115 # Compatibility |
113 | 116 |
114 Requires Prosody trunk / 0.12 | 117 Requires Prosody trunk / 0.12 |