From bdb106d645f5b538bd962f71f5f432d7f9942c1a Mon Sep 17 00:00:00 2001 From: NataliaWoof Date: Sun, 19 Oct 2025 17:00:20 -0500 Subject: [PATCH] Add MAS Token Bot plugin Adding MAS token bot to the official plugin list for maubot --- data/plugins/thirdparty/mas-token-bot.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/plugins/thirdparty/mas-token-bot.yaml diff --git a/data/plugins/thirdparty/mas-token-bot.yaml b/data/plugins/thirdparty/mas-token-bot.yaml new file mode 100644 index 0000000..30a82b2 --- /dev/null +++ b/data/plugins/thirdparty/mas-token-bot.yaml @@ -0,0 +1,16 @@ +# The name of the plugin. +name: MAS Token Bot +# A link to the Git repository. +repo: https://github.com/NataliaWoof/mas-token-bot +# The SPDX license identifier for the plugin (same as in maubot.yaml) +license: AGPL-3.0-or-later +# The author of the plugin. +author: NataliaWolf (forked from yoxcu) +# A short description for the plugin. May contain markdown. +description: A maubot to create and manage your homeservers user registration tokens when using a Matrix-Authentication-Service (MAS). +# Antifeature identifiers. Currently the only defined value is `synchronous`, +# which must be included if the plugin uses non-async libraries in the main +# thread (because that can block the whole maubot process). +antifeatures: [] +# List of public bot user IDs where the plugin is running. +public_instances: []