Skip to content

turt2live/matrix-bot-sdk

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date
Oct 30, 2023
Dec 27, 2021
May 13, 2023
Jan 27, 2025
Jan 27, 2025
May 29, 2022
Jul 24, 2021
Jun 10, 2018
May 29, 2022
Aug 11, 2023
Sep 21, 2022
Nov 18, 2021
Jan 18, 2024
Dec 20, 2018
Jul 15, 2022
May 29, 2022
Mar 3, 2024

Repository files navigation

matrix-bot-sdk

npm version

TypeScript/JavaScript SDK for Matrix bots. For help and support, visit #matrix-bot-sdk:t2bot.io

Documentation

Documentation for the project is available here.

Matrix version support

The Matrix protocol is versioned to ensure endpoints and functionality can safely rotate in and out of the ecosystem. The bot-sdk will assume it is connected to a homeserver with support for at least one of the last 2 versions, at the time of the bot-sdk's release. This means that if you connect the bot-sdk to a homeserver which is 3 or more Matrix versions out of date, things might not work for you.

It is recommended to update the bot-sdk as frequently as spec releases themselves (or faster) to avoid this situation, and watch the repo for updates in the event a release is delayed.

Note: Currently the bot-sdk does not throw an error if the server appears to be incompatible, however this might change in the future.