Ignore:
Timestamp:
05/06/10 17:29:45 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #986 - [ Criado por Emmanuel Ferro - SERPRO ] - Implementacao da XEP-0085 - notificacao de status do chat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/jabberit_messenger/trophy_expresso/js/trophyim.js

    r2725 r2728  
    671671                if ( elems.length > 0 ) 
    672672                { 
    673                         state = contact + ' está ativo.'; 
     673                        state = ""; 
    674674 
    675675                        if (type == 'chat' || type == 'normal') 
     
    702702                { 
    703703                        if( chatBox != null ) 
    704                                 state = contact + TrophyIM.getChatState(msg);                    
     704                                state = TrophyIM.getChatState(msg);                      
    705705                } 
    706706                 
     
    737737                if ( state.length > 0 ) 
    738738                { 
    739                         return ' está compondo...'; 
     739                        return ' está digitando...'; 
    740740                                } 
    741741                else 
Note: See TracChangeset for help on using the changeset viewer.