13 Oct 2008 16:23
Re: Set Timeout during XMPP login
Hi,
There is no such option (at least at present).
Also, the docs really should all be up to date now for all public
methods (the events pages need some clean up though). There's also a
wiki page on internals that covers some functions in more depth
(assuming I outlined them fully accurately--but I should have at least
discussed all possible eventualities evident in the functions where not
covered in the API now). But the API docs should, I think, all be
comprehensive and valid.
best wishes,
Brett
sylver wrote:
> Hi,
>
> Just a quick one. Can we set timeout value during user login? another
> parameter for the XMPP.up()
>
> var account = {
> jid : 'arthur@.../Guide',
> password : '42',
> connectionSecurity : 1
> };
> XMPP.up(account);
>
> Is there any other attributes beside the ones below? :
(Continue reading)
RSS Feed