I dont have a github account, so i guess its best just to tell you here.
(regarding the Google Chrome Extension)
There seems to be a bug on line 216 in engine.js, 'unreadBlips' should be
'unreadCount'.
Otherwise all waves are returned as unread :)
Best Regards
/Petter
-----Ursprungligt meddelande-----
From: Yuri Z
Sent: Friday, April 20, 2012 5:49 PM
To: wave-dev@incubator.apache.org
Subject: Re: unread blip notifications
I submitted the patch for code review and updated the Chrome extension to
work with WIAB.
The modified extension code can be found at
https://github.com/vega113/wave-notifier/tree/wiab - it takes only to
change 2 lines of code to make it work with your own WIAB server.
I uploaded the Notifier for waveinabox.net to Chrome Web store -
https://chrome.google.com/webstore/detail/eohgjmgbbmabofpghhcmhjopogideeac
On Fri, Apr 20, 2012 at 12:57 AM, Yuri Z <vega...@gmail.com> wrote:
I think it shouldn't be a problem to let WIAB serve json data at
/notification. Then we will be able to adapt the extension code to work
with WIAB really easily.
I ll try to work on a patch tomorrow.
On Fri, Apr 20, 2012 at 12:30 AM, Petter Lundgren <spit_fir...@hotmail.com
> wrote:
Hi,
I'm wondering if there is any functionality in Apache Wave for
notifications similar to that of Google wave has directly on the Tab-bar
(a
simple number directly on the Tab so its easy to see if there's any new
messages) when there is an unread blip?
Or hypothetically support for an extension similar to for example this:
https://github.com/jeremys/Notifier-for-Google-Wave ?
From a quick glance at the source of that extension it seems to fetch a
json data structure of unread blips from google wave at
https://wave.google.com/wave/notification
Is there any such functionality in Apache wave? Or is it possible to do
something similar?
Im pretty new to this stuff, just got a test server up and running, and
im not sure where to look for stuff like this.
Sorry if this is not the right place to post such questions.
Best Regards
/Petter