[Google Wave APIs] Re: How to get Sandbox contacts

2010-02-03 Thread maxsap

hi, as mentioned I am using android so the contact API is not usefull
because android contacts are the google contacts and I can get them
using the standard android contact API ( I have done it that way). The
problem is due to a limitation in the app engine I have to use the
sandbox server. Because I can't find any related API does anyone know
if I would be able to get the contacts using the standart HTML and
authentication and them just getting the contacts? Thanks for the all
the help maxsap

On Feb 3, 1:53 am, Stephen Gigante  wrote:
> You'll need to use the preview rather than the sandbox (unless there's a
> Google Apps option in there?) for this one, but the API you're looking for
> is:
>
> http://code.google.com/apis/contacts/
>
> - Stephen
>
>
>
> On Wed, Feb 3, 2010 at 2:03 AM, maxsap  wrote:
> > hi, I am developing an android app and have to get the users from the
> > sandbox in order to send messages to selected users.
> > an example is the user selects a user and then send them messages. But
> > to do that I have to know who the user have in their account.
> > regards maxsap
>
> > --
> > 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 this group, send email to
> > google-wave-api+unsubscr...@googlegroups.com > googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-wave-api?hl=en.

-- 
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 this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.



[Google Wave APIs] Re: How to get Sandbox contacts

2010-02-02 Thread maxsap
hi, I am developing an android app and have to get the users from the
sandbox in order to send messages to selected users.
an example is the user selects a user and then send them messages. But
to do that I have to know who the user have in their account.
regards maxsap

-- 
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 this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.



[Google Wave APIs] How to get Sandbox contacts

2010-02-01 Thread maxsap
Hello all, I have both preview and sandbox accounts and have notices
that the contacts I have at wave preview are merged into my google
contacts and that sandbox contacts don't merge. I am developing an
android based application and I need to get all the user's contacts.
Using the preview I can get user contacts throught  user's account.
The problem is that dough to a limitation i have to use the sandbox
and I don't know how to get user contacts. Is there any way (api or
not) thanks in advanced maxsap

-- 
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 this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.



[Google Wave APIs] how to federate my fedone server with sandbox server?

2010-02-01 Thread maxsap
Hello all, I have deployed my own fedone server, I also know (from
another post in this group) that the sandbox server is able to
federate, so my question is how to enable federation between the two
servers?
sorry for the spelling, regards maxsap

-- 
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 this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.



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

2010-01-30 Thread maxsap
Hello and thanks for the quick responce, so if I like to use jingle
and still be able to use the sandbox wave I can host my robot in my
own server (no need to deploy my own fedone server) but this won't
work with the wave preview am I correct? also if I decide to deploy my
one wave server would I be able to federate with any one of the above
mentioned servers? regards maxsap

-- 
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 this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.



[Google Wave APIs] custom fedone server and robot question

2010-01-29 Thread maxsap
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 server and working there. The question I have is if I deploy
my fedone server would I still be obligated to deploy my robot to the
app engine or I can deploy me robot everywhere I whant? also would I
be able to fedarete(if not currently when I would?) and last would I
be able to see robots already hosted to app engine?
thanks in advanced and sorry for the long questions maxsap.

-- 
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 this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.



[Google Wave APIs] Cron jobs status

2010-01-07 Thread maxsap
Hello all, I know there are a lot of similar threads but I am writting
a robot using the java API and I need to be able to periodicaly call
my robot in order to  post messages back to wave. I have found and
copied the source from stocky robot but it doesn't seems to work (I
get JDO errors or I get NoClassDefFound exceptions in the update
robot.) the cron seems to work fine since I can see in the dashboard
the cpu usage and some log messages. So the questions are :
Is there something wrong with cron jobs that prevents me from using
them? if yes can I use appengines crons?
Is there any other way i can post data back to the wave? for example
somewhere I have read that there would be a remote call interface from
the robot back to wave is this true? and if yes do you now when?
thanks in advance and sorry for the ammount of questions maxsap
-- 
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 this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.




[Google Wave APIs] Re: Cron event context

2010-01-07 Thread maxsap
you will have to declare a second class that extends the avstract
robot servlet and then go to web.xml and map that servlet with a path
(if your servlet is called fetchupdate then you whould do /_wave/robot/
fetchupdate) just look at the stocky robot at google wave samples
you can find it here: http://code.google.com/p/google-wave-resources/
regards maxsap

