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
13
pub mod attachment_cleanup;
pub mod backup_cleanup;
pub mod message_cleanup;
pub mod notification;
pub mod push_notification;
pub mod refresh_token_cleanup;

pub use attachment_cleanup::AttachmentCleanupWorker;
pub use backup_cleanup::BackupCleanupWorker;
pub use message_cleanup::MessageCleanupWorker;
pub use notification::NotificationWorker;
pub use push_notification::PushNotificationWorker;
pub use refresh_token_cleanup::RefreshTokenCleanupWorker;