libsession 0.1.3

Session messenger core library - cryptography, config management, networking
Documentation
1
2
3
4
5
6
7
8
9
//! Backend server types for the Session network.
//!
//! Provides configuration and URL parsing for file servers (attachment
//! upload/download) and open group (community) servers.

/// File server configuration, URL parsing, and endpoint constants.
pub mod file_server;
/// Open group (community) server configuration.
pub mod open_group_server;