aperezdc / luabot

An XMPP (Jabber) bot written in Lua using the protocol implementation from Verse/Prosody
Other
27 stars 7 forks source link

Support the Matrix protocol #31

Open aperezdc opened 8 years ago

aperezdc commented 8 years ago

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 commented 8 years ago

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.