Mercurial > libervia-pubsub
diff idavoll/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 | d79f0816f6c3 |
children | 6fe78048baf9 |
line wrap: on
line diff
--- a/idavoll/idavoll.py Thu Jun 29 08:38:24 2006 +0000 +++ b/idavoll/idavoll.py Mon Aug 21 16:05:35 2006 +0000 @@ -1,3 +1,6 @@ +# Copyright (c) 2003-2006 Ralph Meijer +# See LICENSE for details. + from twisted.words.protocols.jabber import component from twisted.application import service from twisted.internet import defer @@ -8,7 +11,7 @@ import sys -__version__ = '0.2' +__version__ = '0.5.0' NS_VERSION = 'jabber:iq:version'