Draft: Start supporting integration tests#4
Closed
selfhoster1312 wants to merge 1671 commits intomatterbridge-org:masterfrom
Closed
Draft: Start supporting integration tests#4selfhoster1312 wants to merge 1671 commits intomatterbridge-org:masterfrom
selfhoster1312 wants to merge 1671 commits intomatterbridge-org:masterfrom
Conversation
* [Whatsapp] Add DocumentMessage handler * Fix typo Thanks @42wim :) Co-authored-by: Wim <wim@42.be> Co-authored-by: Wim <wim@42.be>
* [whatsapp] fix crash on encountering VideoMessage * Update handlers.go * gofmt
…#1488) * [whatsapp] make DocumentMessage handler use FileName attribute. referenced: https://github.com/Rhymen/go-whatsapp/blob/master/message.go#L582 * fix lint
* nctalk: support sending file URLs Signed-off-by: Gary Kim <gary@garykim.dev> * nctalk: reduce nesting Co-authored-by: Wim <wim@42.be> Signed-off-by: Gary Kim <gary@garykim.dev> Co-authored-by: Wim <wim@42.be>
Signed-off-by: Gary Kim <gary@garykim.dev>
* nctalk: add message deletion support Signed-off-by: Gary Kim <gary@garykim.dev> * nctalk: seperate out deletion and sending logic Signed-off-by: Gary Kim <gary@garykim.dev> * nctalk: update library to v0.2.0 Signed-off-by: Gary Kim <gary@garykim.dev> * Rename functions to be clearer Signed-off-by: Gary Kim <gary@garykim.dev> * Update to go-nc-talk v0.2.1 Signed-off-by: Gary Kim <gary@garykim.dev> * Update to go-nc-talk v0.2.2 Signed-off-by: Gary Kim <gary@garykim.dev> * Make deletions easier to debug Signed-off-by: Gary Kim <gary@garykim.dev>
* Release v1.22.3
Signed-off-by: Gary Kim <gary@garykim.dev>
Added Systemd section to README.md. Added Systemd to table of contents.
dcea884 to
e26b6a4
Compare
e26b6a4 to
e68f43b
Compare
Collaborator
Author
|
So the pipeline passed for the first time on Github (was working locally since yesterday) but there's still caveats:
|
poVoq
pushed a commit
to poVoq/matterbridge
that referenced
this pull request
Oct 5, 2025
…s/golang.org/x/crypto-0.31.0 Bump golang.org/x/crypto from 0.25.0 to 0.31.0
ce88c2d to
e5bb34b
Compare
This was referenced Oct 24, 2025
Collaborator
Author
|
Closing in favor of #8 |
poVoq
pushed a commit
that referenced
this pull request
Apr 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is very early work. Definitely not ready for review, but i thought i'd get it out here to show what i'm working on.
The idea is each protocol can have its own integration tests to verify that messages actually come through a remote server. This is in my opinion more useful than unit tests, and would allow in the future to actually test the feature matrix matterbridge-org/community#7
Hopefully the test passes here?! It passes locally (with go/prosody/prosody-modules installed) when running
tests/test.sh xmpp outgoing-message. Here's the output it produces for the moment: