mirror of
https://github.com/matrix-org/matrix.org.git
synced 2026-01-11 20:07:22 +00:00
Update: Change maturity status for mautrix bridges (#3083)
* 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:
parent
3d9a03401e
commit
47dc535cfc
7 changed files with 35 additions and 36 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue