]> git.mxchange.org Git - friendica.git/commit
AP class will be split in processor, receiver and transmitter
authorMichael <heluecht@pirati.ca>
Wed, 3 Oct 2018 06:15:07 +0000 (06:15 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 3 Oct 2018 06:15:07 +0000 (06:15 +0000)
commit4d2e5c2bbee82abd80c566051024aa33440ab805
tree5b82fa55a32eee47dd5667c835fd571c7dd84184
parent76cdc9e59459ba3c59febac20749e9a37490825c
AP class will be split in processor, receiver and transmitter
src/Module/Followers.php
src/Module/Following.php
src/Module/Outbox.php
src/Protocol/ActivityPub.php
src/Protocol/ActivityPub/Processor.php [new file with mode: 0644]
src/Protocol/ActivityPub/Receiver.php [new file with mode: 0644]
src/Protocol/ActivityPub/Transmitter.php [new file with mode: 0644]