Mercurial > libervia-web
changeset 1497:fe5c282461bd
doc: the official MUC room is now `libervia@chat.jabberfr.org`
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 02 Oct 2022 18:09:00 +0200 |
parents | b0d02dd25c2a |
children | ee1d31fe7cdf |
files | doc/index.rst doc/web_framework/quick_start.rst |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/index.rst Sat May 14 22:45:25 2022 +0200 +++ b/doc/index.rst Sun Oct 02 18:09:00 2022 +0200 @@ -15,7 +15,7 @@ Libervia includes its own web framework, using a unique architecture taking profit of the XMPP standard. -You can follow this documentation to learn more on it, or join our official XMPP room at `sat@chat.jabberfr.org <xmpp:sat@chat.jabberfr.org?join>`_ (also available via a `web link <https://chat.jabberfr.org/converse.js/sat@chat.jabberfr.org>`_) +You can follow this documentation to learn more on it, or join our official XMPP room at `libervia@chat.jabberfr.org <xmpp:libervia@chat.jabberfr.org?join>`_ (also available via a `web link <https://chat.jabberfr.org/converse.js/libervia@chat.jabberfr.org>`_) .. toctree:: :maxdepth: 3
--- a/doc/web_framework/quick_start.rst Sat May 14 22:45:25 2022 +0200 +++ b/doc/web_framework/quick_start.rst Sun Oct 02 18:09:00 2022 +0200 @@ -52,7 +52,7 @@ To see your website, you'll have to use the specified host name, and the port used by Libervia (8080 by default). If you kept default configuration, let's go to http://quickstart.int:8080. -But for now, you'll just see ``No Such Resource`` (if you see standard Libervia site, that means that something is not working, you can check for assistance in our XMPP room at `sat@chat.jabberfr.org <xmpp:sat@chat.jabberfr.org?join>`_). +But for now, you'll just see ``No Such Resource`` (if you see standard Libervia site, that means that something is not working, you can check for assistance in our XMPP room at `libervia@chat.jabberfr.org <xmpp:libervia@chat.jabberfr.org?join>`_). All right? Good, let's start then.