mirror of
https://github.com/logos-messaging/pm.git
synced 2026-01-02 14:13:09 +00:00
959 B
959 B
Signal Network PoC FURPS
Functionality
- Establish direct connection to remote peer using their public key as identifier.
Usability
- Developers can implement their own application-level discovery method.
- Only remote peer's public key is needed to initiate connection.
- Hook is provided for developer to filter inbound connection requests.
Reliability
- End-to-end reliability is implemented for the signaling conversation.
- No provided reliability for established connections, left to the developer (e.g. keep alive).
Supportability
- Developers can use this protocol in web application, imported from npmjs.com.
- Developers can use this protocol to initiate WebRTC connections.
- Only 1:1 direct connections are supported.
+ (Privacy, Anonymity, Deployments)
- Network observers cannot retrieve node connection details; forward secrecy is not included.
- STUN and TURN servers may be required for WebRTC usage.