Just to clear things a bit. When a user joins a regular channel it receives
a channel object which includes the user object of all its members.

The client framework loops through this list of users and triggers the join
event.

When a user joins a non interactive channel the user also receives the
channel object but the members list is omitted thus the initial join events
are not triggered. Not sure if this type of channels will received the join
event/raw from the server if a new user joins the channel.

But realistically how many users are you planning  on having per channel?
You can't create an application without limits.
On Jul 23, 2014 8:22 AM, "Louis Charette" <[email protected]> wrote:

> All I can find using my phone right now is this :
> http://ape-project.org/docs/server/symbols/Ape.channel.html#static_isInteractive
>
> May be something more on the google group.
>
> Envoyé de mon iPhone
>
> Le 2014-07-23 à 08:15, Nicolas <[email protected]> a écrit :
>
> Yes I amusing sessions.
>
> There is another mistery to be solved here.
>
> Anybody else knows anything about this *?
>
>
>
> Le mercredi 23 juillet 2014 13:11:03 UTC+1, Pablo a écrit :
>>
>> Hey,
>> Are you using sessions?
>>
>> I think the channel *main_chat is a read only channel meaning users are
>> not suppose/allowed to send anything.
>> On Jul 23, 2014 6:48 AM, "Nicolas" <[email protected]> wrote:
>>
>>> Also noticeable:
>>>
>>> 1) My channel name is "*main_chat". From the doc, the * prevents the
>>> channel to send any JOIN.
>>>
>>> 2) The second page is on the same window as the first. I am not opening
>>> a new window.
>>>
>>> 3) I normally receive the ALREADY_ON_CHANNEL at the opening of the
>>> second page.
>>>
>>> Thanks for helping...
>>>
>>>
>>>
>>>
>>> Le mercredi 23 juillet 2014 11:40:46 UTC+1, Nicolas a écrit :
>>>>
>>>> Hi,
>>>>
>>>> I have a main chat in one window. I can post and receive posts fine too.
>>>>
>>>> When my user goes to another page with the same chat/channel, I don't
>>>> receive anything from the channel, nor can't post anything. I can see my
>>>> message being sent, but APE does not react to it.
>>>>
>>>> I hooked the SEND command on the server:
>>>> Ape.registerHookCmd("SEND", function(params, info)
>>>> On the second page, a SEND does not reach the HOOK.
>>>>
>>>> Also, I can confirm that the pipe I am sending through is the same as
>>>> the one from the first page.
>>>>
>>>> Is the problem related to sub-users of something like that?
>>>>
>>>> Thanks for any help.
>>>>
>>>> Nicolas.
>>>>
>>>  --
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "APE Project" group.
>>> To post to this group, send email to [email protected]
>>> To unsubscribe from this group, send email to
>>> [email protected]
>>> For more options, visit this group at
>>> http://groups.google.com/group/ape-project?hl=en
>>> ---
>>> APE Project (Ajax Push Engine)
>>> Official website : http://www.ape-project.org/
>>> Git Hub : http://github.com/APE-Project/
>>>
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "APE Project" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to [email protected].
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>  --
> --
> You received this message because you are subscribed to the Google
> Groups "APE Project" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/ape-project?hl=en
> ---
> APE Project (Ajax Push Engine)
> Official website : http://www.ape-project.org/
> Git Hub : http://github.com/APE-Project/
>
> ---
> You received this message because you are subscribed to the Google Groups
> "APE Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>
>  --
> --
> You received this message because you are subscribed to the Google
> Groups "APE Project" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/ape-project?hl=en
> ---
> APE Project (Ajax Push Engine)
> Official website : http://www.ape-project.org/
> Git Hub : http://github.com/APE-Project/
>
> ---
> You received this message because you are subscribed to the Google Groups
> "APE Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

--- 
You received this message because you are subscribed to the Google Groups "APE 
Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to