ree-1.8.7-2010.02 > APE.invite(1, "conversation_40")
http://mydomain.com:6969?[%7B%22cmd%22:%22add_user%22%7D]
 => {"data"=>{"code"=>"003", "value"=>"BAD_CMD"},
"time"=>"1301650212", "raw"=>"ERR"}

ape-server/scripts/commands/add_user.js:

Ape.registerCmd("add_user", false, function(params, infos) {
  log("params");
});

ape-server/scripts/main.ape.js:

Ape.addEvent("init", function() {
        include("framework/mootools.js");
        include("framework/Http.js");
        include("framework/userslist.js");
        include("utils/utils.js");
        include("commands/proxy.js");
        include("commands/chat.js");
        include("commands/add_user.js");
        include("boss/user.js");
        include("examples/move.js");
        include("utils/checkTool.js"); //Just needed for the APE JSF
diagnostic tool, once APE is installed you can remove it
        //include("examples/ircserver.js");
        //include("framework/http_auth.js");
});

What am I missing here....?

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