Ignore:
Timestamp:
04/30/08 17:15:14 (16 years ago)
Author:
niltonneto
Message:
 
File:
1 edited

Legend:

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

    r260 r275  
    160160        } 
    161161 
     162        final function get_last_access_user($pUser) 
     163        { 
     164                $id = "last_time_user"; 
     165                $jid = ( trim($pUser['jid']) == "this" ) ? $this->_user . '@' . $this->_server : $pUser['jid']; 
     166                $this->writeSocket($this->iq('get', $id, $jid, NULL, "jabber:iq:last")); 
     167        } 
     168 
    162169        final function setStatus() 
    163170        { 
Note: See TracChangeset for help on using the changeset viewer.