Feng Forum

Other Topics => Feature requests => : Halkon April 08, 2009, 11:03:02 AM

: Instant Messenger Notifications..
: Halkon April 08, 2009, 11:03:02 AM
hi.

i like very much opengoo, i like how it send email notifications thru a cron process, and i see some request to send this notifications like a SMS, i think this is a great idea; but i was wondering why not send a Instant Messenger notification??, like Skype, MSN, Jabber or Gtalk.. there are several classes who did that (http://www.phpclasses.org).. in our case, only need the functions to get status and send message (if the user is offline don send any message to this account..  think about it.. please..
: Re: Instant Messenger Notifications..
: ignacio April 09, 2009, 11:53:34 AM
It is a nice idea! I will take note of it.
: Re: Instant Messenger Notifications..
: tih July 08, 2009, 05:50:38 AM
Hello, developers!!! What  about this feature? It will be done?
: Re: Instant Messenger Notifications..
: shoguevara July 19, 2010, 04:11:28 PM
Hmmmm... Does really nobody needs this function?
I think it could be easily realized through hooks using console jabber client. Unfortunately I know nothing about programming with PHP so I can not do anithing=( 
: Re: Instant Messenger Notifications..
: cabeza July 19, 2010, 06:45:44 PM
We won't develop it in the short term.

It should be an easy hack, modifying application/models/notifier/Notifier.class.php and adding invocations to an API or command line application in the notifying functions (ie.static function objectNotification ).

Best