From 0530b82c4b212bc519bd1fb68305369ff3db4d02 Mon Sep 17 00:00:00 2001 From: annando Date: Sat, 3 Jan 2015 10:08:10 -0800 Subject: [PATCH] Updated Protocol (markdown) --- Protocol.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Protocol.md b/Protocol.md index b772bf1..826c4e0 100644 --- a/Protocol.md +++ b/Protocol.md @@ -1,6 +1,6 @@ # General -* Friendica uses [DFRN](https://macgirvin.com/spec/dfrn2.pdf) as protocol. -* The messages use [ActivityStreams](http://activitystrea.ms/head/activity-schema.html). +* Friendica uses [DFRN](https://macgirvin.com/spec/dfrn2.pdf) as message protocol. +* The messages uses [ActivityStreams](http://activitystrea.ms/head/activity-schema.html). * [Webfinger](https://code.google.com/p/webfinger/wiki/WebFingerProtocol) is used for the discovery of users * [Salmon](https://en.wikipedia.org/wiki/Salmon_%28protocol%29) is used as a message exchange protocol for replies and mentions. * [Portable Contacts](http://portablecontacts.net/draft-spec.html) is used for friends lists.