annotate mod_profile.wiki @ 466:25afe4b60780

mod_pastebin works on 0.9 but there's no pastebin_ports anymore
author Kim Alvefur <zash@zash.se>
date Wed, 09 Jul 2014 10:32:56 +0200
parents cdc5c609bd40
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
462
cdc5c609bd40 Add page for mod_profile
Kim Alvefur <zash@zash.se>
parents:
diff changeset
1 #summary Replacement for mod_vcard with vcard4 support and PEP integration
cdc5c609bd40 Add page for mod_profile
Kim Alvefur <zash@zash.se>
parents:
diff changeset
2
cdc5c609bd40 Add page for mod_profile
Kim Alvefur <zash@zash.se>
parents:
diff changeset
3 = Introduction =
cdc5c609bd40 Add page for mod_profile
Kim Alvefur <zash@zash.se>
parents:
diff changeset
4
cdc5c609bd40 Add page for mod_profile
Kim Alvefur <zash@zash.se>
parents:
diff changeset
5 This module provides a replacement for mod_vcard. In addition to the ageing protocol defined by [http://xmpp.org/extensions/xep-0054.html XEP-0054], it also supports the [http://xmpp.org/extensions/xep-0292.html new vCard 4 based protocol] and integrates with [http://xmpp.org/extensions/xep-0163.html Personal Eventing Protocol]. The vCard 4, [http://xmpp.org/extensions/xep-0084.html User Avatar] and [http://xmpp.org/extensions/xep-0172.html User Nickname] PEP nodes are updated when the vCard is changed..
cdc5c609bd40 Add page for mod_profile
Kim Alvefur <zash@zash.se>
parents:
diff changeset
6
cdc5c609bd40 Add page for mod_profile
Kim Alvefur <zash@zash.se>
parents:
diff changeset
7 = Configuration =
cdc5c609bd40 Add page for mod_profile
Kim Alvefur <zash@zash.se>
parents:
diff changeset
8
cdc5c609bd40 Add page for mod_profile
Kim Alvefur <zash@zash.se>
parents:
diff changeset
9 {{{
cdc5c609bd40 Add page for mod_profile
Kim Alvefur <zash@zash.se>
parents:
diff changeset
10 modules_enabled = {
cdc5c609bd40 Add page for mod_profile
Kim Alvefur <zash@zash.se>
parents:
diff changeset
11 -- "pep"; -- These two modules must be removed
cdc5c609bd40 Add page for mod_profile
Kim Alvefur <zash@zash.se>
parents:
diff changeset
12 -- "vcard";
cdc5c609bd40 Add page for mod_profile
Kim Alvefur <zash@zash.se>
parents:
diff changeset
13
cdc5c609bd40 Add page for mod_profile
Kim Alvefur <zash@zash.se>
parents:
diff changeset
14 "profile";
cdc5c609bd40 Add page for mod_profile
Kim Alvefur <zash@zash.se>
parents:
diff changeset
15 }
cdc5c609bd40 Add page for mod_profile
Kim Alvefur <zash@zash.se>
parents:
diff changeset
16 }}}
cdc5c609bd40 Add page for mod_profile
Kim Alvefur <zash@zash.se>
parents:
diff changeset
17
cdc5c609bd40 Add page for mod_profile
Kim Alvefur <zash@zash.se>
parents:
diff changeset
18
cdc5c609bd40 Add page for mod_profile
Kim Alvefur <zash@zash.se>
parents:
diff changeset
19 = Compatibility =
cdc5c609bd40 Add page for mod_profile
Kim Alvefur <zash@zash.se>
parents:
diff changeset
20
cdc5c609bd40 Add page for mod_profile
Kim Alvefur <zash@zash.se>
parents:
diff changeset
21 Compatible with trunk after 2014-05-29.
cdc5c609bd40 Add page for mod_profile
Kim Alvefur <zash@zash.se>
parents:
diff changeset
22
cdc5c609bd40 Add page for mod_profile
Kim Alvefur <zash@zash.se>
parents:
diff changeset
23 It depends on the new mod_pep_plus for PEP support.