comparison 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
comparison
equal deleted inserted replaced
176:17fc5dd77158 177:faf1c9bc2612
1 # Copyright (c) 2003-2008 Ralph Meijer
2 # See LICENSE for details.
3
4 from twisted.scripts.mktap import _tapHelper
5
6 Idavoll = _tapHelper(
7 "Idavoll HTTP",
8 "idavoll.tap_http",
9 "Jabber Publish-Subscribe Service Component with HTTP gateway",
10 "idavoll-http")