Author Topic: Instant Messenger Notifications..  (Read 4365 times)

Halkon

  • Newbie
  • *
  • Posts: 6
    • View Profile
Instant Messenger Notifications..
« on: 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..

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: Instant Messenger Notifications..
« Reply #1 on: April 09, 2009, 11:53:34 am »
It is a nice idea! I will take note of it.

tih

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Instant Messenger Notifications..
« Reply #2 on: July 08, 2009, 05:50:38 am »
Hello, developers!!! What  about this feature? It will be done?

shoguevara

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: Instant Messenger Notifications..
« Reply #3 on: 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=( 

cabeza

  • Administrator
  • Hero Member
  • *****
  • Posts: 1004
    • View Profile
    • Feng Office
Re: Instant Messenger Notifications..
« Reply #4 on: 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