view mod_carbons/README.markdown @ 4738:5aee8d86629a

mod_bookmarks2: Fix handling of nick and password elements This form of child retrieval fails when the stanza elements internally don't have an 'xmlns' attribute, which can happen sometimes for some reason, including when they have been constructed via the stanza builder API. When that is the case then the explicit namespace arguemnt does not match the nil value of the internal attribute. Calling `:get_child()` without the namespace argument does the right thing here, with both nil and the parent namespace as valid values for the internal attribute.
author Kim Alvefur <zash@zash.se>
date Wed, 03 Nov 2021 21:11:55 +0100
parents 637d63b7398e
children 9a41cf08de24
line wrap: on
line source

---
labels:
- 'Stage-Merged'
summary: Message Carbons
...

Introduction
============

This module implements [XEP-0280: Message
Carbons](http://xmpp.org/extensions/xep-0280.html), allowing users to
maintain a shared and synchronized view of all conversations across all
their online clients and devices.

Configuration
=============

As with all modules, you enable it by adding it to the modules\_enabled
list.

        modules_enabled = {
            ...
            "carbons";
            ...
        }

The module has no further configuration.

Clients
=======

Clients that support XEP-0280:

-   [Gajim](http://gajim.org/) (Desktop)
-   [Adium (1.6)](http://adium.im/) (Desktop - OS X)
-   [Yaxim](http://yaxim.org/) (Mobile - Android)
-   [Conversations](https://play.google.com/store/apps/details?id=eu.siacs.conversations)
    (Mobile - Android)
-   [poezio](http://poezio.eu/en/) (Console)

Compatibility
=============

  ------- -----------------------
  0.8     Works
  0.9     Works
  0.10    Included with prosody
  trunk   Included with prosody
  ------- -----------------------