WodXMPP Security property set to 2 (General questions)
Question if the wodxmpp is set to security allowed is there anyway programmatically to check whether client is running in encrypted (SSL) or plain text mode using VB.Net?
Re: WodXMPP Security property set to 2
Hi,
Unfortunately, there is no property that would provide that information. However, you could use StateChange event, to find out if wodXMPP established secure connection, and set some variable internally in case wodXMPP goes into Initializing secure connection. state.
Does that help?
Regards,
Damba
Re: WodXMPP Security property set to 2
Yes, It does. I can't believe how easy this component is to use. I am novice programmer. My previous experience is parsing text files for a log using VB.net and find this component really simple to use.
Thanks,
Chris Chappell