google-wave

google wave OnBlipSubmitted

I'm trying to create a wave robot, and I have the basic stuff working. I'm trying to create a new blip with help text when someone types @help but for some reason it doesnt create it. I'm getting no errors in the log console, and I'm seeing the info log 'in @log' def OnBlipSubmitted(properties, context): # Get the blip that was just s...

sending email from wave robot

Anyone know how to send an email using google wave python api? Thanks ...

For a Google Wave Gadget, is there a defined point at which it's ok to modify UI?

I'd like my gadget to have two different views: One when it's just been added, to let the user enter some information, and, once he's done with that, another which displays some data based on that information. The earliest point at which I can decide which of those two views I have to display is when I get the state for the first tim...

What javascript tools and/or techniques can I use to manage conflict resolution when multiple users are updating shared state within a Google Wave gadget?

I think the answer to this question hinges on the whether or not it's possible to have access to the Operational Transformation architecture directly within the gadget API. It isn't currently there, so what might be the alternatives for fine-grained deltas, as opposed to just a big lock on each variable? ...

wave bot and xmpp bot?

Wave protocol bot is just like any typical xmpp agent bot / component bot right? Can wave bots used on other places or use bosh and create webclient to consume the bot? Is wave protocol bot library created using ignite whack library? if yes, can we just use directly whack library to create component bot for wave? ...

bidirectional google wave jabber gateway for google talk or ichat

Hello, I've understood that Google Wave is built around the XMPP platform, as such I was thinking that it should be possible to access it with a jabber client like ichat or google talk. The advantage is that it's a lot faster to answer or read specific waves then going through a javascript jit in a browser. Now you can add the xmpplite ...

Testing Google Wave Gadget outside Google Wave?

I wonder if there is a tool/framework available that supports testing Google Wave Gadgets outside Google Wave. I know these two emulators (1 and 2), but I still always would have to upload my gadget for every debugging run. I am looking for a tool that displays the current state, allows to modify the state and to send the state back to...

Google Wave Python Tutorial - Nothing happens

For the Google Wave Python Robot Tutorial, my capabilities.xml is visible and I can add it to a Wave, but the robot isn't actually responding to the events. I checked the logs, but I've fixed it so I'm not getting any more errors. Any suggestions? ...

Chrome Blocking Javascript, Google Wave, Google Gadgets

Project: Developing a gadget template for Google Wave which will allow my Flash movies to interact with the Wave api. I had to adapt the existing Flex application so that it would work with ActionScript. This was a success. Problem: Chrome v4.0 is blocking the load and/or execution of javascript files linked to in the Gadget's XML file....

Google Wave Python Tutorial - What next?

I just finished working through Google's Wave Robot: Python Tutorial. The API Reference looks a bit imposing. Is there anything else I can look at to get up to speed? ...

Google Wave - Adding a participant to a Wave with the Python API

How do I add a participant to a Wave using the Python API given their email address? ...

Properties dictionary for Events in the Google Wave Python API

The Google Wave documentation contains the Robot Events, but doesn't list what values will be put into the properties dictionary. Is this documented anywhere? ...

Google Wave Robot - Change to Wave in response to an external event

I am writing a Google Wave Robot that allows users to "manage a wave". I plan to have a configuration page on my website. When the configuration is changed, ideally all waves where this user added by this user should change immediately (or at least next time someone views the wave). What is the best way of doing this? Apparently, "a rob...

Accessing content of a other page in a Google Wave widget?

Is there a way of accessing contents of a other page into a Google Wave widget? And also sending post requests to the other server? Like an iframe behaviour? ...

How to fetch current state of a Wave?

With the current Wave API, is there any way to fetch the current state of a Wave? I want to write a little notifier app that observes any changes in a certain wave and notifies me... ...

Google Wave as code repository and IDE?

Is it possible to write a Google Wave plugin that turns it into an IDE for programming? With such an extension, Google Wave would be a replacement for Eclipse etc., and it would naturally be a code repository at the same time (replacing SVN, git, etc.). Users (programmers) would be able to create code files directly in Wave and add coll...

Google Wave Gadget: gadgets.window is undefined

I'm learning Google Wave gadgets. I'm trying to force my gadget to resize itself. But I'm keep getting error that gadgets.window is undefined. Here is my gadget: <?xml version="1.0" encoding="UTF-8" ?> <Module> <ModulePrefs title="GitHub Gist Gadget"> <Require feature="wave" /> <!--Require feature="locked-domain" /--> <Requi...

Google Wave and Robot with dynamic thirdparty data source

Hi! I am new to google wave robot programming and for some time I am looking for an answer to my question. Consider example: (A) - Thirdparty Data Source with Thirdparty API (B) - Google Robot (C) - Google Wave Is there a way to create robot (B), which will periodically interact with (A) updating the (C) even if user is away (doesn...

Loading a wave from waveid

I'm working on a small wave thingy where i need to load a wave based on an outside event. So i don't have a context to work with. I've been looking at the python api for a while but i can't figure out the correct way to get a wave object (that i can then call CreateBlip() on) when i just have the waveid. Is there something i've just ov...

Google Wave extension for Programmers and their Code

Hi. Sorry if this is well known but Googling for my answer only came up with links about making Google Wave gadgets. My question is, are there any Google Wave gadgets that allow for better collaborative code editing? I mean, I can set the font to fixed width etc., but are their any gadgets designed for it? Responses shouldn't include a...