luabot
luabot copied to clipboard
Support the Matrix protocol
There, it would be great if Luabot could connect to Matrix. Probably as an application service. And this would likely need abstracting how the bot connects to the network.
Inspiration:
At first I started trying to implement this directly in Luabot, but the Matrix support ended up growing into a separate Matrix client library for Lua. The best course of action will be to use lua-matrix once it has support for the application services part of the API.
Using lua-matrix will require #40 to be tackled first.