#655 Support MUC voice requests and approvals in moderated rooms
Reporter
Lance Stout
Owner
Zash
Created
Updated
Stars
★ (1)
Tags
Milestone-0.11
Patch
Type-Enhancement
Status-Fixed
Priority-Medium
Lance Stout
on
Description of feature:
XEP-0045, Sections 7.13 and 8.6
I'm working on some projects that need this feature, so I've also got a patch that covers the XEP requirements and does what I need, but I'm sure it could be improved.
https://gist.github.com/legastero/ad5f40c3ce4fd5651857
Zash
on
Patch looks pretty simple.
This bit seems like it should be a separate commit tho:
- elseif type == nil then
+ elseif type == nil or type == "normal" then
Zash
on
We should take a closer look at this after 0.10 is released.
Changes
tags Milestone-0.11 Patch Status-Accepted
Zash
on
Looking at this, looks good. Know of any clients that support this that could be used for testing?
Description of feature: XEP-0045, Sections 7.13 and 8.6 I'm working on some projects that need this feature, so I've also got a patch that covers the XEP requirements and does what I need, but I'm sure it could be improved. https://gist.github.com/legastero/ad5f40c3ce4fd5651857
Patch looks pretty simple. This bit seems like it should be a separate commit tho: - elseif type == nil then + elseif type == nil or type == "normal" then
We should take a closer look at this after 0.10 is released.
ChangesLooking at this, looks good. Know of any clients that support this that could be used for testing?
ChangesImported patch as https://hg.prosody.im/trunk/rev/ab5f678f1376 Thanks!
Changes