ruwuma/ruma-federation-api/src/transactions.rs
iinuwa bfad8cf1f1
Add send transaction endpoint
Also refactor PDU types and move them to ruma-events
2020-06-17 11:02:19 +02:00

4 lines
106 B
Rust

//! Endpoints for exchanging transaction messages between homeservers.
pub mod send_transaction_message;