You cannot post messages because only members can post, and you are not currently a member.
Description:
Official APE Project (Ajax Push Engine) Group. APE is a complete packaged solution for Ajax Push. Lightweight Comet Server in C, and powerful JavaScript Framework based on Mootools.
|
|
|
Contacting APE Server (adding frequency)
|
| |
hola,
i am testing your ape installation and show the next error,
Running test : Contacting APE Server (adding frequency)
Can't contact APE Server. Please check the folowing url is pointing to
your APE server : [link]
my configuration is:
config.js
APE.Config.baseUrl = '[link] //APE JSF... more »
|
|
APE inlinepush & UTF-8
|
| |
Using the APE server inlinepush, if I try and push a string containing
an accented character I get BAD_JSON back from the server, for
example:
[link][{"cmd":"inlinepush","params": {"raw":"postmsg","data":{"dots ":[{"name":"Café"}]},"password ":"testpasswd","channel":"test channel"}}]... more »
|
|
BAD_SESSID
|
| |
I just change the controller demo,change the registerCmd the second
param to true,and the ape report a error,this:
Error sending message, server response is :
array(1) {
[0] =>
class stdClass#1 (3) {
public $time =>
string(10) "1337912070"
public $raw =>
string(3) "ERR"... more »
|
|
Creating multiple channels
|
| |
Hi, I know this is described in the help but i cant seem to figure out how to create multiple channels. I have one channel currently in use to push highscore info, this works fine. I now also would like to have some sort of chat channel. does someone has an example how to create multiple channels?... more »
|
|
BAD_SESSID on crossdomain
|
| |
Hi, I had APE server running just perfect! now I need to run APE crossdomain but I can't get it to work. what I have done so far. 1. APE listening to port 80 (check push.alarmspot.nl) 2. changed the domain in ape.conf to alarmspot.nl 3. changed the config.js (domain equal to ape.conf) 4. server set to push.alarmspot.nl... more »
|
|
Ape server time-out issue
|
| |
I have setup an APE server, and it seems to work fine, but when i have
multiple simultaneous connections on the same channel, the ape server
sometimes freezes for certain subdomains
for example 22.ape.mydomain.com or 25.ape.mydomain.com and does not
reply to the initialization call.
I use Long Polling as transport method, but i have also tried with... more »
|
|
|