Update: Change maturity status for mautrix bridges (#3083)
Some checks failed
Linters / Spell Check with Typos (push) Has been cancelled
Linters / Lint Markdown with rumdl (push) Has been cancelled
Build site / Build the site (push) Has been cancelled

* Update: Change maturity status of mautrix-signal

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>

* Update: Change maturity status of mautrix-whatsapp

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>

* Update: Change maturity status of mautrix-slack

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>

* Update: Change maturity status of mautrix-meta

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>

* Update: Change maturity status of mautrix-twitter

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>

* Update: Change maturity status of mautrix-googlechat

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>

* Update: Revert maturity status change for mautrix-googlechat 

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>

* Update: Change maturity status of mautrix-gmessages

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>

* Update: Change maturity status of mautrix-meta

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>

* Update: Change order of mautrix-facebook

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>

* Update: Change order of android-sms

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>

---------

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>
This commit is contained in:
Jack S. 2025-12-22 22:18:33 +00:00 committed by GitHub
parent 3d9a03401e
commit 47dc535cfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 35 additions and 36 deletions

View file

@ -6,7 +6,7 @@ A Matrix-Twitter DM puppeting bridge. Written in Python using
[mautwitdm](https://github.com/mautrix/twitter/tree/master/mautwitdm) and
[mautrix-python](https://matrix.org/docs/projects/sdk/mautrix-python.html).
"""
maturity = "Beta"
maturity = "Stable"
language = "Python"
license = "AGPL-3.0-or-later"
docs = "https://docs.mau.fi/bridges/go/setup.html?bridge=twitter"

View file

@ -1,3 +1,32 @@
[[bridges]]
name = "mautrix-meta"
maintainer = "Tulir"
summary = """
A Matrix-Facebook Messenger and Instagram DM puppeting bridge.
"""
maturity = "Stable"
language = "Go"
license = "AGPL-3.0-or-later"
docs = "https://docs.mau.fi/bridges/go/setup.html?bridge=meta"
repo = "https://github.com/mautrix/meta"
room = "#meta:maunium.net"
featured = true
privilege.platform = "User" # Free text
privilege.matrix = "Homeserver Admin" # Any of Homeserver Admin, Room Admin, None
[bridges.supports]
dm = true
formatted_text = false
message_media = true
replies = true
mentions = true
redactions = true
reactions = true
editing = true
presence = false
read_receipts = true
typing_notifications = true
encryption = true
[[bridges]]
name = "mautrix-facebook"
maintainer = "Tulir"
@ -28,32 +57,3 @@ presence = true
read_receipts = true
typing_notifications = true
encryption = false
[[bridges]]
name = "mautrix-meta"
maintainer = "Tulir"
summary = """
A Matrix-Facebook Messenger and Instagram DM puppeting bridge.
"""
maturity = "Alpha"
language = "Go"
license = "AGPL-3.0-or-later"
docs = "https://docs.mau.fi/bridges/go/setup.html?bridge=meta"
repo = "https://github.com/mautrix/meta"
room = "#meta:maunium.net"
featured = true
privilege.platform = "User" # Free text
privilege.matrix = "Homeserver Admin" # Any of Homeserver Admin, Room Admin, None
[bridges.supports]
dm = true
formatted_text = false
message_media = true
replies = true
mentions = true
redactions = true
reactions = true
editing = true
presence = false
read_receipts = true
typing_notifications = true
encryption = true

View file

@ -4,7 +4,7 @@ maintainer = "Tulir"
summary = """
A Matrix-Facebook Messenger and Instagram DM puppeting bridge.
"""
maturity = "Alpha"
maturity = "Stable"
language = "Go"
license = "AGPL-3.0-or-later"
docs = "https://docs.mau.fi/bridges/go/setup.html?bridge=meta"

View file

@ -3,9 +3,8 @@ name = "mautrix-signal"
maintainer = "Tulir"
summary = """
A Matrix-Signal puppeting bridge. Written in Go.
"""
maturity = "Beta"
maturity = "Stable"
language = "Go"
license = "AGPL-3.0-or-later"
docs = "https://docs.mau.fi/bridges/go/setup.html?bridge=signal"

View file

@ -5,7 +5,7 @@ summary = """
A Matrix-Slack puppeting bridge. Written in Go using a fork of
[slack-go](https://github.com/slack-go/slack)
"""
maturity = "Beta"
maturity = "Stable"
language = "Go"
license = "AGPL-3.0-or-later"
docs = "https://docs.mau.fi/bridges/go/setup.html?bridge=slack"

View file

@ -2,7 +2,7 @@
name = "mautrix-gmessages"
maintainer = "Tulir"
summary = "A Matrix-Google Messages puppeting bridge"
maturity = "Beta"
maturity = "Stable"
language = "Go"
license = "AGPL-3.0-or-later"
docs = "https://docs.mau.fi/bridges/go/setup.html?bridge=gmessages"

View file

@ -4,7 +4,7 @@ maintainer = "Tulir"
summary = """
A Matrix-WhatsApp puppeting bridge. Written in Go using [whatsmeow](https://github.com/tulir/whatsmeow)
"""
maturity = "Beta"
maturity = "Stable"
language = "Go"
license = "AGPL-3.0-or-later"
docs = "https://docs.mau.fi/bridges/go/setup.html?bridge=whatsapp"