annotate mod_compat_muc_admin.wiki @ 326:8fe2ec8a9f77
slight correction to the wiki.
author |
Marco Cirillo <maranda@lightwitch.org> |
date |
Tue, 12 Mar 2013 18:12:25 +0000 |
parents |
5e3007c66b14 |
children |
|
rev |
line source |
270
|
1 #summary COMPAT Module for old clients using wrong namespaces in MUC's affiliation manipulations. |
|
2 #labels Stage-Beta |
|
3 |
|
4 = Details = |
|
5 |
271
|
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 >. |
270
|
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 |