Great! I noticed that options in not on the summary page (your link). Thanks.
Le samedi 22 novembre 2014, Louis Charette <[email protected]> a écrit : > You should see the updated doc now : > http://ape-project.org/docs/client/symbols/APE.html > > - Louis > > Le 2014-11-21 à 08:22, Nicolas <[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>> a écrit : > > Hi Louis, > > Forking is not in my expertise (at least in a few minutes). > > And the file seems a bit difficult to work with. > > Basically, I would add the options parameter at the end of channel: > > <static> {void} APE. join (channel) > > should read > <static> {void} APE. join (channel, options) > > and this > {string|Array} channel The channel(s) to join > should now read > {string|Array} channel The channel(s) to join > {Array} options The parameters you want to pass to the channel > > I hope you can make those tiny changes more easily than me. > > > > Le vendredi 21 novembre 2014 02:16:39 UTC, Louis Charette a écrit : >> >> Hi, >> >> You can fork the website and doc source from GitHub and submit a pull >> request if you want to contribute : >> >> https://github.com/APE-Project/APE_Server/blob/ape- >> project.org/docs/client/symbols/APE.html >> >> Or send me the corrected file, I’ll do the commit. >> >> >> - Louis >> >> Le 2014-11-20 à 04:43, Nicolas <[email protected]> a écrit : >> >> So, I am answering my own question. >> >> If you look at the join function in the client side, you'll see that >> there is an options parameter. >> >> This is not documented here: http://ape-project.org/docs/ >> client/symbols/APE.html#static_join and I strongly believe the page >> should be amended. >> >> So, just pass your parameters via the options parameter of join(). They >> will be in params on the server side. >> >> Hope this helps. >> >> -- >> -- >> 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/ >> >> --- >> You received this message because you are subscribed to the Google Groups >> "APE Project" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> >> >> > -- > -- > 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] > <javascript:_e(%7B%7D,'cvml','[email protected]');> > To unsubscribe from this group, send email to > [email protected] > <javascript:_e(%7B%7D,'cvml','ape-project%[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/ > > --- > You received this message because you are subscribed to the Google Groups > "APE Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <javascript:_e(%7B%7D,'cvml','ape-project%[email protected]');> > . > For more options, visit https://groups.google.com/d/optout. > > > -- > -- > 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] > <javascript:_e(%7B%7D,'cvml','[email protected]');> > To unsubscribe from this group, send email to > [email protected] > <javascript:_e(%7B%7D,'cvml','ape-project%[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/ > > --- > You received this message because you are subscribed to the Google Groups > "APE Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <javascript:_e(%7B%7D,'cvml','ape-project%[email protected]');> > . > For more options, visit https://groups.google.com/d/optout. > -- Nicolas Guibert Games in Mind Ltd Managing director 7 Spencer Walk London NW3 1QZ Tel: +44 (0)207 435 0315 UK Mobile: +44 (0)7438 657 537 French Mobile: +33 (0)7 53 17 20 13 Email: [email protected] -- -- 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/ --- You received this message because you are subscribed to the Google Groups "APE Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
