#social 2019-01-30

2019-01-30 UTC
timbl, xmpp-social and _xmpp-social joined the channel
#
Cult
hello !
timbl joined the channel
#
cwebber2
hi Cult
tantek, cwebber and jdormit_mobile joined the channel
#
jdormit
Anyone know what C2S implementations are out there? Are they all using OAuth2?
tantek and timbl joined the channel
#
heluecht[m]
Does some system support processing a "follow" request to specific objects like notes?
#
cwebber
jdormit: I have some half-baked ones and yes they use oauth2
#
cwebber
heluecht[m]: it could be done as long as the object has an inbox. afaik nobody has done this, but it's a good idea I think
#
heluecht[m]
The idea is to send a "follow note" to the actor of the specific note. This should tell the receiver that the sender wants to get all new posts that belong to that note.
#
heluecht[m]
So the object is the note - and the inbox is the inbox of the actor who wrote this note.
#
heluecht[m]
Today we merged it in our "develop" branch: https://github.com/friendica/friendica/pull/6565