-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support mautrix bridgev2 / megabridge APIs #3577
base: master
Are you sure you want to change the base?
Conversation
6baa7ce
to
61851df
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good!
How does authentication work?
Have you got mautrix-manager working and successfully accessing the Messenger bridge's bridgev2 API?
roles/custom/matrix-bridge-mautrix-meta-messenger/tasks/validate_config.yml
Outdated
Show resolved
Hide resolved
Thanks for the reply !
Note: to read log outputs from I will work on adding supported bridges. |
Closes #3912
New versions of the mautrix go bridges include standardized HTTP endpoints that can be used to log in and manage sessions (spec). Some clients may choose to provide interfaces. At this time, mautrix-manager can consume these endpoints. An auto-discovery
.well-known
file can be set.This PR aims to make these endpoints public and setup auto-discovery.
Please let me know :