diff twisted/plugins/idavoll.py @ 155:5191ba7c4df8

Work towards first release 0.5.0. - Add licensing information (MIT) - Improve installation instructions. - Use new plugins framework in twisted.
author Ralph Meijer <ralphm@ik.nu>
date Mon, 21 Aug 2006 16:05:35 +0000
parents
children a219fe70a762
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/twisted/plugins/idavoll.py	Mon Aug 21 16:05:35 2006 +0000
@@ -0,0 +1,10 @@
+# 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")