matrix-sydent 2.5.1-1.1 source package in Ubuntu

Changelog

matrix-sydent (2.5.1-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * No source change upload to rebuild with debhelper 13.10.

 -- Michael Biebl <email address hidden>  Sat, 15 Oct 2022 12:21:03 +0200

Upload details

Uploaded by:
Matrix Packaging Team
Uploaded to:
Sid
Original maintainer:
Matrix Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
matrix-sydent_2.5.1-1.1.dsc 2.4 KiB 5c0a1e6c968184661aa8a07f1e619d215cf6074b0afe9e25882b731c3448e520
matrix-sydent_2.5.1.orig.tar.gz 128.0 KiB fa006900e479fc7d0b03bd808f5b1bfa1f3271ad3588a205c41d679be5b8fc20
matrix-sydent_2.5.1-1.1.debian.tar.xz 9.9 KiB 354b7f9c63f88d09cf981cf7affeb082697ecc83f9e3d1b27a67a8b7c13cf50c

Available diffs

No changes file available.

Binary packages built by this source

matrix-sydent: Matrix reference identity server

 Sydent is a reference implementation of the Matrix Identity Server API
 in Python, supporting:
 .
   - Validation of 3PIDs (email and MSISDNs) for signup and discovery
   - Binding of 3PIDs to MXIDs (for discovery)
   - Lookup of 3PIDs to MXIDs
   - Storing unresolved 3PID invites.
   - Replication of assertions across a closed federation.
 .
 Instances currently run at matrix.org and vector.im; meanwhile others
 are free to run their own but they will not be able to participate in
 the global directory lookup table.
 .
 N.B. use of the Identity Server API is stricly optional in Matrix - it's
 only used to resolve 3PIDs to MXIDs.
 .
 Matrix is an open standard for interoperable, decentralised, real-time
 communication over IP. It can be used to power Instant Messaging, VoIP/WebRTC
 signalling, Internet of Things communication or anywhere where's a need for
 a standard HTTP API for publishing and subscribing to data whilst tracking the
 conversation history.
 .
 In Matrix, every user runs one or more Matrix clients, which connect through
 to a Matrix homeserver. The homeserver stores all their personal chat history
 and user account information, much as a mail client connects through to an
 IMAP/SMTP server.