On 10/22/07, koti <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
> Can you please tell me how to get the contact list from gtalk through
> our own application.
> How to proceed from scrap as i am new to this. Any sites to know more
> abt this.


Use libjingle and run call example provided in that library.

can you please tell me how to get the roaster list using windows.
>
> Where do we need to type the following commands.
> <iq from='[EMAIL PROTECTED]/balcony' type='get' id='roster_1'>
> >      <query xmlns='jabber:iq:roster'/>
> >    </iq>
>
> cheers,
> koti.
>
> On Oct 18, 2:36 pm, anton <[EMAIL PROTECTED]> wrote:
> > Hi,
> > As I know:
> >
> > To get a roster list :  you may send a iq query packet to get one,
> > that is sth like:
> >    <iq from='[EMAIL PROTECTED]/balcony' type='get' id='roster_1'>
> >      <query xmlns='jabber:iq:roster'/>
> >    </iq>
> >
> > 2. Add/Remove a jid from the roster list:
> >  <presence to='[EMAIL PROTECTED]' type='unsubscribe'/>
> > <iq to='[EMAIL PROTECTED]/10B53A7A' id='9BEA5191' type='set'>
> >         <query gr:ext='2' xmlns='jabber:iq:roster'
> > xmlns:gr='google:roster'>
> >                 <item jid='[EMAIL PROTECTED]' subscription='from'/>
> >         </query>
> > </iq>
> >
> > I used to use The XMPP monitor plugin in pidgin.
> > That may be helpful.
> >
> > If I mistook sth , plz remind me directly.
> > I'm just a newbie...
> >
> > Rgds,
> > anton
> >
> > On Sep 24, 2:47 am, "Ami Noy" <[EMAIL PROTECTED]> wrote:
> >
> > > Hi.
> >
> > > I run the libjingle examples under LINUX and I created a new account
> and
> > > name for an application I run with it
> >
> > > How can I add this account to my google-talk friends or other friends
> that
> > > uses google-talk?
> >
> > > I tried to do that by inviting it as a frien, but I don't see any
> option to
> > > receive and answer for that request while running the libjingle
> examples.
> >
> > > Thanks
> >
> > > Ami
>
>
> >
>


-- 
...Swapnil

|| Hare Krishna Hare Krishna Krishna Krishna Hare Hare ||
|| Hare Rama    Hare Rama   Rama   Rama    Hare Hare ||

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-talk-open" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-talk-open?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to