Mercurial > libervia-pubsub
view twisted/plugins/idavoll_http.py @ 214:3c45208678fa
Make 204 responses not result in failure.
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Thu, 18 Jun 2009 12:40:58 +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")