Ignore:
Timestamp:
09/29/10 17:00:23 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #986 - Na adicao de contatos ja esta sendo enviado o aceite do convite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/jabberit_messenger/jmessenger/js/AddUser.js

    r3260 r3308  
    7777                                if( jidFrom != jidTo ) 
    7878                                { 
     79                                        TrophyIM.setAutorization( jidTo, jidFrom, 'subscribe' ); 
     80 
    7981                                        TrophyIM.addContact( jidTo, name, group ); 
    8082                                } 
     
    114116 
    115117                                TrophyIM.addContact( jidTo, name, group ); 
     118                                 
     119                                TrophyIM.setAutorization( jidTo, jidFrom, 'subscribe' ); 
    116120                                 
    117121                                _winBuild("new_user_jabberit","remove"); 
Note: See TracChangeset for help on using the changeset viewer.