Revision: mange@freemail.hu--2005/emacs-jabber--cvs-head--0--patch-405

Creator:  Magnus Henoch <mange@freemail.hu>

Better docstring for jabber-account-list
This commit is contained in:
Magnus Henoch 2007-09-01 15:58:16 +00:00 committed by Kirill A. Korinskiy
parent d68ad38585
commit 0b75ed78b2
1 changed files with 15 additions and 1 deletions

View File

@ -46,7 +46,21 @@ if it's different from the server part of the JID.
:connection-type is a symbol. Valid symbols are `starttls',
`network' and `ssl'.
Only JID is mandatory. The rest can be guessed at run-time."
Only JID is mandatory. The rest can be guessed at run-time.
Examples:
Two accounts without any special configuration:
\((\"foo@example.com\") (\"bar@example.net\"))
One disabled account with a non-standard port:
\((\"romeo@montague.net\" (:port . 5242) (:disabled . t)))
If you don't have SRV and STARTTLS capabilities in your Emacs,
configure a Google Talk account like this:
\((\"username@gmail.com\"
(:network-server . \"talk.google.com\")
(:connection-type . ssl)))"
:type '(repeat
(cons :tag "Account information"
(string :tag "JID")