Skip to content

Commit

Permalink
Add Parsee to the XMPP bridge list (#2500)
Browse files Browse the repository at this point in the history
* Add Parsee to the XMPP bridge list

* Fix flaws in PR

* Dimwit licensing

---------

Co-authored-by: lda <[email protected]>
  • Loading branch information
seija-amanojaku and lda authored Sep 26, 2024
1 parent 9c0de38 commit ada184c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions content/ecosystem/bridges/xmpp/bridges.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,24 @@ channel = true
message_media = true
replies = true
mentions = true

[[bridges]]
name = "parsee"
maintainer = "LDA"
summary = """
The jealous XMPP-Matrix bridge
"""
maturity = "Alpha"
language = "C"
license = "AGPL-3.0-or-later"
room = "#parsee:tedomum.net"
repo = "https://git.kappach.at/lda/Parsee"
featured = false
privilege.platform = "JCP Access"
privilege.matrix = "Homeserver Admin"
[bridges.supports]
dm = true
channel = true
message_media = true
replies = true
mentions = false

0 comments on commit ada184c

Please sign in to comment.