obscura-server 0.9.1

A server for relaying secure messages using the Signal Protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod attachment_service;
pub mod auth_service;
pub mod backup_service;
pub mod crypto_service;
pub mod device_service;
pub mod gateway;
pub mod health_service;
pub mod key_service;
pub mod message_service;
pub mod notification_service;
pub mod push_token_service;
pub mod rate_limit_service;