From: SourceForge.net <no...@so...> - 2012-06-13 23:11:32
|
Feature Requests item #3518686, was opened at 2012-04-17 00:39 Message generated for change (Comment added) made by kate21 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=586353&aid=3518686&group_id=88346 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: Git Status: Open Priority: 5 Private: No Submitted By: Kai Tetzlaff (kate21) Assigned to: Magnus Henoch (legoscia) Summary: Use emacs 24 builtin support for GnuTLS Initial Comment: SSL/TLS connections are currently established using external programs (gnutls-cli, starrtls) which does not work very well in Windows. Emacs 24 supports direct use of the GnuTLS as a shared library. It would be great if (optional) support for this could be added to jabber.el. ---------------------------------------------------------------------- Comment By: Kai Tetzlaff (kate21) Date: 2012-06-13 16:11 Message: > Just committed a change that tries to do this. Let me know how it works :) Just got around to do some testing with the current git HEAD. I was using the just released emacs 24.1 on OS X (10.6) and Windows 7. On both systems, i have been able to connect to different jabber servers using the builtin GnuTLS support. So far, i've tried to connect to 3 different jabber servers, including google talk without a problem. What i have not checked yet, is how the TLS connection survives network interruptions (e.g. when using a cellular modem to establish the connection). But that's really not that important for now. Thanks a lot! ---------------------------------------------------------------------- Comment By: Magnus Henoch (legoscia) Date: 2012-05-15 14:48 Message: Just committed a change that tries to do this. Let me know how it works :) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=586353&aid=3518686&group_id=88346 |