Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] Bugzilla - Bug 341724

Hi all,

I've filed an enhancement request for supporting SSL certificates from the client side for XMPP.

Currently, the XMPP(S)Container will use a constructor of XmppConnection (smack class) that will fail to connect if the server requires a cert to authenticate.

The fix looks like upgrading the smack jar ECF points to and passing a CallbackHandler via IConnectContext (if appropriate) to XmppConnection using another constructor. In other words, change XMPPContainer to pass a handler to XmppConnection to retrieve the keystore password and then update the smack jar so that keystore types such as Java Key Store (JKS) are handled correctly.

Thoughts?

Thanks for the input,
Teddy

Back to the top