https://github.com/jfrederickson/matrix-xmpp-bridge
https://github.com/jfrederickson/matrix-xmpp-bridge
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jfrederickson/matrix-xmpp-bridge
- Owner: jfrederickson
- Archived: true
- Created: 2015-06-19T05:34:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-02T19:59:56.000Z (almost 6 years ago)
- Last Synced: 2025-04-01T21:56:17.689Z (about 1 month ago)
- Language: Python
- Size: 4.88 KB
- Stars: 12
- Watchers: 5
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - jfrederickson/matrix-xmpp-bridge - (others)
README
NOTE: This project is no longer maintained (and never really made it past an experimental stage anyway)
# Matrix-XMPP Bridge
This project creates a bridge between a Matrix room and an XMPP MUC. It is currently very early in development and only relays messages one way (from XMPP to Matrix). Use it if you wish, but don't blame me if it blows up in your face.## Using
- Add an AS and HS token to registration.yaml and reference it in your homeserver config as described [here](http://matrix.org/blog/2015/03/02/introduction-to-application-services/)
- Edit mxbridge.conf.example with user and room details for the Matrix/XMPP rooms you would like to bridge and save as /etc/mxbridge.conf
- Start appservice.py and xmpp_component.py in a screen session## Dependencies
- sleekxmpp
- configparser
- requests
- flask