Go to file
Skylar Sadlier b93a54f041 - Fixed not being able to disable e2ee
- Session.logged_out events are now processed to display an error from the node (helps user figure out why their login failed).
2021-08-30 13:15:22 -06:00
examples Added some examples 2021-08-18 14:19:20 -06:00
src - Fixed not being able to disable e2ee 2021-08-30 13:15:22 -06:00
.gitignore Initial commit of an alpha version. 2021-08-14 09:00:57 -06:00
example.png - matrix-receive node updated so that msg.sender is msg.userId instead (for better node chaining). 2021-08-18 11:18:29 -06:00
LICENSE Initial commit 2021-08-11 18:06:06 -06:00
package-lock.json - Update version to 0.1.5 2021-08-23 10:17:08 -06:00
package.json Fixed issue with node-localstorage being a dev dependency when it shouldn't be. Also added informational text to matrix-server-config.html 2021-08-26 09:39:04 -06:00
README.md - Update version to 0.1.5 2021-08-23 10:17:08 -06:00

node-red-contrib-matrix-chat

Matrix chat server client for Node-RED

Currently we are in beta. We ask that you open any issues you have on our repository to help us reach a stable well tested version. Things may change & break before our first release so check changelog before updating.

Features

The following is supported from this package:

  • End-to-end encryption supported
  • Receive events from a room (messages, reactions, images, and files) whether encrypted or not
  • Send Images/Files (sending files to e2ee room doesn't currently encrypt them yet)
  • Decrypt files in e2ee rooms
  • Send HTML/Plain Text Message/Notice
  • React to messages
  • Register user's on closed registration Synapse servers using registration_shared_secret (Admin Only)
  • List out users on a Synapse server (Admin Only)
  • Get WhoIs info for a Synapse user (Admin Only)
  • Add/Edit Synapse users using the v2 API (requires a pre-existing admin account)
  • Deactivate users on Synapse servers (Admin Only)
  • Get a user list from a room
  • Kick user from room
  • Ban user from room
  • Join a room
  • Create a room
  • Invite to a room
  • Synapse admin API to force add user to room (requires bot to be in same room already)

Therefore, you can easily build a bot, chat relay, or administrate your Matrix server from within Node-RED.

Examples

We have examples! Check them out

Installing

You can either install from within Node-RED by searching for node-red-contrib-matrix-chat or run this from within your Node-RED directory:

npm install node-red-contrib-matrix-chat

Usage

Using this package is very straightforward. Examples coming soon!

Other Packages

Contributing

All contributions are welcome! If you do add a feature please do a pull request so that everyone benefits :) Sharing is caring.