libQuotient
libQuotient copied to clipboard
Initial support for Spaces
At least:
- [ ] Distinguish space-rooms (via
m.space
room "type") - maybe even deviseclass Space : public Room
for that? - [ ] Add a class for
m.space.child
state event and respective room list accessors inRoom
(Space
?) - [ ] Add a class for
m.space.parent
state event and respective accessors inRoom
(again,Space*
might be a good data type for accessors)