jarn.xmpp.twisted

by Yiorgis Gozadinos last modified Nov 28, 2011 02:23 PM

Zope/Twisted integration for jarn.xmpp packages

Project Description

Introduction

jarn.xmpp.twisted provides a basis for building XMPP applications with Plone.

In short, jarn.xmpp.twisted includes:

  • Extensions to the wokkel package by implementing parts of the following XMPP extensions:
  • A Twisted reactor that runs side-by-side with the Zope instance.
  • Utilities that provide XMPP clients of two sorts, a deferred client that initially connects, executes a task and disconnects as soon as it is done, as well as a normal client that remains connected and can respond to XMPP events.
  • An XMPP component base class for writing custom components.

jarn.xmpp.twisted is part of a suite, with the other packages being:

  • jarn.xmpp.core, provides facilities for presence, messaging, chatting and microblogging.
  • jarn.xmpp.collaboration provides an XMPP protocol to do real-time collaborative editing as well as a Plone-targeted implementation.

Installation

jarn.xmpp.twisted requires a working XMPP server installation. Please refer to the jarn.xmpp.core documentation on how to set it up.

Testing

Some of the included tests are functional tests that require a XMPP server running on localhost as well as an administrator account setup up on this server with JID admin@localhost and password admin. If you wish to run those you have to specify a level 2 on your testrunner, i.e.

./bin/test -a 2 -s jarn.xmpp.twisted

Credits

  • Most of this work was done using the 10% time available to Jarn AS employees for the development of open-source projects.

Changelog

0.1

  • Stop reactor on system exit. [hannosch, ggozad]

0.1b1

  • Allow HTTPS connections for http-binding. [hannosch]

0.1a3 - 2010-06-06

  • Run tests requiring the EJABBERD layer only when level 2 is specified on the testrunner. [ggozad]
  • Fix deferred client to work with remote server. [ggozad]

0.1a2 - 2010-05-11

0.1a1 - 2010-05-09

  • Initial release. [ggozad]

Current Release
jarn.xmpp.twisted 0.1

Released Nov 28, 2011

Download file Get jarn.xmpp.twisted for all platforms
jarn.xmpp.twisted-0.1.zip
If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.

All Releases

Version Released Description Compatibility Licenses Status
0.1b1 More about this release… GPL beta
0.1a3 Bugfixes More about this release…
Plone 4
GPL alpha
0.1a2 Documentation fixes. More about this release…
Plone 4
GPL alpha
0.1a1 First release More about this release…
Plone 4
GPL alpha
0.1 Nov 28, 2011 More about this release… GPL final

Comments (0)