This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "emacs-jabber".
The branch, master has been updated
via a1835deb5c8e1609b2ba0aa1c65a2cfa88c76aca (commit)
from 1f858cc4f3cdabcd7380a7d08af273bcdd708c15 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a1835deb5c8e1609b2ba0aa1c65a2cfa88c76aca
Author: Magnus Henoch <mag...@gm...>
Date: Mon Jul 13 09:09:33 2015 +0100
Clearer docstring for jabber-account-list
diff --git a/jabber.el b/jabber.el
index 55eec68..607b726 100644
--- a/jabber.el
+++ b/jabber.el
@@ -39,13 +39,18 @@ where the car is a JID and the CDR is an alist.
JID is a full Jabber ID string (e.g. fo...@ba...). You can also
specify the resource (e.g. fo...@ba.../emacs).
The following keys can be present in the alist:
-:password is a string to authenticate ourself against the server.
-It can be empty.
-:network-server is a string identifying the address to connect to,
-if it's different from the server part of the JID.
-:port is the port to use (default depends on connection type).
-:connection-type is a symbol. Valid symbols are `starttls',
-`network' and `ssl'.
+
+ :password is a string to authenticate ourself against the server.
+ It can be empty. If you don't want to store your password in your
+ Emacs configuration, try auth-source (info node `(auth)Top').
+
+ :network-server is a string identifying the address to connect to,
+ if it's different from the server part of the JID.
+
+ :port is the port to use (default depends on connection type).
+
+ :connection-type is a symbol. Valid symbols are `starttls',
+ `network' and `ssl'.
Only JID is mandatory. The rest can be guessed at run-time.
-----------------------------------------------------------------------
Summary of changes:
jabber.el | 19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)
hooks/post-receive
--
emacs-jabber
|