[Google Wave APIs] Re: Getting blipID from event BLIP_DELETED

2009-11-26 Thread dLux
Hi, What you can do is to download the client API source and fix it for yourself, this is what I did for Emaily. Balázs On Nov 25, 10:39 am, Austin Chau (Google employee) api.aus...@google.com wrote: There is a bug in that method that is not using the correct property name.  An issue has been

[Google Wave APIs] Re: Client side API?

2009-11-26 Thread Jean-Lou Dupont
On Nov 25, 7:09 pm, qMax qwigly...@gmail.com wrote: On 25 ноя, 23:58, Olreich olre...@gmail.com wrote: 1) There is no client side API that I know of, though someone has managed to create a google wave notifcation extension, so there must be some way to do it. It is done for firefox, and

[Google Wave APIs] Re: create a panel and add my own content

2009-11-26 Thread \x00
Like Venkat Polisetti says you can use gadget inside waves. There isn't currently a way to extend the client itself. If that were possible, it would have to be on an account basics. I don't think they are going to allow robots to add things to the client. A the moment there are a number of

[Google Wave APIs] Presenting: Jaapy (phase 1)

2009-11-26 Thread Jacco
Hi all, This is a robot/gadget combination for the Dutch property search site JAAP.NL. Find your dreamhouse in the Netherlands together with your friends! This wave shows the use of the Jaapy url-replacement robot. If you search properties on http://www.jaap.nl and paste links to interesting

[Google Wave APIs] Re: Getting blipID from event BLIP_DELETED

2009-11-26 Thread Peter Clijsters
Thanks, I might just do that.. Peter. On Nov 26, 11:01 am, dLux d...@dlux.hu wrote: Hi, What you can do is to download the client API source and fix it for yourself, this is what I did for Emaily. Balázs On Nov 25, 10:39 am, Austin Chau (Google employee) api.aus...@google.com wrote:

[Google Wave APIs] Javascript Framework Problem

2009-11-26 Thread Samuirai
Hey, atm I'm writing at my new version of my poll gadget. I used the Javascript Framework prototype + script.aculo.us. For testing I made this Testpage http://www.samuirai.de/poll_gadget/ And it works fine, without errors (using Firebug). I just put the HTML File into an Gadget XML File here.

Re: [Google Wave APIs] Re: Introducing Annoty, the annotation (and replacement) generic bot

2009-11-26 Thread Vikram Dhillon
You should have a look at an mozilla extension, bugmail. Would it be possible to integrate that in your buggy robot Regards, Vikram 2009/11/25 Raphaël Pinson raph...@gmail.com: Hi guys, Some news about Annoty. Annoty now supports static sets of rules, instead of just a few. These rules

Re: [Google Wave APIs] Secure wave

2009-11-26 Thread Vikram Dhillon
You can always try making a bot that has the list of the participants, then only those people will be able to access the wave Regards, Vikram On Wed, Nov 25, 2009 at 12:00 PM, Matt Richards mricha...@gmail.com wrote: Afik, Wave permissions, such as read only access, is something on the

[Google Wave APIs] Re: Find if a participant is online and gmail notifier like feature...

2009-11-26 Thread Olreich
There is a chrome extension to notify of new waves, I'd assume that firefox also has a similar extension, and as Wave gets more beefy and worked out, a wave notifier will probably come. On Nov 25, 3:04 pm, Venkat Polisetti venkat.polise...@gmail.com wrote: Hi all, I have been building a

Re: [Google Wave APIs] Re: Hosting a bot on my own server

2009-11-26 Thread James Purser
On Thu, 2009-11-26 at 15:24 -0800, Olreich wrote: I thought the entire client/server relationship was JSON or XMPP... Google Wave Client/Server appears to be JSON. FedOne Client/Server is protobuffs based. Federation (server to server) is XMPP based -- James Purser Collaborynth

Re: [Google Wave APIs] Re: Find if a participant is online and gmail notifier like feature...

2009-11-26 Thread Vikram Dhillon
Also it would be great to have your status changed through email, which can also be done through cell phones. Regards, Vikram On Thu, Nov 26, 2009 at 6:22 PM, Olreich olre...@gmail.com wrote: There is a chrome extension to notify of new waves, I'd assume that firefox also has a similar

Re: [Google Wave APIs] Happy Thanksgiving Down Under!

2009-11-26 Thread pamela (Google Employee)
Thanks! - Happy Thankgiving to you too! Did anyone make a thanksgiving gadget? Maybe one for collaborative eating? :) - pamela On Thu, Nov 26, 2009 at 2:28 PM, the1geek the1g...@gmail.com wrote: Many thanks for responding to this forum promptly and fixing the bugs. Kudos to the Google Wave

[Google Wave APIs] Nov. 27th Release: API Changes

2009-11-26 Thread pamela (Google Employee)
Hi developers - We released a new version of the Wave sandbox and preview servers today with a fix for the issue of robots not responding to events: http://code.google.com/p/google-wave-resources/issues/detail?id=278 That fix is also documented in the changelog:

[Google Wave APIs] Getting creator fulll/display name

