diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/Main.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/Main.hs b/main/Main.hs index 3c1494d..6591239 100644 --- a/main/Main.hs +++ b/main/Main.hs @@ -87,6 +87,8 @@ availableServices = True "attach (to) other devices" , ServiceOption "sync" (someService @SyncService Proxy) True "synchronization with attached devices" + , ServiceOption "chatroom" (someService @ChatroomService Proxy) + True "chatrooms with multiple participants" , ServiceOption "contact" (someService @ContactService Proxy) True "create contacts with network peers" , ServiceOption "dm" (someService @DirectMessage Proxy) |