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/Jabberd2.abstract.php

    r305 r311  
    171171        } 
    172172 
     173        final function get_last_access_user($pUser) 
     174        { 
     175                $id = "last_time_user"; 
     176                $jid = ( trim($pUser['jid']) == "this" ) ? $this->_user . '@' . $this->_server : $pUser['jid']; 
     177                $this->iq('get', $id, $jid, NULL, "jabber:iq:last"); 
     178        } 
     179 
    173180        final function setStatus() 
    174181        { 
Note: See TracChangeset for help on using the changeset viewer.