Project 'savoirfairelinux/ring-daemon' was moved to 'savoirfairelinux/jami-daemon'. Please update any links and bookmarks that may still have the old path.
Select Git revision
-
Instantiation and initialization of ICE are done in a single stage (in the class constructor). To initialize the ICE instance, connection information must first be gathered asynchronously. However, when sharing ICE media instance between subcalls, it's better to have a valid ICE instance as soon as possible (even if not fully initialized) to proceed with the call initialization process, then wait for ICE initialization to start the call. Thus, the ICE instantiation will be performed synchronously as soon as the parent (main) call is created, then it will be initialized asynchronously when the connection info are ready. Gitlab: #619 Change-Id: I9c97516238f1a690603975ec968c8c6733155d4a
Instantiation and initialization of ICE are done in a single stage (in the class constructor). To initialize the ICE instance, connection information must first be gathered asynchronously. However, when sharing ICE media instance between subcalls, it's better to have a valid ICE instance as soon as possible (even if not fully initialized) to proceed with the call initialization process, then wait for ICE initialization to start the call. Thus, the ICE instantiation will be performed synchronously as soon as the parent (main) call is created, then it will be initialized asynchronously when the connection info are ready. Gitlab: #619 Change-Id: I9c97516238f1a690603975ec968c8c6733155d4a
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
net.jami.daemon.metainfo.xml.in 3.51 KiB
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2004-2025 Savoir-faire Linux Inc. -->
<component>
<id>net.jami.daemon</id>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Jami daemon</name>
<name xml:lang="hu">Jami-rendszerfolyamat</name>
<summary>Privacy-oriented voice, video, chat, and conference platform</summary>
<summary xml:lang="hu">Adatvédelem-orientált hang-, video-, csevegés- és konferenciaplatform</summary>
<description>
<p>
An end-to-end encrypted secure and distributed voice, video, and chat communication platform that requires no central server and leaves the power of privacy and freedom in the hands of users.
</p>
<p>
Jami supports the following key features:
</p>
<ul>
<li>One-to-one conversations</li>
<li>File sharing</li>
<li>Audio and video calls and conferences</li>
<li>Screen sharing in video calls and conferences</li>
<li>Recording and sending audio and video messages</li>
<li>Functioning as a SIP phone software</li>
<li>Distributed architecture — p2p connections, DHT for a peer discovery</li>
<li>Multi-device support</li>
</ul>
<p>
Client applications for GNU/Linux, Windows, macOS, iOS, Android, and Android TV are available, making Jami an interoperable and cross-platform communication framework.
</p>
<p xml:lang="hu">
Végpontokig titkosított biztonságos és elosztott hang-, videó- és csevegés-kommunikációs platform, amely nem igényel központi kiszolgálót, és a felhasználók kezében hagyja a magánélet és a szabadság hatalmát.
</p>
<p xml:lang="hu">
A Jami a következő főbb funkciókat támogatja:
</p>
<ul>
<li xml:lang="hu">Személyes beszélgetések</li>
<li xml:lang="hu">Fájlmegosztás</li>
<li xml:lang="hu">Hang- és videohívások és konferenciák</li>
<li xml:lang="hu">Képernyőmegosztás videohívásokban és konferenciákon</li>
<li xml:lang="hu">Hang és videó üzenetek rögzítése és küldése</li>
<li xml:lang="hu">SIP-telefonszoftverként működik</li>
<li xml:lang="hu">Elosztott architektúra – p2p kapcsolatok, DHT a peer felfedezéshez</li>
<li xml:lang="hu">Több eszköz támogatása</li>
</ul>
<p xml:lang="hu">
Elérhetők a GNU/Linux, Windows, macOS, iOS, Android és Android TV ügyfélalkalmazásai, így a Jami interoperábilis és többplatformos kommunikációs keretrendszerré válik.
</p>
</description>
<url type="homepage">https://jami.net/</url>
<url type="bugtracker">https://git.jami.net/savoirfairelinux/ring-daemon/issues/</url>
<url type="faq">https://jami.net/help/</url>
<url type="help">https://git.jami.net/savoirfairelinux/jami-project/-/wikis/home</url>
<url type="donation">https://www.paypal.com/donate/?hosted_button_id=MGUDJLQZ4TP5W</url>
<url type="translate">https://www.transifex.com/savoirfairelinux/jami</url>
<provides>
@PROVIDES_CONTENT@
</provides>
<!-- https://specifications.freedesktop.org/menu-spec/latest/apa.html -->
<!-- https://specifications.freedesktop.org/menu-spec/latest/apas02.html -->
<categories>
<category>Chat</category>
<category>Communication</category>
<category>FileTransfer</category>
<category>InstantMessaging</category>
<category>Network</category>
<category>P2P</category>
<category>Productivity</category>
</categories>
<content_rating type="oars-1.1">
<content_attribute id="social-chat">intense</content_attribute>
<content_attribute id="social-audio">intense</content_attribute>
</content_rating>
</component>