Show
Ignore:
Timestamp:
03/10/08 04:15:11 (2 years ago)
Author:
drecordon
Message:

Initial checkin of making this plugin also support Action Streams. Violating the rule of checking in code that does not fully work, but this is to share the current state with Paschal.

Location:
trunk/FireEagle/plugins/FireEagle
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/FireEagle/plugins/FireEagle/fireeagle.pl

    r536 r543  
    6262                code        => sub { 
    6363                    $plugin->poll_for_location_updates; 
     64                }, 
     65            }, 
     66        }, 
     67        profile_services => { 
     68            fireeagle => { 
     69                name   => 'Fire Eagle', 
     70                icon   => 'images/fireeagle.png', 
     71                url    => 'http://profiles.yahoo.com/%s', # for the lack of a better solution 
     72            }, 
     73        }, 
     74        action_streams => { 
     75            fireeagle => { 
     76                location => { 
     77                    name        => 'Current Location', 
     78                    description => 'Where you are', 
     79                    class       => 'FireEagle::Event', 
    6480                }, 
    6581            },