/unha2

RocketChat python client library - WIP

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

Unha2

This is a work-in-progress library to interact with Rocket.Chat using websockets (the "realtime API").

The main goal is to be able to build an XMPP client bridge that doesn’t require webhooks or admin rights, and that appears as a normal XMPP chatroom (e.g. #general%demo.rocket.chat@my.xmpp.server), in the same spirit as biboumi.

Currently, nothing works (experimenting the desired level of abstraction).

Thanks

Many things were found out from reading the source of purple-rocketchat, so I want to thank its author for taking the time to write the plugin.