9 lines
217 B
C++
9 lines
217 B
C++
|
|
#include "session/session.h"
|
||
|
|
|
||
|
|
namespace voicecat::session {
|
||
|
|
|
||
|
|
// M0 stub. Channel tree, users, streams, permissions, and ephemeral text relay land in M1.
|
||
|
|
// See docs/protocol.md §5.
|
||
|
|
|
||
|
|
} // namespace voicecat::session
|