Skip to content
This repository has been archived by the owner on Jul 22, 2018. It is now read-only.

Latest commit

 

History

History
35 lines (17 loc) · 989 Bytes

README.md

File metadata and controls

35 lines (17 loc) · 989 Bytes

XMPP Lift Module

This module provides support for XMLL (eXtensible Messaging and Presence Protocol, a.k.a Jabber)

To include this module in your Lift project, update your libraryDependencies in build.sbt to include:

Lift 2.6.x for Scala 2.9 and 2.10:

"net.liftmodules" %% "xmpp_2.6" % "1.2"

Lift 2.5.x for Scala 2.9 and 2.10:

"net.liftmodules" %% "xmpp_2.5" % "1.2"

Lift 3.0.x for Scala 2.10:

"net.liftmodules" %% "xmpp_3.0" % "1.2-SNAPSHOT"

Documentation

See Exploring Lift chapter 13.5 for example of using this module.

Note: The module package changed from net.liftweb.xmpp to net.liftmodules.xmpp in May 2012. Please consider this when referencing documentation written before that date.

Notes for module developers