On 25/06/2012 15:46, N. Morse wrote:
> if you use "this.now" it will be a channel to the one client that called
> the server side function.
>
> // on the server side...
> everyone.now.a_function_that_any_client_can_call = function
> (argument_sent_to_this_server) {
> var the_client = this.now;
>
> the_client.a_client_side_function(an_argument_sent_ONLY_to_calling_client);
> };
> // ...
>
> I hope this helps.
>
>
> On Mon, Jun 25, 2012 at 7:38 AM, KLRUMPF <
klr...@gmail.com
> <mailto:
klr...@gmail.com>> wrote:
>
> thanks, you mean setting up a group with just one user
> to keep it separate?
>
>
>
>
>
> On 24/06/2012 22:53, Filipe Deschamps wrote:
>
> I have the same doubt and I will have to accomplish this in a couple
> months.
>
> Probably I will create a special group where the name of this
> group is