mirror of
https://github.com/matrix-org/matrix.org.git
synced 2026-01-11 20:07:22 +00:00
Update: Change maturity status of android-sms (#3085)
* Update: Change maturity status of android-sms 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
ae269812f4
commit
71e14d23f6
1 changed files with 22 additions and 22 deletions
|
|
@ -1,25 +1,3 @@
|
|||
[[bridges]]
|
||||
name = "android-sms"
|
||||
maintainer = "Beeper"
|
||||
summary = """
|
||||
An Android app that wraps [mautrix-imessage](https://github.com/tulir/mautrix-imessage)
|
||||
to bridge SMS from your Android phone to Matrix.
|
||||
"""
|
||||
maturity = "Alpha"
|
||||
language = "Kotlin"
|
||||
license = "Apache-2.0"
|
||||
repo = "https://gitlab.com/beeper/android-sms"
|
||||
room = "#imessage:maunium.net"
|
||||
featured = false
|
||||
privilege.platform = "User" # Free text
|
||||
privilege.matrix = "Homeserver Admin" # Any of Homeserver Admin, Room Admin, None
|
||||
[bridges.supports]
|
||||
sms = true
|
||||
mms = true
|
||||
rcs = false
|
||||
group_chats = true
|
||||
history_from_android = true
|
||||
|
||||
[[bridges]]
|
||||
name = "mautrix-gmessages"
|
||||
maintainer = "Tulir"
|
||||
|
|
@ -67,3 +45,25 @@ mms = false
|
|||
rcs = false
|
||||
group_chats = true
|
||||
history_from_android = false
|
||||
|
||||
[[bridges]]
|
||||
name = "android-sms"
|
||||
maintainer = "Beeper"
|
||||
summary = """
|
||||
An Android app that wraps [mautrix-imessage](https://github.com/tulir/mautrix-imessage)
|
||||
to bridge SMS from your Android phone to Matrix.
|
||||
"""
|
||||
maturity = "Obsolete"
|
||||
language = "Kotlin"
|
||||
license = "Apache-2.0"
|
||||
repo = "https://gitlab.com/beeper/android-sms"
|
||||
room = "#imessage:maunium.net"
|
||||
featured = false
|
||||
privilege.platform = "User" # Free text
|
||||
privilege.matrix = "Homeserver Admin" # Any of Homeserver Admin, Room Admin, None
|
||||
[bridges.supports]
|
||||
sms = true
|
||||
mms = true
|
||||
rcs = false
|
||||
group_chats = true
|
||||
history_from_android = true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue