view twisted/plugins/idavoll.py @ 162:84cfe9fe38c5

Comply with the access model 'open'. Currently, the only implemented access model is 'open', so we should not check for the subscription of the requestor for item retrieval. We do reject outcasts.
author Ralph Meijer <ralphm@ik.nu>
date Wed, 06 Sep 2006 12:57:53 +0000
parents 5191ba7c4df8
children a219fe70a762
line wrap: on
line source

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

from twisted.scripts.mktap import _tapHelper

Idavoll = _tapHelper(
        "Idavoll",
        "idavoll.tap",
        "Jabber Publish-Subscribe Service Component",
        "idavoll")