From 424243d2ab05055bff32d9255c9c8d5c357ea8b1 Mon Sep 17 00:00:00 2001 From: Michael Rienstra Date: Mon, 20 Feb 2012 15:48:56 -0800 Subject: [PATCH] Retrieving room count in a better way (using Group count method instead of counting the Group users property). Added notification of leaving and entering -- though this is a bit crude, may be better to leave it out, rather than show it being done somewhat poorly. --- examples/multiroomchat_example/multiroomchat.html | 2 +- examples/multiroomchat_example/multiroomchat_server.js | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/examples/multiroomchat_example/multiroomchat.html b/examples/multiroomchat_example/multiroomchat.html index 9e6e2ee..dc61388 100644 --- a/examples/multiroomchat_example/multiroomchat.html +++ b/examples/multiroomchat_example/multiroomchat.html @@ -8,7 +8,7 @@