luabot icon indicating copy to clipboard operation
luabot copied to clipboard

Support the Matrix protocol

Open aperezdc opened this issue 9 years ago • 1 comments

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:

aperezdc avatar Jun 22 '16 14:06 aperezdc

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.

aperezdc avatar Aug 03 '16 11:08 aperezdc