APE-Project / APE_Server

Ajax Push Engine : Lightweight HTTP Streaming server. Fully written in C language, it provides best performances, making it the faster Comet server to date. APE now support server-side javascript modules through spidermonkey

Home Page:www.ape-project.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

start() core command - libape-chat

johannesgerer opened this issue · comments

http://www.ape-project.org/docs/client/core/start.html
says a nick is required if libape-chat is used. But the source of the server does not contain anything about libape-chat!
Why do I still get a BAD_PARAMS if i invoke start() without parameters?

Hi,
it's an error in our docs, it's not libape-chat but nickname.js open scripts/main.ape.js and comment the line with nickname.js

Cheers