view twisted/plugins/idavoll_http.py @ 177:faf1c9bc2612

Add HTTP gateway in a separate plugin. Author: ralphm Fixes #8.
author Ralph Meijer <ralphm@ik.nu>
date Thu, 10 Apr 2008 11:18:29 +0000
parents
children a219fe70a762
line wrap: on
line source

# Copyright (c) 2003-2008 Ralph Meijer
# See LICENSE for details.

from twisted.scripts.mktap import _tapHelper

Idavoll = _tapHelper(
        "Idavoll HTTP",
        "idavoll.tap_http",
        "Jabber Publish-Subscribe Service Component with HTTP gateway",
        "idavoll-http")