net.assum/xmpp-clj

A lightweight clojure wrapper around the smack jabber/XMPP library. Hipchat compatible.

Leiningen/Boot

[net.assum/xmpp-clj "0.0.2"]

Clojure CLI/deps.edn

net.assum/xmpp-clj {:mvn/version "0.0.2"}

Gradle

implementation("net.assum:xmpp-clj:0.0.2")

Maven

<dependency>
  <groupId>net.assum</groupId>
  <artifactId>xmpp-clj</artifactId>
  <version>0.0.2</version>
</dependency>