XMPP MUC (0045) implementation in Rust
Find a file
Maxime “pep” Buquet b7ee30c3f7
Add test for joining an existing room
- Send affiliation/role in occupant presence. Always the same for now.
- Send one presence per occupant (might changer again later on)
- Store subject in Room. Store participant/date alongside subject

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-09-12 00:22:36 +02:00
src Add test for joining an existing room 2022-09-12 00:22:36 +02:00
.gitignore Initial commit: Users can join! 2022-09-07 20:08:27 +02:00
Cargo.toml Add TestComponent.expect_with; test for Delay in MUC subject 2022-09-10 18:00:02 +02:00