On 30 Νοέ 2009, 15:54, fabrizio-mc  wrote:
> I want to use thecronevent to periodically syncronize the wave where
> I put my robot with an external app. The need is to add a simple text
> blip in the wave for each action registered from the external app.
>
> I use Java.
>
> I have two questions:
>
> 1. I have seen that my robotcronevent starts regularly if the robot
> is placed in a single wave (for example every 30 secs). But if I put
> the robot in two or more waves I can see only one call and not one
> call for each wave.. Is it correct?
>
> 2. To usecronand update my waves I found and use this code:
>
>         
>         if (bundle.getEvents().size() == 0) {
>           LOG.warning("Cronevent now");
>         
>
> and it's works (i can see the log in appengine) but when I try to get
> the wavelet and append my message:
>
>           Wavelet wavelet = bundle.getWavelet();
>           Blip blip = wavelet.appendBlip();
>           TextView textnew = blip.getDocument();
>           textnew.append("30 secs message...");
>
> the function getWavelet() value is NULL.
> How can I get wavelet data from wave who contains the robot instance?
>
> Thank you
> Fabrizio Porciani
> Florence, ITALY
-- 
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 this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.




[Google Wave APIs] Re: Does robots have full AppEngine capabilities

2009-11-15 Thread maxsap
hello all thanks for the respance and sorry for the late answer
reguards maxsap

--

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 this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=.




[Google Wave APIs] java servlet-robot communication

2009-11-15 Thread maxsap
Hello all, I am developing a web app and I would like to make a
servlet I have made to communicate with my robot, my first thought was
to set an attribute from my servlet and set my robot implement the
ServletContextAttributeListener so it can be notified of the change,
but when I try to read the attribute I always get a null pointer
exception. So my question is can I do that? is there any other
solution?
thanks in advanced maxsap

--

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 this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=.




[Google Wave APIs] Does robots have full AppEngine capabilities

2009-11-10 Thread maxsap

Hello all, I was reading about google appengine capabilities and I was
wondering if a google wave robot has all this capabilities and
services described here(http://code.google.com/intl/el/appengine/docs/
java/overview.html) since all the robots run on the app engine?
thanks in advanced maxsap
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: google wave protocol and regular xmpp server compatibility

2009-11-10 Thread maxsap

Hello Pamela, thanks for the quick responce I will post it there

On Nov 10, 2:56 am, "pamela (Google Employee)" 
wrote:
> Hi maxsap-
>
> I'd suggest posting in the protocol forum for a better chance of a good
> response:http://groups.google.com/group/wave-protocol
>
> - pamela
>
>
>
> On Tue, Nov 10, 2009 at 10:18 AM, maxsap  wrote:
>
> > Hello all, I am developing robot and currently I am using an xmpp
> > server my question is if the wave protocol is 100% compatible with a
> > regular xmpp server (e.g. openfire,or a xmpp RA)? if yes can I also
> > use all the xmpp extensions (jingle...)? I have read the draft
> > specification but don't quite understand if this is possible.
> > would I have to make a connection with an extra library (say smack for
> > example) or i don't have to use any special libraries?
> > thanks in advances maxsap- Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] google wave protocol and regular xmpp server compatibility

2009-11-09 Thread maxsap

Hello all, I am developing robot and currently I am using an xmpp
server my question is if the wave protocol is 100% compatible with a
regular xmpp server (e.g. openfire,or a xmpp RA)? if yes can I also
use all the xmpp extensions (jingle...)? I have read the draft
specification but don't quite understand if this is possible.
would I have to make a connection with an extra library (say smack for
example) or i don't have to use any special libraries?
thanks in advances maxsap
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Gadget shared state question

2009-10-17 Thread maxsap

Hello to all, I have a question about the gadget api.
the gadget has shared state wright? this means that if i make a
playback gadget and some user in a wavelet plays a file from that
gadget all the users in  the wavelet will hear the sound? or if the
gadget has sound recording capabilities and for example have 10 users
and one of them loads the gadget and press a record button this will
record from all the participants?
thanks in advanced maxsap
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Is it possible to import GWT gadget into wave

2009-10-01 Thread maxsap

Hello papyromancer,
thanks for the quick responce  didn't know about that tag, it is
really helpfull  the problem is that I would prefer to stream an audio
file from the internet and don't know if this is supported or what
types are supported can you help me because the w3c site doesn't
really say anything.
thanks maxsap

On 1 Οκτ, 02:48, papyromancer  wrote:
> What about using the html5 Audio tag?
>
> On Wed, Sep 30, 2009 at 6:22 PM, maxsap  wrote:
>
> > Hello all, I am developing a gadget for the wave and while I was
> > looking for a way to play audio from within the wave without using
> > flash I got this idea.This article
>
> >http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa...
> > says that it is possible to build a google gadget with GWT but could I
> > use the same gadget as a wave gadget?
> > thanks in advanced maxsap
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Is it possible to play media in wave

2009-10-01 Thread maxsap

Hello Dagfinn Parnas,i
thanks for your answer this is the way i found too I will try to
implement it and if it is a success I will post a how to so others can
implement it too
thanks maxsap
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Is it possible to import GWT gadget into wave

2009-09-30 Thread maxsap

