Commit graph

7 commits

Author SHA1 Message Date
35e323f448
Rename types module to room
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-09-10 18:37:15 +02:00
0282a8905c
Change pub(crate) into pub
Modules aren't publicly exported anyway so it should be about the same.

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-09-10 18:33:57 +02:00
7797af95b9
Add TestComponent.expect_with; test for Delay in MUC subject
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-09-10 18:00:02 +02:00
b29ac6b274
add test_0045_join_presence_empty_room
Remove static ROOMS, pass it down to handlers

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-09-10 12:38:42 +02:00
88828da67e
New ComponentTrait for testing
Move handlers in their own module. Add a component module for the
Component newtype and TestComponent. Add a tests component.

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-09-10 10:36:56 +02:00
6019772e64
Remove iter_mut impl on Occupant
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-09-08 00:26:56 +02:00
ca068ba243
split types
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-09-08 00:26:08 +02:00