What is the proper way of passing chat message from user control
through a server back to another user DOM. Well maybe that question is
too broad.
Will ape-client and server encode any special character in the message
and deliver it unchanged to other client? Whatever UTF-8 text I pass
to pipe.send() will be the same as params.data.msg in CHAT handler?
I'm using encodeURIComponent / decodeURIComponent (taken from demo on
ape-project.org if I recall, but the page is currenty offline, cannot
confirm) and in some browsers it works, and on another it's not - FF4
encodes the messages twice and there are %20 instead of space and so
on.
ape-client/Demos/Chat/demo.js does not encode messages - is that the
way it should be done?

Cheers

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