1 Feb 09:45
[PATCH 2/2] response handlers needed for SASL PLAIN authentication
Joseph Gay <gilleylen <at> gmail.com>
2012-02-01 08:45:12 GMT
2012-02-01 08:45:12 GMT
--- erc-sasl.el | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 67 insertions(+), 0 deletions(-) create mode 100644 erc-sasl.el diff --git a/erc-sasl.el b/erc-sasl.el new file mode 100644 index 0000000..002be15 --- /dev/null +++ b/erc-sasl.el @@ -0,0 +1,67 @@ +;; erc-sasl.el -- handle SASL PLAIN authentication + +;; Copyright (C) 2001, 2002, 2003, 2004, 2006, +;; 2007, 2008, 2009 Free Software Foundation, Inc. + +;; Author: Joseph Gay <joseph.gay <at> psy.ai> +;; Keywords: comm + +;; This file is part of GNU Emacs. + +;; GNU Emacs is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; GNU Emacs is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the(Continue reading)
RSS Feed