I use jquery to write an ape client. I run into a problem.
I want to change nickname of user after client loaded. I checked
official tutorial of jquery shoutbox demo and found the code:
//We change ou name from Guest_XXXX to the good one
client.core.request.send('setProperty', {
properties: {
'name': name
}
});
I used the code but it didn't work. Could anyone help me?
Additional, is there a predefined commands list of ape? I didn't find
it on ape-project website.
Any help would be appreciated!
Thanks.
--
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/