Fix connection settings for jabber
This commit is contained in:
parent
f76981a7b1
commit
b9b311cf44
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue