Hopefully this isn't too specific/small a question, but I was wondering if anyone knew what the possible arguments are for the dojo cometd subscribe() function?
The few examples I've seen indicate two parameters
cometd.subscribe(channel, call_back);
but a few implementations I've seen include a boolean and a possible object to the parameter list and reading through the code indicates the function can handle 4 arguments. I'm trying to look through the code and see where they actually end up, but it's taking a while to sort through the code - I was hoping someone here might know something so obscure.
On a slightly connected thread - does anyone know if there's more documentation for using cometd than the pitiful fare to be found at cometdproject?