Ignore:
Timestamp:
08/03/10 17:05:09 (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
  • branches/2.2/jabberit_messenger/jmessenger/js/trophyim.js

    r3127 r3129  
    12511251                var new_room    = $pres( {from: _from, to: _to } ).c( "x", { xmlns: Strophe.NS.MUC } ); 
    12521252 
     1253                TrophyIM.activeChatRoom.name[ TrophyIM.activeChatRoom.name.length ] = _to;  
     1254                 
    12531255                TrophyIM.connection.send( new_room.tree() ); 
    12541256    }, 
     
    12991301                         
    13001302                TrophyIM.connection.sendIQ( iq, loadscript.listRooms, _error_return, 500 ); 
    1301         }else 
     1303        } 
     1304        else 
     1305        { 
    13021306                alert( "ERRO : Sem conexão com o servidor " + TROPHYIM_CHATROOM ); 
    1303                      
     1307        } 
    13041308    }, 
    13051309     
Note: See TracChangeset for help on using the changeset viewer.