[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 semanti

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 - pamela On Mon, Oct 19, 2009 at 4:17 PM, David Trattnig wrote: > Thanks guys, yes this is the o

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) < pamel

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 wrote: > Why is there need to define sort of two robot profiles: > > /_wave/capabilities.xml > /_wave/robot/prof

Re: [Google Wave APIs] Re: First (usable) gadget: Waffle

2009-11-26 Thread pamela (Google Employee)
Very cool! I'm trying it out now. Suggestions so far: - I wanted to be able to press "enter" to be done creating a date. Didn't seem to work. - A date picker for adding a date would be nice, so that I don't have to figure out right format and can see what day of the week a date is. - An extension

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 wrote: > 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.

Re: [Google Wave APIs] Get user locale

2009-11-26 Thread pamela (Google Employee)
For others that encounter this thread, it is not currently possible. Star this issue: http://code.google.com/p/google-wave-resources/issues/detail?id=390 On Wed, Oct 14, 2009 at 12:24 AM, Wookai wrote: > > Hi guys, > > Is there a way to get the locale of the participants of a wave, ie > their co

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 wrote: > > About the future "allow Robots to initiate actions v

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] 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 wrote: > > I want to create an app that will enable interested users to give away

Re: [Google Wave APIs] Re: Enable toolbar on embedded wave

2009-11-26 Thread pamela (Google Employee)
For others reading this thread, this issue can be tracked here: http://code.google.com/p/google-wave-resources/issues/detail?id=486 - pamela On Thu, Nov 19, 2009 at 12:24 PM, TommyBrc wrote: > Well I can not get to make it work AT ALL.. I tryed the following: > > function initialize() { > var

Re: [Google Wave APIs] Form in robot

2009-11-26 Thread pamela (Google Employee)
Hi Michal- The only example I can find for Python + forms is Bloggy: http://google-wave-resources.googlecode.com/svn/trunk/samples/extensions/robots/python/bloggy/bloggy.py It contains this sn

Re: [Google Wave APIs] Javascript Framework Problem

2009-11-26 Thread pamela (Google Employee)
Hi Samurai - There is a known incompatibility between prototype and the Gadgets API. Please star this issue: http://code.google.com/p/google-wave-resources/issues/detail?id=143 - pamela On Thu, Nov 26, 2009 at 11:51 PM, Samuirai wrote: > Hey, > > atm I'm writing at my new version of my poll ga

Re: [Google Wave APIs] wavelet_blip_created not triggering.

2009-11-26 Thread pamela (Google Employee)
Hi Elan - It might be this issue: http://code.google.com/p/google-wave-resources/issues/detail?id=372 - pamela On Fri, Nov 27, 2009 at 8:53 AM, Elanchezhiyan Elango wrote: > Hi Guys, > I am new to Google Wave. I am trying to e

[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] Re: Spreadsheet gadget

2009-11-26 Thread pamela (Google Employee)
Great gadget! We tried it out at Google, and have the following feedback: - Cannot easily edit a cell once you have entered data into it. You have to delete the entire cell rather than edit a small part of it. - Cannot scroll horizontally - Cannot resize columns or cells so you can see what you'

[Google Wave APIs] Re: Spreadsheet gadget

2009-11-26 Thread Wivio
Great API i was really looking for something like this =D Since you asked for suggestions and comments, here they go: I was wondering, is there a way to get below row 20? I'm going to introduce this at my job, but i'd need more than 20... And sometimes some rows get blue and i can't click them, i

[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. http://wave.google.com/extens

[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] 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] Auto login to google embed wave

2009-11-26 Thread Pravin Pawar
Tell me the way that I can pass my sandbox account username and password to embed wave page so it will automatically login. So I can't see "You've reached a page that contains content from Google Wave. We're currently in a preview with a limited number of users. If you have an account please log i

[Google Wave APIs] Re: "link/manual" Annotation not working as spected

2009-11-26 Thread tunedude
On Nov 26, 1:09 am, Beldar wrote: > Hi I'm trying to make my robot to create a link to a Spotify resource > that looks like spotify:track:7IxJNa82528PRGQ1SOSvyG , well that > aplies to other aplication links as elink:// and other stuff, but when > I make the annotation to create the link, it tur

[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 because

[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: http://code.google.com/p/google-wa

Re: [Google Wave APIs] Re: Bug: Able to add contacts to invitations wave

2009-11-26 Thread pamela (Google Employee)
I believe this was always possible - I received some reports several weeks ago of users adding Tweety to their bot, and Tweety completely replacing it. I think this is something we should leave up to the user, as Vivek said. - pamela On Thu, Nov 26, 2009 at 8:20 AM, Vivek wrote: > Wave is all

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 wrote: > Many thanks for responding to this forum promptly and fixing the bugs. > > Kudos to the Google Wave Team! > > -- >

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 wrote: > There is a chrome extension to notify of new waves, I'd assume that > firefox also has a similar extension, and as Wav

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 http://coll

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

2009-11-26 Thread Olreich
I thought the entire client/server relationship was JSON or XMPP... On Nov 25, 6:43 pm, Trejkaz wrote: > On Thu, Nov 26, 2009 at 12:32 AM, Venkat Polisetti > > wrote: > > Currently Google does not support hosting Robots on servers other than > > the App Engine. In the future it will, I hope. > >

[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 wrote: > Hi all, > > I have been building a Support Robot for wave for our

[Google Wave APIs] Re: Creating a wave programmatically and auto attach bot

2009-11-26 Thread Olreich
A JSON RPC message would be sent to the wave servers (which is the current format for robot response to Wave). The servers would then respond by creating the wave and populating it. A desktop application would send the same sort of message, but with an authentication request in there as well. Deskt

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 wrote: > Afik, Wave permissions, such as read only access, is something on the > planned feature road ma

Re: [Google Wave APIs] Re: Creating a wave programmatically and auto attach bot

2009-11-26 Thread Vikram Dhillon
Just another question: how would the concept of a desktop based wave work? Regards, Vikram On Wed, Nov 25, 2009 at 12:50 PM, Olreich wrote: > Currently, robots are response oriented. They much respond to another > event to do anything. A Cron job may be able to run a createWavelet or > NewWave

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 : > Hi guys, > > > Some news about Annoty. > > Annoty now supports static sets of rules, instead of just a few. These > rules can be turn

[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. htt

[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 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)" > > wrote: > > There is a bug in th

[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 pro

[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 entitie

[Google Wave APIs] Re: Client side API?

2009-11-26 Thread Jean-Lou Dupont
On Nov 25, 7:09 pm, qMax wrote: > On 25 ноя, 23:58, Olreich 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 working quite hackery > wa

[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)" wrote: > There is a bug in that method that is not using the correct property name. >  An issue has been filed and it shou