Mercurial > libervia-pubsub
comparison idavoll/disco.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 | ea8b4189ae3b |
children |
comparison
equal
deleted
inserted
replaced
154:bd8e58c73370 | 155:5191ba7c4df8 |
---|---|
1 # Copyright (c) 2003-2006 Ralph Meijer | |
2 # See LICENSE for details. | |
3 | |
1 from twisted.words.xish import domish | 4 from twisted.words.xish import domish |
2 | 5 |
3 NS = 'http://jabber.org/protocol/disco' | 6 NS = 'http://jabber.org/protocol/disco' |
4 NS_INFO = NS + '#info' | 7 NS_INFO = NS + '#info' |
5 NS_ITEMS = NS + '#items' | 8 NS_ITEMS = NS + '#items' |