Mercurial > libervia-pubsub
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/twisted/plugins/idavoll_http.py Thu Apr 10 11:18:29 2008 +0000 @@ -0,0 +1,10 @@ +# 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")