From: SourceForge.net <no...@so...> - 2013-04-02 02:28:29
|
Patches item #1773635, was opened at 2007-08-13 22:45 Message generated for change (Comment added) made by legoscia You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=586352&aid=1773635&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: None >Status: Pending >Resolution: Fixed Priority: 5 Private: No Submitted By: Xavier Maillard (zedek) Assigned to: Nobody/Anonymous (nobody) Summary: Multi-account configuration Initial Comment: This patch implements authentication based on an external authinfo file (ala FTP). Actually it just support a file. Future enhancements will likely add an authinfo-alist (in addition of a file). Please review/comment/correct. Patch made against CVS HEAD as of 2007-08-14. ---------------------------------------------------------------------- >Comment By: Magnus Henoch (legoscia) Date: 2013-04-01 19:28 Message: Well, here it is: http://emacs-jabber.git.sourceforge.net/git/gitweb.cgi?p=emacs-jabber/emacs-jabber;a=commitdiff;h=5c7d80f3aa92cc5a27e3fb553ca291173516b763 Works for me, at least. ---------------------------------------------------------------------- Comment By: Magnus Henoch (legoscia) Date: 2013-04-01 19:12 Message: Ah, you're right, I missed that part. And just the other day I was thinking that it would be nice if jabber.el would read authinfo files :) I'd rather have it use the auth-source library than reading the authinfo file directly, though. I'll see if I can come up with a patch for that... (though feel free to beat me to it!) ---------------------------------------------------------------------- Comment By: Elias Pipping (pipping) Date: 2013-03-29 14:16 Message: If I understand correctly, only one of those two patches ever made it into emacs-jabber. The other adds support for ~/.authinfo; Is there still a chance for inclusion? ---------------------------------------------------------------------- Comment By: Magnus Henoch (legoscia) Date: 2007-08-28 18:48 Message: Logged In: YES user_id=920364 Originator: NO Thanks a lot, and sorry about the delay... I just committed a modified version of your patch. Let's see if this works... ---------------------------------------------------------------------- Comment By: Xavier Maillard (zedek) Date: 2007-08-16 13:28 Message: Logged In: YES user_id=597884 Originator: YES Ok, here is my first try to implement a jabber-account-list alist. It adds support for multiple connections or one connection (given the account name). Please try this. File Added: jabber-connect.el ---------------------------------------------------------------------- Comment By: Xavier Maillard (zedek) Date: 2007-08-15 01:12 Message: Logged In: YES user_id=597884 Originator: YES Small fix of previous commit. File Added: jabber-core-add-authinfo-auth.patch ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=586352&aid=1773635&group_id=88346 |