Dear APE Team,
 I want to use only the controller and HTTP hit functionality on the
JSSS. So in the main_ape.js fileI had commented the below lines
include("framework/mootools.js");
include("framework/http_auth.js");
include("commands/proxy.js");
include("utils/checkTool.js");
include("examples/move.js");
include("examples/ircserver.js");
include("examples/nickname.js");
--------------------------
The below files were letf uncommented
    include("framework/userslist.js");
    include("framework/Http.js");
    include("commands/inlinepush.js");
    include("utils/utils.js");

But on CONNECT HookCmd when Im sending a custom raw after some
validation, I'm not able to receive that raw on the client side and Im
getting an error which says TypeError: cmd.sendResponse is not a
function.

Can you please share some pointers to this.

Regards,
Sudeep Sunthankar

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