net.assum/xmpp-clj

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

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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