X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FMessage-Flow.md;h=e9679856953c1e3677482bd442bbdffa379355e6;hb=0ad18afb7b670e7a72c253d980fc132c70fb9267;hp=69a10b2324236b54d7a13e29cc6c0f926dec6ba2;hpb=66da9976dc70d4a6c63e73ff9545684db881c07d;p=friendica.git diff --git a/doc/Message-Flow.md b/doc/Message-Flow.md index 69a10b2324..e967985695 100644 --- a/doc/Message-Flow.md +++ b/doc/Message-Flow.md @@ -6,8 +6,6 @@ There are multiple paths, using multiple protocols and message formats. Those attempting to understand these message flows should become familiar with (at the minimum) the [DFRN protocol document](https://github.com/friendica/friendica/blob/stable/spec/dfrn2.pdf) and the message passing elements of the OStatus stack (salmon and Pubsubhubbub). -Most message passing involves the file include/items.php, which has functions for several feed-related import/export activities. - When a message is posted, all immediate deliveries to all networks are made using include/notifier.php, which chooses how (and to whom) to deliver the message. This file also invokes the local side of all deliveries including DFRN-notify.