Mercurial > libervia-pubsub
view twisted/plugins/idavoll_http.py @ 207:43a4d0d6c076
Release Idavoll 0.8.0.
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Tue, 05 Aug 2008 18:23:45 +0000 |
parents | a219fe70a762 |
children | 564ae55219e1 |
line wrap: on
line source
# Copyright (c) 2003-2008 Ralph Meijer # See LICENSE for details. try: from twisted.application.service import ServiceMaker except ImportError: from twisted.scripts.mktap import _tapHelper as ServiceMaker Idavoll = ServiceMaker( "Idavoll HTTP", "idavoll.tap_http", "Jabber Publish-Subscribe Service Component with HTTP gateway", "idavoll-http")