obscura-server 0.4.2

A server for relaying secure messages using the Signal Protocol
Documentation
1
2
3
4
5
6
7
8
9
pub mod attachment_cleanup;
pub mod message_cleanup;
pub mod notification;
pub mod push_notification;

pub use attachment_cleanup::AttachmentCleanupWorker;
pub use message_cleanup::MessageCleanupWorker;
pub use notification::NotificationWorker;
pub use push_notification::PushNotificationWorker;