For interactive channels, on the user join event, you can determine the pipe of that user and use it to send a message to them.
Alternatively, you can create a custom server side function that looks up a user's pubid by some other attribute (such as their 'username') and sends a message to them. In this way you could send a message to another user on another channel, or without otherwise having access to the pubid of the user in question. Johnathan On Sat, Oct 23, 2010 at 7:07 AM, Alaa Keshim <[email protected]> wrote: > Hello > > user1 joined channel test1, user2 joined channel test2 (or even just > connected and didn't joined a channel) > How can I send a message from user1 to user2 if i only know the name > of the user? or how can the user1 get the pipe id of the user2 to be > able to send messages to him? > Thanks in advance. > > -- > 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]<ape-project%[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 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/
