Ignore:
Timestamp:
07/15/10 17:17:58 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #1091 - Implementado a busca de salas para bate-papo no novo modulo Expresso messenger XEP-0045-MUC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jabberit_messenger/jmessenger/js/jscode/loadIM.js

    r3013 r3059  
    345345                                                ['Adicionar Contato', 'loadscript.addContact();' ], 
    346346                                                ['Preferências', 'loadscript.preferences();'], 
     347                                                ['Sala(s) de Bate-Papo', 'loadscript.teste();'], 
    347348                                                   ]; 
    348349 
     
    12491250        } 
    12501251 
     1252        function teste() 
     1253        { 
     1254                TrophyIM.testeSala(); 
     1255                 
     1256        } 
     1257         
     1258        loadIM.prototype.teste = teste; 
     1259         
     1260         
    12511261        function loadIM() 
    12521262        { 
Note: See TracChangeset for help on using the changeset viewer.