Re: how to add gtalk Contacts (General questions)
Hi,
What environment are you using?
Basically this should work:
[code]Dim cnt as XMPPContact
Set cnt = wodXMPP1.Contacts.Add your_gmail_contact
cnt.Subscribe[/code]
This is a syntax for VB. Please try applying the same in your environment. Also, I would suggest that you check up on the samples provided with the component.
Regards,
Damba
Complete thread:
- how to add gtalk Contacts - zyq11111111, 2010-12-27, 22:28
- Re: how to add gtalk Contacts - wodDamir, 2010-12-27, 23:02
- Re: how to add gtalk Contacts - zyq11111111, 2010-12-27, 23:16
- Re: how to add gtalk Contacts - wodDamir, 2010-12-27, 23:32
- Re: how to add gtalk Contacts - zyq11111111, 2010-12-27, 23:16
- Re: how to add gtalk Contacts - wodDamir, 2010-12-27, 23:02