xmpp-clj

A lightweight clojure wrapper around the smack jabber/XMPP library

Leiningen/Boot

[xmpp-clj "0.3.1"]

Clojure CLI/deps.edn

xmpp-clj/xmpp-clj {:mvn/version "0.3.1"}

Gradle

implementation("xmpp-clj:xmpp-clj:0.3.1")

Maven

<dependency>
  <groupId>xmpp-clj</groupId>
  <artifactId>xmpp-clj</artifactId>
  <version>0.3.1</version>
</dependency>