Add Join Handler #79

Open
linos wants to merge 1 commit from join_ignore into main
Owner

Currently this Join-handler only sends an Ignore when receiving a Join requests targeting a valid Event.
However, it already demonstrates the Join feature to the point where an Event-Plugin might take over to handle a valid Join.

ToDo:

  • Write Unit-Tests
  • Review the sending of the Ignore response
Currently this Join-handler only sends an `Ignore` when receiving a `Join` requests targeting a valid `Event`. However, it already demonstrates the `Join` feature to the point where an Event-Plugin might take over to handle a valid `Join`. ToDo: - [ ] Write Unit-Tests - [ ] Review the sending of the `Ignore` response
linos added 1 commit 2024-11-19 11:44:37 +01:00
first draft of join handler
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Failing after 50s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Successful in 1m0s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Successful in 1m1s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 1m0s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 58s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 57s
08f136d52f
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Failing after 50s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Successful in 1m0s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Successful in 1m1s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 1m0s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 58s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 57s
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin join_ignore:join_ignore
git checkout join_ignore
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Event-Federation/wordpress-activitypub-event-bridge#79
No description provided.