Re: [Google Wave APIs] Google Wave broken? Uncaught RangeError: Maximum call stack size exceeded tonight

2010-04-20 Thread James Purser
related (eg. I have a broken wave) or if Wave is just broken. Works for me. Have you tried with another browser? -- James Purser http://wavingtheshiny.collaborynth.com.au Wave Addresses: jamesrpur...@gmail.com (wave.google.com) purs...@wavesandbox.com (wavesandbox.com) ja

Re: [Google Wave APIs] Anonymous Login

2010-04-20 Thread James Purser
On Tue, 2010-04-20 at 16:09 -0700, arthur chang wrote: When will Anonymous Login feature available? Thank you. -- -Arthur Umm what do you mean by anonymous login? -- James Purser http://wavingtheshiny.collaborynth.com.au Wave Addresses: jamesrpur...@gmail.com (wave.google.com

Re: [Google Wave APIs] custom fedone server and robot question

2010-01-29 Thread James Purser
On Sat, Jan 30, 2010 at 11:53 AM, maxsap max.saprani...@gmail.com wrote: Hello all, I would like to implement jingle support in to google wave, the problem is the restriction that the robot must be hosted to app engine wich currently does't support jingle, so I thought of deploing my fedone

[Google Wave APIs] XMLRPC Issues

2009-12-30 Thread James Purser
the sites and display them in the wave. However when I try and authenticate in the xmlrpc call (using the user:p...@domain.com setup), I keep getting an INVALIDURL error. Has anyone else worked with xmlrpc and appengine, and if so have they run into the authentication issue? -- James Purser http

[Google Wave APIs] Button Properties

2009-12-29 Thread James Purser
appreciated. -- James Purser http://wavingtheshiny.collaborynth.com.au Wave Addresses: jamesrpur...@gmail.com (wave.google.com) purs...@wavesandbox.com (wavesandbox.com) ja...@collaborynth.com.au (collaborynth.com.au FedOne Server) Skype: purserj1977 GTalk: jamesrpur...@gmail.com -- James Purser

Re: [Google Wave APIs] Button Properties

2009-12-29 Thread James Purser
On Wed, 2009-12-30 at 12:21 +1100, pamela (Google Employee) wrote: The wave-iest way is to use data documents: http://wave-api-faq.appspot.com/#datadocs Other GAE options are memcache/datastore. I think a datadoc should work well for this. Thanks Pamela, works a treat -- James Purser

Re: [Google Wave APIs] Re: Can one user proxy many users

2009-12-18 Thread James Purser
actually interoperate with Wave preview, where most users are. Will this be done via federation or an internal method? -- James Purser http://wavingtheshiny.collaborynth.com.au Wave Addresses: jamesrpur...@gmail.com (wave.google.com) purs...@wavesandbox.com (wavesandbox.com) ja

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

[Google Wave APIs] Re: Can I use Wave in my application?

2009-10-21 Thread James Purser
accessible to no one (including himself) for a certain period of time, even for the lifetime period. See point 1 re ACLs 6. etc. I hope that helps. -- James Purser Collaborynth http://collaborynth.com.au Mob: +61 406 576 553 Skype: purserj1977 Twitter: http://twitter.com/purserj

[Google Wave APIs] Re: Is This Okay To Do With Google Wave?

2009-10-20 Thread James Purser
reference server and associated bits and pieces. This is released under the Apache License. -- James Purser Collaborynth http://collaborynth.com.au Mob: +61 406 576 553 Skype: purserj1977 Twitter: http://twitter.com/purserj --~--~-~--~~~---~--~~ You received

[Google Wave APIs] Re: Is This Okay To Do With Google Wave?

2009-10-20 Thread James Purser
clients) and so on. -- James Purser Collaborynth http://collaborynth.com.au Mob: +61 406 576 553 Skype: purserj1977 Twitter: http://twitter.com/purserj --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Wave API

[Google Wave APIs] Re: Can I use Wave in my application?

2009-10-18 Thread James Purser
to get access to them. - If you utilise the Google Wave service then the waves will be stored on Googles servers. Your participants will also need Google Wave accounts to be able to access the waves. -- James Purser Collaborynth http://collaborynth.com.au Mob: +61 406 576 553 Skype: purserj1977

[Google Wave APIs] Re: Google Wave Inbox Notification tool for the Windows Desktop

2009-10-13 Thread James Purser
Even without the code it is possible to do basic checks. I ran the strings took across the exe this morning and couldn't see anything out of the ordinary. However while it is a .net app it doesn't work under mono. On 14/10/2009, Brian May br...@microcomaustralia.com.au wrote: On Tue, Oct 13,

[Google Wave APIs] Re: When will it be possible for a pc-application to read/write to a wave directly?

2009-10-12 Thread James Purser
will be able to access wave. Just to clarify, Wave Federation is XMPP based, Client/Server is not. -- James Purser Collaborynth http://collaborynth.com.au Mob: +61 406 576 553 Skype: purserj1977 Twitter: http://twitter.com/purserj --~--~-~--~~~---~--~~ You

[Google Wave APIs] Gmail-Gwave Bot Issue

2009-10-11 Thread James Purser
a number it takes a number of minutes to be submitted to the proxy (and hence causes a timeout), however without the number it is submitted instantly. Have you seen anything like this? -- James Purser Collaborynth http://collaborynth.com.au Mob: +61 406 576 553 Skype: purserj1977 Twitter: http

[Google Wave APIs] Re: BlipSubmitted not working?

2009-10-10 Thread James Purser
= context.GetBlipById(properties['blipId']) blip.CreateChild().GetDocument().SetText('I\'d now read the text...') But nothing... Have you tried putting some logging into the function? logging.debug(OnBlipSubmitted Called) or something similar? -- James Purser Collaborynth http

[Google Wave APIs] Robot Performance On Preview vs Dev Preview

2009-10-04 Thread James Purser
and then creating a series of waves. This works on the dev, but not the beta. Anyone have any ideas? -- James Purser Collaborynth http://collaborynth.com.au Mob: +61 406 576 553 Skype: purserj1977 Twitter: http://twitter.com/purserj --~--~-~--~~~---~--~~ You received

[Google Wave APIs] Re: Custom robots as part of a Wave server

2009-09-30 Thread James Purser
On Wed, 2009-09-30 at 05:03 -0700, maxsap wrote: Hello I am new to wave, Correct me if I got it wrong but is this a way to host our own wave server? Yes that is precisely what it means. However what you won't get is the funky Web Client that comes with the Google Wave service. -- James

[Google Wave APIs] Re: hybrid apps

2009-09-14 Thread James Purser
stuff). -- James Purser Collaborynth http://collaborynth.com.au Mob: +61 406 576 553 Skype: purserj1977 Twitter: http://twitter.com/purserj --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Wave API group