view docker/backend-dev-demo/forums.json @ 4291:39ac821ebbdb

plugin XEP-0167: handle conferences: - SDP can now be answered by component instead of frontend. This is useful for A/V conferences component to handle A/V call jingle sessions. - new `call_update` and method, and `content-add` action preparation. This is not yet used by A/V conference, but it's a preparation for a potential future use. - Add NS_AV_CONFERENCES to features as required by the newly proposed A/V Conferences protoXEP. rel 447
author Goffi <goffi@goffi.org>
date Mon, 29 Jul 2024 03:31:09 +0200
parents 22cd3094cd1e
children
line wrap: on
line source

[
    {
        "main-language": "en",
        "name": "Libervia",
        "title": "Libervia",
        "short-desc": "Forums about Libervia demo",
        "sub-forums": [
            {
                "uri": "",
                "title": "tools and features",
                "short-desc": "Discussions about Libervia frontends, tools, features, or changes"
            },
            {
                "uri": "",
                "title": "questions and help",
                "short-desc": "Mutual assistance for installation or using Libervia and its ecosystem"
            }
        ],
        "desc": "Those are example forums."
    },
    {
        "main-language": "en",
        "title": "XMPP and associated",
        "sub-forums": [
            {
                "uri": "",
                "title": "XMPP software",
                "short-desc": "Topics about XMPP software other than Libervia"
            },
            {
                "uri": "",
                "title": "outside XMPP",
                "short-desc": "You can discuss or present here protocols or software similar to XMPP"
            }
        ],
        "desc": "Forums about XMPP in general, or similar protocols"
    }
]