Re: Sample application is not working. - WeOnlyDo Discussion board

Re: Sample application is not working. (General questions)

by woddrazen, Tuesday, November 11, 2008, 10:08 (5855 days ago) @ ...

Hi,


WodXMPP by default uses Jabber server. If you want to use Gtalk you should try something like this:
[code]wodXMPP1.Login = some@gmail.com ;
wodXMPP1.Password = your_password ;
wodXMPP1.Security = WODXMPPCOMLib.SecurityEnum.SecurityImplicit;
wodXMPP1.Port = 443;
wodXMPP1.Connect( talk.google.com );[/code]
Let us know how it goes.


Regards,
Drazen


Complete thread: