Re: [Google Wave APIs] Re: Accessing a blip from a different context/wave

2009-11-25 Thread Paolo Tell
First of all thanx for your reply but let me summarize it just to understand if i got it right. If a robot is partecipating in two waves (one of which even created by himself), he cannot access data contained in wave B in response to an event fired in wave A (clearly knowing the id of the

[Google Wave APIs] Re: Presenting HyperLinky, a bot that simplifies linking to common sites

2009-11-25 Thread Tommy
Thanks for the feedback. It's interesting to see the pros and cons of using HyperLinky vs Annoty with custom links, but I would think that the average user does not want to maintain his/her own list of sites with links. That being said, its definitely nice to be able to have your own custom sites

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

2009-11-25 Thread Peter Clijsters
Well.., again a reply to myself. After some more testing, this event.getRemovedBlipId() method does not seem to work so well after all. Most of the times, it does not return the removed BlipId and instead just returns null. Any ideas? Thanks, Peter On Nov 19, 9:23 am, Peter Clijsters

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

2009-11-25 Thread Austin Chau (Google employee)
There is a bug in that method that is not using the correct property name. An issue has been filed and it should be fixed with the next Java client library release - http://code.google.com/p/google-wave-resources/issues/detail?id=484

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

2009-11-25 Thread Jay Deiman
I'm wondering, first of all, if there is even a way to host a robot myself, and not on appengine? If so, what are the requirements? I just got a wave invite yesterday and I've already dug in and started doing bot development. I have a personal colo running linux in a datacenter that I would

[Google Wave APIs] How to get current user, who edit content in blip

2009-11-25 Thread hvt_kg
Hi all, I had some issues when try retrieve current user when start edit content. Ex: user A and User B join in wavelet. When user A create blip. at the time I can get Creator with code below it is OK: ... for (Event event : robotMessageBundle.getEvents()) { TextView

[Google Wave APIs] Lasty gadget developers

2009-11-25 Thread Troy Wisniewski
I have realized that it won't work for me due to the fact that my username is T-royx on Last.fm because there is a hyphen it assumes my user name is Royx and fixes? -- You received this message because you are subscribed to the Google Groups Google Wave API group. To post to this group, send

[Google Wave APIs] Drop down menus, like Spelly, from a robot

2009-11-25 Thread frak
Does anyone know if this is possible at the moment: I want my robot to highlight certain keywords in a Wave and present a drop down menu of actions based on the type of keyword. I know that Spelly is an agent and has different access to the wave than a robot, but I was wondering if it was

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

2009-11-25 Thread Mohammad N. Khatib
I've the same question as Glen. Can we create Waves from External AppEngine Applications? What about other applications, mobile applications or desktop applications? Is that possible? On Oct 21, 7:53 am, Glen glen.tregon...@gmail.com wrote: Is it possible to create a wave from scratch without

[Google Wave APIs] Re: Today's wave api office hours - 1pm GMT

2009-11-25 Thread Beldar
The office hours are still on the sandbox server, or are they in the preview server? On Nov 25, 2:59 am, dougx douglas.lin...@gmail.com wrote: Just thought I'd drop a reminder here for people, since last weeks office hours were um... not particularly well attended. Office hours are @ 1pm GMT

[Google Wave APIs] Re: Today's wave api office hours - 1pm GMT

2009-11-25 Thread dougx
Sandbox server; someone will be posting a link to the wave soonish I guess...? On Nov 25, 8:58 pm, Beldar beldar@gmail.com wrote: The office hours are still on the sandbox server, or are they in the preview server? On Nov 25, 2:59 am, dougx douglas.lin...@gmail.com wrote: Just

Re: [Google Wave APIs] Re: Accessing a blip from a different context/wave

2009-11-25 Thread Avital Oliver
We have been developing similar robots. This has to do with the underlying robot protocol - all it does it send a list of events that happened on the wave and read back a list of operations. The event bundle, as its called, which is sent only contains the data about the wave that has been modified

[Google Wave APIs] Re: Drop down menus, like Spelly, from a robot

2009-11-25 Thread qMax
this is not yet implemented. Spirit of Pamela advices to feel free to star this issue: http://code.google.com/p/google-wave-resources/issues/detail?id=270 :) On Nov 25, 2:19 pm, frak frak@gmail.com wrote: Does anyone know if this is possible at the moment: I want my robot to highlight

[Google Wave APIs] Re: How to get current user, who edit content in blip

2009-11-25 Thread qMax
Refer to conversation model: http://www.waveprotocol.org/draft-protocol-specs/wave-conversation-model There're annotations representing all user cursors for blips in edit mode. On Nov 25, 12:22 pm, hvt_kg thaihuyn...@gmail.com wrote: Hi all, I had some issues when try retrieve current user

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

2009-11-25 Thread Jack Park
Just recently discovered Clojure. The source code for this would be of great value. Thanks Jack On Wed, Nov 25, 2009 at 5:39 AM, Avital Oliver avi...@thewe.net wrote: We also wanted to develop outside of GAE in order to be able to use an in-memory database with Clojure. We ended up writing a

[Google Wave APIs] Re: Robot Request - text locker

2009-11-25 Thread Akiva
Thanks - I'll give it a shot On Nov 24, 9:23 pm, cmdskp cmd...@gmail.com wrote: My appologies for the triple-post, but on-topic, here's the address of the readonliebot: readonlie...@appspot.com Never tried it, but hopefully that'll do some of the job you want in the meantime, Akiva. On

[Google Wave APIs] Re: Robot Request - text locker

2009-11-25 Thread RoboPhred
To use readonlybot, add OWNERONLY to the blip. if you add readonly then noone can edit it including yourself. If you want to control who can edit the blip, you can use my security- b...@appspot.com. you can use security: blip-edit allow u...@address.com to let others edit it. if you just want

[Google Wave APIs] Re: Today's wave api office hours - 1pm GMT

2009-11-25 Thread Harrier
The Calendar says 21:00 PST this makes the office hours 05:00 GMT on 26/11/2009 doesn't it? On Nov 25, 1:59 am, dougx douglas.lin...@gmail.com wrote: Just thought I'd drop a reminder here for people, since last weeks office hours were um... not particularly well attended. Office hours are @

Re: [Google Wave APIs] Robot from app spot seemed to fail since 11/24

2009-11-25 Thread Yarving Liu
excuse me. I'm a New fish of Wave Developer. So I wanna ask for your help, How can I start my programming career. Written By: Yarving Liu[慕雪] Follow me on Twitter http://twitter.com/yarving My blog http://yarving.cn On Wed,

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

2009-11-25 Thread Olreich
Sounds dangerous, I would suggest being extremely careful about who you invite to your waves all the time though, not just when something could have issues. Waves are easily hijacked if someone adds a Robot that will hijack it. But until an ownership model is implemented, waves are not safe. On

[Google Wave APIs] Re: Client side API?

2009-11-25 Thread Olreich
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. 2) There is no issue opened that I can tell, though you can certainly start one, as a client side API would be quite useful for integration

[Google Wave APIs] Re: How to get current user, who edit content in blip

2009-11-25 Thread cmdskp
I'm bearing in mind the draft status on that specification document and the Roadmap section about: Wave is being actively developed and some features of the conversation model have not been documented, or may change in the short term. Has anyone had any luck getting cursor annotations recently?

[Google Wave APIs] Re: How to get current user, who edit content in blip

2009-11-25 Thread cmdskp
Ah, I found my misunderstanding - the cursor annotation seem to show NOT the users caret/cursor position, but the users selected text range. My debugging info shows the selected text range when I highlight some text like so: Annotation: user/r/kq8Huhy1 value=cmd...@wavesandbox.com range=5

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

2009-11-25 Thread Beldar
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 turns out as a link to

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

2009-11-25 Thread Trejkaz
On Thu, Nov 26, 2009 at 12:32 AM, Venkat Polisetti venkat.polise...@gmail.com wrote: Currently Google does not support hosting Robots on servers other than the App Engine. In the future it will, I hope. Set up an XMPP server somewhere for your domain, set up a Wave server attached to that.

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

2009-11-25 Thread Chris Bianchi
same with a like like a href=javascript:postMessage(...). You might want to have links that post a message to the a gadget frame. On Wed, Nov 25, 2009 at 6:09 PM, Beldar beldar@gmail.com wrote: Hi I'm trying to make my robot to create a link to a Spotify resource that looks like

[Google Wave APIs] Re: How to delete all the blips in a wave except the root blip??

2009-11-25 Thread Stephen George
Olreich, I'll start by saying that I haven't had much success with getting both. However, if you take a look at Google's implementation of the private method AbstractRobot.processCapabilities(), it looks like it *should* be possible by splitting the contexts with commas: w:capability

[Google Wave APIs] Re: Office hours open

2009-11-25 Thread Wookai
I can't join : You are not a participant in this wave. On Nov 26, 12:15 am, Douwe Osinga douwe.osi...@gmail.com wrote: Sorry for the delay. Office hours are now open in:https://wave.google.com/a/wavesandbox.com/#restored:wave:wavesandbox

[Google Wave APIs] Happy Thanksgiving Down Under!

2009-11-25 Thread the1geek
Many thanks for responding to this forum promptly and fixing the bugs. Kudos to the Google Wave Team! -- You received this message because you are subscribed to the Google Groups Google Wave API group. To post to this group, send email to google-wave-...@googlegroups.com. To unsubscribe from

[Google Wave APIs] Re: How to delete all the blips in a wave except the root blip??

2009-11-25 Thread cmdskp
Thanks - okay, I don't see any glaring differences - I've approached this differently in parts which I'll go through in case they have something to do with it. However, I don't know if also missed Austin's reply and mine about updating your capabilities.xml version number? And perhaps even