diff idavoll/__init__.py @ 167:ef22e4150caa

Move protocol implementations (pubsub, disco, forms) to and depend on wokkel. Author: ralphm Fixes: #4
author Ralph Meijer <ralphm@ik.nu>
date Wed, 03 Oct 2007 12:41:43 +0000
parents 5191ba7c4df8
children f94c3eb38b75
line wrap: on
line diff
--- a/idavoll/__init__.py	Thu Jan 18 14:08:32 2007 +0000
+++ b/idavoll/__init__.py	Wed Oct 03 12:41:43 2007 +0000
@@ -1,3 +1,6 @@
-# Copyright (c) 2003-2006 Ralph Meijer
+# Copyright (c) 2003-2007 Ralph Meijer
 # See LICENSE for details.
 
+"""
+Idavoll, a generic XMPP publish-subscribe service.
+"""