view twisted/plugins/idavoll.py @ 230:57d1d78190d0

renamed idavoll.tac to sat_pubsub.tac
author Goffi <goffi@goffi.org>
date Thu, 10 May 2012 23:07:42 +0200
parents a219fe70a762
children 564ae55219e1
line wrap: on
line source

# Copyright (c) 2003-2006 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",
        "idavoll.tap",
        "Jabber Publish-Subscribe Service Component",
        "idavoll")