Hello all, I am developing a gadget for the wave and while I was
looking for a way to play audio from within the wave without using
flash I got this idea.This article
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/d1994a8f483de645
says that it is possible to build a google gadget with GWT but could I
use the same gadget as a wave gadget?
thanks in advanced maxsap
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



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

2009-09-30 Thread maxsap

Hello I am new to wave, Correct me if I got it wrong but is this a way
to host our own wave server?

On Sep 1, 2:21 am, Jason Salas  wrote:
> Hi Anthoni,
>
> Here's the info (includes setup instructions for 
> Windows):http://code.google.com/p/wave-protocol/wiki/Installation
>
> On Tue, Sep 1, 2009 at 1:46 AM, Anthoni wrote:
>
> > Hi James and Jason,
>
> > I too want to practice setting up my own framework server to test it
> > out and see if I can do it.
>
> > Couple of questions I would to know if possible ?
>
> > [1] Are there any tutorials on how to set up a server from scratch ?
> > [2] I develop using a Windows machine, so does FedOne run on Windows
> > machine or is it purely linux ?
>
> > Regards
> > Anthoni
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: unable to deploy a robot

2009-09-29 Thread maxsap

any one? I really can't understand what I am doing wrong, anyone with
the same problem?


--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] java API is it possible to create java objects in wave

2009-09-29 Thread maxsap

Hello ,
I am trying to develop a wave program, and I was wondering if it is
possible to make a java object inside a wave and use it? for example I
would like to import to the wave SIP capabilities and in a previus
question in this forum I was told that wave doesn't support SIP, is it
possible to create an object whith SIP capabilities and use that
object to do all the SIP work?
thanks in advance maxsap
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Is it possible to play media in wave

2009-09-27 Thread maxsap

hello Eric, this is a very nice gadget thanks for sharing. I would
like also to get user from users microphone do you know if i can do
that? also this is shared in all users in the wave wright? if it is i
can't use something like that because of the above(get microphone for
a single user), at list i know i can make wave play an audio file

On Sep 26, 11:28 pm, Eric Dorman  wrote:
> I have made a gadget for this specific reason.
>
> The gadget displays a search engine were users can search you tube
> videos and when the user
> clicks on the  video it plays right in the wave itself.
>
> Here is the link to the xml file
>
> http://hosting.gmodules.com/ig/gadgets/file/101909796567770336680/vid...
>
> On Sep 26, 11:10 am, maxsap  wrote:
>
>
>
> > Hello I am new in wave development and I was wondering if it is
> > possible for the wave to play external media, or take input (e.g.
> > record a user from its microphone) from a user.and if yes how? Can I
> > do it using robots from the api search i show only the image and
> > gadget class so do I have to make a gadget to do that?
> > I am interested in building a that someone can record a message from
> > his wave and send it to others(e.g. record a message and then the
> > other users in the same way can liste(playback ) that message)
> > thanks in advanced maxsap
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: unable to deploy a robot

2009-09-26 Thread maxsap

sorry for the late answer yes you are wright thank you very mucj for
the help, fixed it dont know why i was getting those file not found
messages works fine now thanks again

On Sep 24, 7:39 pm, Marcel Prasetya  wrote:
> I was able to accesshttp://javasippy.appspot.com/_wave/capabilities.xml,
> that returns this:
>
> ?xml version="1.0" encoding="utf-8"?>
> http://wave.google.com/extensions/robots/1.0";>
>   
>     
>   
>   1
> 
>
> Please note that you're missing an open angle bracket at the
> beginning. The first line should be:
>
> 
>
> Hope that helps.
>
> Marcel
>
>
>
> On Thu, Sep 24, 2009 at 9:22 PM, maxsap  wrote:
>
> > hello Marco thanks for the reply, yes my application is visible and
> > yes  http://javasippy.appspot.com/is working but when i try to see
> > the capabilities.xml i get 404 not found, also when i add the bot to
> > the wave it doesn't work (I am using google chrome). the structure of
> > my project is ->
>
> > javasippy
> >         ->src
> >         ->war
> >                      ->_wave
> >                                ->capabilities.xml
> >                     ->WEB_INF
>
> --
> Marcel Adi Prasetya
> mprase...@google.com
> Software Engineer, Google Inc.
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: unable to deploy a robot

2009-09-26 Thread maxsap

sorry again but I replied before checking if the bot works with wave.
I am using firefox and it doesn't seem to work. The code i use is as
shown in the above link (from the java tutorial the Parroty bot) no
matter how many user i add to the wave no blip is added by the bot,
any idea why?
thanks a lot maxsap

