iris-chat 0.1.28

Iris Chat command line client and shared encrypted chat core
Documentation
1
2
3
4
5
6
7
8
9
use super::protocol::build_protocol_subscription_filters;
use super::*;
use nostr_double_ratchet_runtime::{NdrRuntime, SessionManagerEvent};

include!("tests/protocol_runtime.rs");
include!("tests/protocol_filters_push.rs");
include!("tests/app_keys_invites_requests.rs");
include!("tests/direct_messages_typing.rs");
include!("tests/groups_persistence_helpers.rs");