Mercurial > prosody-modules
comparison mod_compat_muc_admin/README.wiki @ 1782:29f3d6b7ad16
Import wiki pages
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 24 Aug 2015 16:43:56 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1781:12ac88940fe3 | 1782:29f3d6b7ad16 |
---|---|
1 #summary COMPAT Module for old clients using wrong namespaces in MUC's affiliation manipulations. | |
2 #labels Stage-Beta | |
3 | |
4 = Details = | |
5 | |
6 Adds compatibility for old clients/libraries attempting to change affiliations and retrieve 'em sending the < http://jabber.org/protocol/muc#owner > xmlns instead of < http://jabber.org/protocol/muc#admin >. | |
7 | |
8 = Usage = | |
9 | |
10 Copy the plugin into your prosody's modules directory. | |
11 | |
12 And add it between the enabled muc component's modules | |
13 | |
14 = Compatibility = | |
15 | |
16 * 0.7-0.9.x |