Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amasecocoa/pulse
- Owner: AmaseCocoa
- License: agpl-3.0
- Created: 2024-08-08T17:56:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T13:29:11.000Z (5 months ago)
- Last Synced: 2024-08-21T14:55:58.853Z (5 months ago)
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.