mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
20 lines
1000 B
XML
20 lines
1000 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<name>Julien Roy</name>
|
|
<email>julien@jroy.ca</email>
|
|
</maintainer>
|
|
<longdescription>
|
|
a daemon that facilitates communication over Signal. It is unofficial, unapproved, and not nearly as secure as the real Signal clients
|
|
Signal does not offer any sort of official API. Unlike traditional messaging applications, the Signal server expects the
|
|
client software to perform encryption and key management. signald handles all of these client-side requirements and
|
|
exposes a plain-text API which can be easily used by developers to build custom Signal clients. </longdescription>
|
|
<upstream>
|
|
<changelog>https://gitlab.com/signald/signald/-/releases</changelog>
|
|
<doc>https://signald.org</doc>
|
|
<bugs-to>https://gitlab.com/signald/signald/-/issues</bugs-to>
|
|
<remote-id type="gitlab">signald/signald</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|