mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
mod_csi_simple: Add comment highlighting that XEP-0353 is experimental
To make it easier to find implemented Experimental XEPs later. Also at the time of this commit it has been Proposed as mentinoed in the comment but hopefully that will be resolved soon.
This commit is contained in:
parent
fc8a50cd73
commit
ade3caf1ad
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ function is_important(stanza) --> boolean, reason: string
|
|||
return true, "invite";
|
||||
end
|
||||
if stanza:get_child(nil, "urn:xmpp:jingle-message:0") then
|
||||
-- XXX Experimental XEP stuck in Proposed for almost a year at the time of this comment
|
||||
return true, "jingle call";
|
||||
end
|
||||
for important in important_payloads do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue