annotate mod_compat_muc_admin.wiki @ 270:6eb7174e0f54

added wiki.
author Marco Cirillo <maranda@lightwitch.org>
date Tue, 27 Mar 2012 15:49:46 +0000
parents
children 5e3007c66b14
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
270
6eb7174e0f54 added wiki.
Marco Cirillo <maranda@lightwitch.org>
parents:
diff changeset
1 #summary COMPAT Module for old clients using wrong namespaces in MUC's affiliation manipulations.
6eb7174e0f54 added wiki.
Marco Cirillo <maranda@lightwitch.org>
parents:
diff changeset
2 #labels Stage-Beta
6eb7174e0f54 added wiki.
Marco Cirillo <maranda@lightwitch.org>
parents:
diff changeset
3
6eb7174e0f54 added wiki.
Marco Cirillo <maranda@lightwitch.org>
parents:
diff changeset
4 = Details =
6eb7174e0f54 added wiki.
Marco Cirillo <maranda@lightwitch.org>
parents:
diff changeset
5
6eb7174e0f54 added wiki.
Marco Cirillo <maranda@lightwitch.org>
parents:
diff changeset
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>.
6eb7174e0f54 added wiki.
Marco Cirillo <maranda@lightwitch.org>
parents:
diff changeset
7
6eb7174e0f54 added wiki.
Marco Cirillo <maranda@lightwitch.org>
parents:
diff changeset
8 = Usage =
6eb7174e0f54 added wiki.
Marco Cirillo <maranda@lightwitch.org>
parents:
diff changeset
9
6eb7174e0f54 added wiki.
Marco Cirillo <maranda@lightwitch.org>
parents:
diff changeset
10 Copy the plugin into your prosody's modules directory.
6eb7174e0f54 added wiki.
Marco Cirillo <maranda@lightwitch.org>
parents:
diff changeset
11
6eb7174e0f54 added wiki.
Marco Cirillo <maranda@lightwitch.org>
parents:
diff changeset
12 And add it between the enabled muc component's modules
6eb7174e0f54 added wiki.
Marco Cirillo <maranda@lightwitch.org>
parents:
diff changeset
13
6eb7174e0f54 added wiki.
Marco Cirillo <maranda@lightwitch.org>
parents:
diff changeset
14 = Compatibility =
6eb7174e0f54 added wiki.
Marco Cirillo <maranda@lightwitch.org>
parents:
diff changeset
15
6eb7174e0f54 added wiki.
Marco Cirillo <maranda@lightwitch.org>
parents:
diff changeset
16 * 0.7-0.9.x