2009-11-26 Thread tunedude
In my robot to be, I can get the email/accountname of the creator of the blip by doing: def OnBlipSubmitted(properties, context): blip = context.GetBlipById(properties['blipId']) creator = blip.GetCreator() But how do can I get a real name/nickname ? -- You received this message

[Google Wave APIs] how to change cursor position

2009-11-26 Thread ultrakorne
hi, i am new on google wave, and i m playing with the python api, the api reference is quite poor documented atm, and the biggest problem is that i cannot find where the interpreter gives me errors when i run my robot on google ap engine. anyway this is my problem: Problem: i delete a string in a

[Google Wave APIs] Reg:Using MySql as a database for Google Wave Robots

2009-11-26 Thread GAGANRAGHAVA REDDY
Dear Developers , I am trying to develop a robot which is built using database support (MySql). When i deploy this robot in Google App Engine and try to use it . I get this error Could not initialize class com.mysql.jdbc.Connection I came to know that Google App Engine doesnot support JDBC

[Google Wave APIs] wavelet_blip_created not triggering.

2009-11-26 Thread Elanchezhiyan Elango
Hi Guys, I am new to Google Wave. I am trying to edit the sample bot given by Google and trying to learn the Robots API. It seems like wavelet_blip_created is not getting triggered in my robot. I am adding it to capabilities.xml and also changing the version number. ?xml version=1.0

[Google Wave APIs] Re: Reg:Using MySql as a database for Google Wave Robots

2009-11-26 Thread hvt_kg
Hi GAGANRAGHAVA REDDY, You are right. At the time Google App Engine doesnot support JDBC connectivity, but instance of you can using datastore from GAE work well. Also, I think in the next version, Google to permit host robot on own Server and then we can using JDBC, thanks, Alex On Nov

Re: [Google Wave APIs] Invitation St

2009-11-26 Thread pamela (Google Employee)
Hi Neelesh- There is no API for invitations, and isn't likely to be, as we need to control the flow of invitations to scale according to our infrastructure needs. - pamela On Wed, Nov 11, 2009 at 10:01 PM, Neel16 neel.ramp...@gmail.com wrote: I want to create an app that will enable

Re: [Google Wave APIs] wavelet_blip_created not triggering.

2009-11-26 Thread Elanchezhiyan Elango
Hi Pamela, Thanks. Ya looks like that is the problem. Is there any other method to achieve the wavelet_blip_created functionality, till the issue is fixed. Thanks, Elan. On Thu, Nov 26, 2009 at 6:54 PM, pamela (Google Employee) pamela...@gmail.com wrote: Hi Elan - It might be this issue:

Re: [Google Wave APIs] Re: Google Wave Robot Wire Protocol Draft - Feedback Wanted

2009-11-26 Thread pamela (Google Employee)
Thanks for the feedback, everyone. We are now working on describing the operations, and figuring out what the final operation set will be. @cmdskp - Dynamic de-registration should be possible. On Sat, Nov 7, 2009 at 7:01 AM, cmdskp comdudes...@hotmail.com wrote: About the future allow Robots

Re: [Google Wave APIs] wavelet_blip_created not triggering.

2009-11-26 Thread pamela (Google Employee)
Hmm. Doesn't blip_submitted trigger for the desired situations? - pamela On Fri, Nov 27, 2009 at 1:39 PM, Elanchezhiyan Elango elanela...@gmail.comwrote: Hi Pamela, Thanks. Ya looks like that is the problem. Is there any other method to achieve the wavelet_blip_created functionality, till

Re: [Google Wave APIs] Why capabilities.xml and /_wave/robot/profile

2009-11-26 Thread pamela (Google Employee)
FYI - We have updated the Java tutorial to mention _wave/robot/profile. The method of storing it in capabilities.xml is now deprecated. On Sun, Oct 18, 2009 at 5:06 PM, David Trattnig david.tratt...@gmail.comwrote: Why is there need to define sort of two robot profiles:

Re: [Google Wave APIs] wavelet_blip_created not triggering.

2009-11-26 Thread Elanchezhiyan Elango
No, blip_submitted would occur only when the user has finished editing and clicked the 'Done' button. It am looking for something that would notify the robot as soon the user opens a new blip, before even he starts typing something. On Thu, Nov 26, 2009 at 9:22 PM, pamela (Google Employee)

Re: [Google Wave APIs] Re: Testing a specific robot version

2009-11-26 Thread pamela (Google Employee)
Actually, it turns out that you can test a non-default version of your App Engine robot. I wrote it up here: http://wave-api-faq.appspot.com/#gae_version http://wave-api-faq.appspot.com/#gae_version- pamela On Mon, Oct 19, 2009 at 4:17 PM, David Trattnig david.tratt...@gmail.comwrote: Thanks

[Google Wave APIs] Re: Why capabilities.xml and /_wave/robot/profile

2009-11-26 Thread Olreich
As I understand it, the profile is made to store the profile information of the robot, and capabilities.xml is made to tell the wave server what events to send to the robot. But, I guess there was a method of storing profile info in the capabilities.xml, but that's now deprecated, so woohoo