view misc/org.libervia.LiberviaTUI.metainfo.xml @ 3888:aa7197b67c26

component AP gateway: AP <=> XMPP reactions conversions: - Pubsub Attachments plugin has been renamed to XEP-0470 following publication - XEP-0470 has been updated to follow 0.2 changes - AP reactions (as implemented in Pleroma) are converted to XEP-0470 - XEP-0470 events are converted to AP reactions (again, using "EmojiReact" from Pleroma) - AP activities related to attachments (like/reactions) are cached in Libervia because it's not possible to retrieve them from Pleroma instances once they have been emitted (doing an HTTP get on their ID returns a 404). For now those cache are not flushed, this should be improved in the future. - `sharedInbox` is used when available. Pleroma returns a 500 HTTP error when ``to`` or ``cc`` are used in a direct inbox. - reactions and like are not currently used for direct messages, because they can't be emitted from Pleroma in this case, thus there is no point in implementing them for the moment. rel 371
author Goffi <goffi@goffi.org>
date Wed, 31 Aug 2022 17:07:03 +0200
parents a27fd445c7c7
children
line wrap: on
line source

<?xml version='1.0' encoding='utf-8'?>
<component type="console-application">
  <!--
    Copyright 2018-2021 Jérôme Poisson <goffi@goffi.org>

    Copying and distribution of this file, with or without modification,
    are permitted in any medium without royalty provided the copyright
    notice and this notice are preserved.  This file is offered as-is,
    without any warranty.
    -->
  <id>org.libervia.LiberviaTUI</id>
  <metadata_license>FSFAP</metadata_license>
  <project_license>AGPL-3.0-or-later</project_license>
  <name>Libervia TUI (Primitivus)</name>
  <summary>Multi-purpose communication ecosystem (TUI frontend) - XMPP standard</summary>
  <categories>
    <category>Network</category>
    <category>Chat</category>
    <category>FileTransfer</category>
    <category>ConsoleOnly</category>
  </categories>
  <description>
    <p>Libervia is a multi-purpose communication ecosystem.</p>
    <p>It offers many tools to communicate and collaborate (instant messaging, blogging, file sharing, photos albums, forums, events, etc.).
        It is multi-purposes, but also multi-frontends (you can use it on desktop, mobile devices, web browser, or terminal) and multi-platforms.</p>
    <p>Libervia is made with a strong sense of ethics (see social contract), is decentralized (you can run your own service, keep your important data yourself, while still being able to communicate with the rest of the network), and use a standard communication protocol (XMPP), making it compatible with many other software.</p>
    <p>This part is the Terminal User Interface frontend.</p>
  </description>
  <screenshots>
    <screenshot type="default">
      <caption>A chat conversation seen with Primitivus</caption>
      <image>https://repos.goffi.org/sat_docs/raw-file/tip/screenshots/0.7/primitivus_chat.png</image>
    </screenshot>
  </screenshots>
  <url type="homepage">https://salut-a-toi.org</url>
  <url type="bugtracker">https://bugs.goffi.org</url>
  <project_group>Libervia</project_group>
  <provides>
    <binary>libervia-tui</binary>
  </provides>
  <releases>
    <release date="2019-07-24" type="stable" version="0.7.0">
      <description>
        <p>"La Commune" release.</p>
        <p>This version is the first "general audience" one, and introduce Cagou (desktop/mobile interface), OMEMO end-to-end encryption, advanced file sharing, and many other features.</p>
      </description>
      <url>https://www.goffi.org/b/N29CuUQS4U4TK36JFuTQ5Q/salut-commune</url>
    </release>
  </releases>
  <content_rating type="oars-1.1">
    <content_attribute id="social-chat">intense</content_attribute>
    <content_attribute id="social-audio">intense</content_attribute>
    <content_attribute id="social-contacts">intense</content_attribute>
  </content_rating>
</component>