4 lines
79 B
Common Lisp
4 lines
79 B
Common Lisp
|
(defpackage :org.ryuslash.xmpp-send
|
||
|
(:use :cl :xmpp)
|
||
|
(:export :xmpp-send))
|