Fix connection settings for jabber

This commit is contained in:
Tom Willemse 2017-01-11 23:56:36 +01:00
parent f76981a7b1
commit b9b311cf44

View file

@ -1067,8 +1067,8 @@ To start off, first I need to enable lexical binding.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq jabber-account-list (setq jabber-account-list
`((,(concat "ryuslash@dukgo.com/" (system-name))) `((,(concat "ryuslash@dukgo.com/" (system-name))
(:connection-type . starttls))) (:connection-type . starttls))))
#+END_SRC #+END_SRC
Store any persistent data in the data directory. Store any persistent data in the data directory.