Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amasecocoa/pulse

An instant messenger compatible with ActivityPub
https://github.com/amasecocoa/pulse

Last synced: about 1 month ago
JSON representation

An instant messenger compatible with ActivityPub

Awesome Lists containing this project

README

        

# Pulse
An instant messenger compatible with ActivityPub.

Backend is Written with Python (Framework uses [Robyn](https://robyn.tech/)).
## Restrictions on Federation
* "Friend" in Pulse is treated as "follow" on ActivityPub.
* Reactions to messages from remote users of software for which reactions are not available are treated as "Like".
* Pulse cannot display public posts of remote users.
* In the future, we plan to implement a "Feed" function that will allow users to view the public posts of the users they follow.
* Currently, Pulse users must be "Friends" (follow each other) in order to send messages from Pulse users but, non-Pulse remote users are not affected by this restriction.