Skip to content

Instantly share code, notes, and snippets.

@iratqq
Created September 15, 2008 03:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iratqq/10812 to your computer and use it in GitHub Desktop.
Save iratqq/10812 to your computer and use it in GitHub Desktop.
(require :cl-xmpp-tls)
(defvar *connection* (xmpp:connect-tls :hostname "talk.google.com" :jid-domain-part "gmail.com"))
(xmpp:auth *connection* "your-gmail-address" "your-password" "cl-xmpp" :mechanism :sasl-plain)
(xmpp:message *connection* "wassr-bot@wassr.jp" "#lisp test test")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment