I believe there is a bug with uni-pipe to uni-pipe communication,
the RAW is sent to the right node but APE JSF can't handle it because it 
seems that the RAW received in the browser has the wrong pipe info.
So  raw.data.from  and  raw.data.pipe  are the same(i have attached a 
picture to illustrate this). 

<https://lh5.googleusercontent.com/-y0nuW5nE6zM/Tf5pQEjS_zI/AAAAAAAAABo/AlwDgvbGq4U/Capture.PNG>

My guess is that  raw.data.pipe  should have the recipient's 
information instead of the sender's
The only way i can trigger the uni-pipe onRaw("PM") event is if i send a 
message to itself

This is the command i use if someone want to take a look at it
http://pastebin.com/P9FT6xez

The same is true if i try so send a message straight from the APE JS client, 
Ex:
 client.core.getPipe("0db39cf4d75509aeff423a3625392dd8").send("hello") 

-- 
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/

Reply via email to