Re: Sample application is not working. (General questions)
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