Ignore:
Timestamp:
03/18/08 08:52:27 (16 years ago)
Author:
niltonneto
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/instant_messenger/inc/Jabber.abstract.php

    r216 r227  
    6161 
    6262                                if ( $this->write($xml) === false ) 
    63                                         throw new Exception('[connect] #4 it isn\'t possible connect in the server becase exists a client connected with same user. File: ' . __FILE__ . '  ::  ' . __LINE__); 
     63                                        throw new Exception('[connect] #4 it isn\'t possible connect in the server because exists a client connected with same user. File: ' . __FILE__ . '  ::  ' . __LINE__); 
    6464                        } 
    6565 
     
    9191                                if ( ($xml = $this->read()) === false ) 
    9292                                        throw new Exception('[connect] #1 it isn\'t possible read the socket. File: ' . __FILE__ . '  ::  ' . __LINE__); 
     93 
    9394 
    9495                                if ( preg_match('/(<starttls .*<required\/><\/starttls>)/', $xml, $matches) ) 
Note: See TracChangeset for help on using the changeset viewer.