source: trunk/instant_messenger/bkp/instant_messenger_64/js/im_init.js @ 151

Revision 151, 258 bytes checked in by niltonneto, 16 years ago (diff)

Commit da nova versão do módulo, usando agente em C.
Vide Página do módulo do Trac:
http://www.expressolivre.org/dev/wiki/messenger

A versão anterior encontra-se na subpasta bkp (32/64).

Line 
1function init_jabber()
2{
3   try
4   {
5      if ( window.IM && window.im_win && window.func )
6         IM.load_im();
7      else
8         setTimeout('init_jabber()', 2000);
9   }
10   catch(e)
11   {
12         setTimeout('init_jabber()', 2000);
13   }
14}
15init_jabber();
Note: See TracBrowser for help on using the repository browser.