mod_carbons/README.wiki
changeset 1786 29f3d6b7ad16
equal deleted inserted replaced
1785:12ac88940fe3 1786:29f3d6b7ad16
       
     1 #summary Message Carbons
       
     2 #labels Stage-Beta
       
     3 
       
     4 = Introduction =
       
     5 
       
     6 This module implements [http://xmpp.org/extensions/xep-0280.html XEP-0280: Message Carbons],
       
     7 allowing users to maintain a shared and synchronized view of all
       
     8 conversations across all their online clients and devices.
       
     9 
       
    10 = Configuration =
       
    11 
       
    12 As with all modules, you enable it by adding it to the modules_enabled list.
       
    13 
       
    14 {{{
       
    15 	modules_enabled = {
       
    16 		...
       
    17 		"carbons";
       
    18 		...
       
    19 	}
       
    20 }}}
       
    21 
       
    22 The module has no further configuration.
       
    23 
       
    24 = Clients =
       
    25 Clients that support XEP-0280:
       
    26   * [http://gajim.org/ Gajim] (Desktop)
       
    27   * [http://adium.im/ Adium (1.6)] (Desktop - OS X)
       
    28   * [http://yaxim.org/ Yaxim] (Mobile - Android)
       
    29   * [https://play.google.com/store/apps/details?id=eu.siacs.conversations Conversations] (Mobile - Android)
       
    30   * [http://poezio.eu/en/ poezio] (Console)
       
    31 
       
    32 
       
    33 = Compatibility =
       
    34 || 0.8 || Works ||
       
    35 || 0.9 || Works ||
       
    36 || 0.10 || Included with prosody ||
       
    37 || trunk || Included with prosody ||