summaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-04-10 17:35:38 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-04-10 17:35:38 +0200
commitd22a61311a7d19667e781e6d8026e24395ef3087 (patch)
tree23546530cfd2266464f50966e33bdd7a2bca69fd /project.clj
parent9a31ff37a5d57e113cc0500b84a3f22a6bdda4b0 (diff)
Lafargue: Add XMPP notification capability.
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj2
1 files changed, 2 insertions, 0 deletions
diff --git a/project.clj b/project.clj
index 4d8e35e..d6940c3 100644
--- a/project.clj
+++ b/project.clj
@@ -44,6 +44,8 @@
[org.apache.ws.commons.axiom/axiom-api "1.2.12"]
[clj-apache-http "2.3.2"]
[org.pegdown/pegdown "1.1.0"]
+ [jivesoftware/smack "3.1.0"]
+ [jivesoftware/smackx "3.1.0"]
]
:plugins [[lein-swank "1.4.3"]]
:exclusions [org.clojure/clojure-contrib] ;you know, the old pre-1.3.0 versions