Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfrederickson/matrix-xmpp-bridge
https://github.com/jfrederickson/matrix-xmpp-bridge
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jfrederickson/matrix-xmpp-bridge
- Owner: jfrederickson
- Archived: true
- Created: 2015-06-19T05:34:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-02T19:59:56.000Z (over 5 years ago)
- Last Synced: 2024-08-02T12:48:13.034Z (3 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 11
- 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