Ignore:
Timestamp:
06/10/08 16:41:40 (16 years ago)
Author:
niltonneto
Message:

Correções críticas para funcionalidades já existentes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/instant_messenger/inc/class.Ujabber.inc.php

    r305 r311  
    7474                        return "disconnected"; 
    7575 
     76                $this->get_last_access_user(array("jid" => "this")); 
     77 
    7678                if ( strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') ) 
    7779                { 
     
    8991                        $buffer = ''; 
    9092 
    91                         while ( ( connection_aborted() === 0 ) && time() - $init < 50 ) 
     93                        while ( ( connection_aborted() === 0 ) && time() - $init < 30 ) 
    9294                        { 
    9395                                # read from server and write in the client 
Note: See TracChangeset for help on using the changeset viewer.