Re: Problem in implementing requestShareApp

2009-04-07 Thread Chris Chabot
t; > One more question > requestSendMessage is also RPC style? How can I implement this, > > Regards > Ajay > > --- On Tue, 4/7/09, Chris Chabot wrote: > > From: Chris Chabot > Subject: Re: Problem in implementing requestShareApp > To: shindig-dev@incubator.

Re: Problem in implementing requestShareApp

2009-04-07 Thread ajay singh
uestSendMessage', this.requestSendMessage); in my container javascript. It is working now. One more question  requestSendMessage is also RPC style? How can I implement this, Regards Ajay --- On Tue, 4/7/09, Chris Chabot wrote: From: Chris Chabot Subject: Re: Problem in implementing requestShar

Re: Problem in implementing requestShareApp

2009-04-07 Thread Chris Chabot
Hey Ajay, requestShareApp is what we would call 'container mediated', that means that the requestShareApp call triggers (via rpc) the container to take care of the details. The reason for that is that you don't want apps to be able to spam without any user intervention and consent, plus a containe

Problem in implementing requestShareApp

2009-04-06 Thread ajay singh
Hi All How can I implement requestShareApp, in my container. when I tried it says -Unknown RPC service: shindig.requestShareApp Has Partuza implemented it. Can any one help me please. Thanks  Ajay