annotate mod_compat_muc_admin/README.wiki @ 1800:669d1208221a
mod_storage_lmdb: Remove redundant table
author |
Kim Alvefur <zash@zash.se> |
date |
Fri, 28 Aug 2015 00:38:19 +0200 |
parents |
29f3d6b7ad16 |
children |
|
rev |
line source |
1782
|
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 |