Show
Ignore:
Timestamp:
04/09/06 02:26:57 (4 years ago)
Author:
bradfitz
Message:

start of processing roster adds/updates/deletes. this add hook chain call, but not pretty half, the easy implementation in RosterStorage.pm

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/DJabberd/XMLElement.pm

    r54 r65  
    2929 
    3030    return $self; 
     31} 
     32 
     33sub children_elements { 
     34    my DJabberd::XMLElement $self = shift; 
     35    return grep { ref $_ } @{ $self->{children} }; 
    3136} 
    3237