WodXMPP Security property set to 2 - WeOnlyDo Discussion board

WodXMPP Security property set to 2 (General questions)

by cchappell, Monday, December 28, 2009, 22:27 (5442 days ago)

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

by wodDamir, Monday, December 28, 2009, 23:16 (5442 days ago) @ cchappell

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

by cchappell, Thursday, February 04, 2010, 22:25 (5404 days ago) @ wodDamir

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