Merge pull request #774 from superdump/superdump/fed-pdu-signature-fix

server-server: PDUs are signed by the origin server's private key
This commit is contained in:
Richard van der Hoff 2017-01-03 12:10:00 +00:00 committed by GitHub
commit 3af8b09f93

View file

@ -35,7 +35,7 @@ Persisted Data Units (PDUs):
Like email, it is the responsibility of the originating server of a PDU
to deliver that event to its recipient servers. However PDUs are signed
using the originating server's public key so that it is possible to
using the originating server's private key so that it is possible to
deliver them through third-party servers.
Ephemeral Data Units (EDUs):