annotate mod_carbons.wiki @ 390:2ad6225d937f

mod_smacks: Update to reflect Swift releases
author Kim Alvefur <zash@zash.se>
date Mon, 15 Jul 2013 02:00:29 +0200
parents b4f1aeb37ae7
children 46960c6716ee
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
231
c5bb3529b831 Add page about mod_carbons
Kim Alvefur <zash@zash.se>
parents:
diff changeset
1 #summary Message Carbons
c5bb3529b831 Add page about mod_carbons
Kim Alvefur <zash@zash.se>
parents:
diff changeset
2 #labels Stage-Alpha
c5bb3529b831 Add page about mod_carbons
Kim Alvefur <zash@zash.se>
parents:
diff changeset
3
c5bb3529b831 Add page about mod_carbons
Kim Alvefur <zash@zash.se>
parents:
diff changeset
4 = Introduction =
c5bb3529b831 Add page about mod_carbons
Kim Alvefur <zash@zash.se>
parents:
diff changeset
5
389
b4f1aeb37ae7 Describe the actual feature
Kim Alvefur <zash@zash.se>
parents: 388
diff changeset
6 This module implements [http://xmpp.org/extensions/xep-0280.html XEP-0280: Message Carbons],
b4f1aeb37ae7 Describe the actual feature
Kim Alvefur <zash@zash.se>
parents: 388
diff changeset
7 allowing users to maintain a shared and synchronized view of all
b4f1aeb37ae7 Describe the actual feature
Kim Alvefur <zash@zash.se>
parents: 388
diff changeset
8 conversations across all their clients and devices.
231
c5bb3529b831 Add page about mod_carbons
Kim Alvefur <zash@zash.se>
parents:
diff changeset
9
c5bb3529b831 Add page about mod_carbons
Kim Alvefur <zash@zash.se>
parents:
diff changeset
10 = Configuration =
c5bb3529b831 Add page about mod_carbons
Kim Alvefur <zash@zash.se>
parents:
diff changeset
11
c5bb3529b831 Add page about mod_carbons
Kim Alvefur <zash@zash.se>
parents:
diff changeset
12 As with all modules, you enable it by adding it to the modules_enabled list.
c5bb3529b831 Add page about mod_carbons
Kim Alvefur <zash@zash.se>
parents:
diff changeset
13
c5bb3529b831 Add page about mod_carbons
Kim Alvefur <zash@zash.se>
parents:
diff changeset
14 {{{
c5bb3529b831 Add page about mod_carbons
Kim Alvefur <zash@zash.se>
parents:
diff changeset
15 modules_enabled = {
c5bb3529b831 Add page about mod_carbons
Kim Alvefur <zash@zash.se>
parents:
diff changeset
16 ...
c5bb3529b831 Add page about mod_carbons
Kim Alvefur <zash@zash.se>
parents:
diff changeset
17 "carbons";
c5bb3529b831 Add page about mod_carbons
Kim Alvefur <zash@zash.se>
parents:
diff changeset
18 ...
c5bb3529b831 Add page about mod_carbons
Kim Alvefur <zash@zash.se>
parents:
diff changeset
19 }
c5bb3529b831 Add page about mod_carbons
Kim Alvefur <zash@zash.se>
parents:
diff changeset
20 }}}
c5bb3529b831 Add page about mod_carbons
Kim Alvefur <zash@zash.se>
parents:
diff changeset
21
c5bb3529b831 Add page about mod_carbons
Kim Alvefur <zash@zash.se>
parents:
diff changeset
22 The module has no further configuration.
c5bb3529b831 Add page about mod_carbons
Kim Alvefur <zash@zash.se>
parents:
diff changeset
23
388
b9f7c8bd5648 Add list of supporting clients
Kim Alvefur <zash@zash.se>
parents: 266
diff changeset
24 = Clients =
b9f7c8bd5648 Add list of supporting clients
Kim Alvefur <zash@zash.se>
parents: 266
diff changeset
25 Clients that support XEP-0280:
b9f7c8bd5648 Add list of supporting clients
Kim Alvefur <zash@zash.se>
parents: 266
diff changeset
26 * Gajim
b9f7c8bd5648 Add list of supporting clients
Kim Alvefur <zash@zash.se>
parents: 266
diff changeset
27 * Yaxim
b9f7c8bd5648 Add list of supporting clients
Kim Alvefur <zash@zash.se>
parents: 266
diff changeset
28 * Adium (1.6)
b9f7c8bd5648 Add list of supporting clients
Kim Alvefur <zash@zash.se>
parents: 266
diff changeset
29 * poezio
b9f7c8bd5648 Add list of supporting clients
Kim Alvefur <zash@zash.se>
parents: 266
diff changeset
30
b9f7c8bd5648 Add list of supporting clients
Kim Alvefur <zash@zash.se>
parents: 266
diff changeset
31
231
c5bb3529b831 Add page about mod_carbons
Kim Alvefur <zash@zash.se>
parents:
diff changeset
32 = Compatibility =
266
622c6dccb592 Carbons has been tested with 0.8 and 0.9
Kim Alvefur <zash@zash.se>
parents: 265
diff changeset
33 || 0.8 || Works ||
622c6dccb592 Carbons has been tested with 0.8 and 0.9
Kim Alvefur <zash@zash.se>
parents: 265
diff changeset
34 || 0.9 || Works ||
622c6dccb592 Carbons has been tested with 0.8 and 0.9
Kim Alvefur <zash@zash.se>
parents: 265
diff changeset
35 || trunk || Works ||