Software / code / prosody-modules
Comparison
mod_compat_muc_admin/README.markdown @ 1803:4d73a1a6ba68
Convert all wiki pages to Markdown
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 28 Aug 2015 18:03:58 +0200 |
| parent | 1782:mod_compat_muc_admin/README.wiki@29f3d6b7ad16 |
| child | 2639:bdedf85a3e2e |
comparison
equal
deleted
inserted
replaced
| 1802:0ab737feada6 | 1803:4d73a1a6ba68 |
|---|---|
| 1 --- | |
| 2 labels: | |
| 3 - 'Stage-Beta' | |
| 4 summary: | | |
| 5 COMPAT Module for old clients using wrong namespaces in MUC's | |
| 6 affiliation manipulations. | |
| 7 ... | |
| 8 | |
| 9 Details | |
| 10 ======= | |
| 11 | |
| 12 Adds compatibility for old clients/libraries attempting to change | |
| 13 affiliations and retrieve 'em sending the \< | |
| 14 http://jabber.org/protocol/muc\#owner \> xmlns instead of \< | |
| 15 http://jabber.org/protocol/muc\#admin \>. | |
| 16 | |
| 17 Usage | |
| 18 ===== | |
| 19 | |
| 20 Copy the plugin into your prosody's modules directory. | |
| 21 | |
| 22 And add it between the enabled muc component's modules | |
| 23 | |
| 24 Compatibility | |
| 25 ============= | |
| 26 | |
| 27 - 0.7-0.9.x |