On Sep 26, 5:51 pm, maxsap  wrote:
> sorry for the late answer yes you are wright thank you very mucj for
> the help, fixed it dont know why i was getting those file not found
> messages works fine now thanks again
>
> On Sep 24, 7:39 pm, Marcel Prasetya  wrote:
>
> > I was able to accesshttp://javasippy.appspot.com/_wave/capabilities.xml,
> > that returns this:
>
> > ?xml version="1.0" encoding="utf-8"?>
> > http://wave.google.com/extensions/robots/1.0";>
> >   
> >     
> >   
> >   1
> > 
>
> > Please note that you're missing an open angle bracket at the
> > beginning. The first line should be:
>
> > 
>
> > Hope that helps.
>
> > Marcel
>
> > On Thu, Sep 24, 2009 at 9:22 PM,maxsap wrote:
>
> > > hello Marco thanks for the reply, yes my application is visible and
> > > yes  http://javasippy.appspot.com/isworking but when i try to see
> > > the capabilities.xml i get 404 not found, also when i add the bot to
> > > the wave it doesn't work (I am using google chrome). the structure of
> > > my project is ->
>
> > > javasippy
> > >         ->src
> > >         ->war
> > >                      ->_wave
> > >                                ->capabilities.xml
> > >                     ->WEB_INF
>
> > --
> > Marcel Adi Prasetya
> > mprase...@google.com
> > Software Engineer, Google Inc.
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Is it possible to play media in wave

2009-09-26 Thread maxsap

Hello I am new in wave development and I was wondering if it is
possible for the wave to play external media, or take input (e.g.
record a user from its microphone) from a user.and if yes how? Can I
do it using robots from the api search i show only the image and
gadget class so do I have to make a gadget to do that?
I am interested in building a that someone can record a message from
his wave and send it to others(e.g. record a message and then the
other users in the same way can liste(playback ) that message)
thanks in advanced maxsap
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: unable to deploy a robot

2009-09-26 Thread maxsap

sorry again but I replied before checking if the bot works with wave.
I am using firefox and it doesn't seem to work. The code i use is as
shown in the above link (from the java tutorial the Parroty bot) no
matter how many user i add to the wave no blip is added by the bot,
any idea why?
thanks a lot maxsap

On Sep 26, 5:51 pm, maxsap  wrote:
> sorry for the late answer yes you are wright thank you very mucj for
> the help, fixed it dont know why i was getting those file not found
> messages works fine now thanks again
>
> On Sep 24, 7:39 pm, Marcel Prasetya  wrote:
>
> > I was able to accesshttp://javasippy.appspot.com/_wave/capabilities.xml,
> > that returns this:
>
> > ?xml version="1.0" encoding="utf-8"?>
> > http://wave.google.com/extensions/robots/1.0";>
> >   
> >     
> >   
> >   1
> > 
>
> > Please note that you're missing an open angle bracket at the
> > beginning. The first line should be:
>
> > 
>
> > Hope that helps.
>
> > Marcel
>
> > On Thu, Sep 24, 2009 at 9:22 PM,maxsap wrote:
>
> > > hello Marco thanks for the reply, yes my application is visible and
> > > yes  http://javasippy.appspot.com/isworking but when i try to see
> > > the capabilities.xml i get 404 not found, also when i add the bot to
> > > the wave it doesn't work (I am using google chrome). the structure of
> > > my project is ->
>
> > > javasippy
> > >         ->src
> > >         ->war
> > >                      ->_wave
> > >                                ->capabilities.xml
> > >                     ->WEB_INF
>
> > --
> > Marcel Adi Prasetya
> > mprase...@google.com
> > Software Engineer, Google Inc.
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: unable to deploy a robot

2009-09-24 Thread maxsap

hello Marco thanks for the reply, yes my application is visible and
yes  http://javasippy.appspot.com/ is working but when i try to see
the capabilities.xml i get 404 not found, also when i add the bot to
the wave it doesn't work (I am using google chrome). the structure of
my project is ->

javasippy
 ->src
 ->war
  ->_wave
->capabilities.xml
 ->WEB_INF
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] unable to deploy a robot

2009-09-22 Thread maxsap

hello all, i am really new to wave programming so i followed this
http://code.google.com/intl/el-GR/apis/wave/extensions/robots/java-tutorial.html
link to get started , note that i have an appengine account and i am
using java and the eclipse plugin. The problem is that even though i
am uploading the project to the appengine account i can't see the
capabilities.xml file  from the browser and i keep getting a file note
found. If anyone knows i would appreciate the help, thanks in advanced
maxsap


--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] is it possible to use sip with google wave?

2009-09-07 Thread maxsap

Hello all I would like to build a text to speech application, my
current thoughts are to build a robot or a gadget and set a separate
servet to let it do the TTS and then send back to a wave user the
result. I actually have two questions , the first is if it is possible
to use sip to make a session and send data (voice) and second I
haven't really decide which is better for this project a robot or a
gadget?
thanks in advanced maxsap

--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---