Changeset 60:e5e6ff37ea27
- Timestamp:
- Apr 22, 2009, 5:11:07 PM (13 years ago)
- Branch:
- default
- Children:
- 61:5a5840e066fb, 128:db5de9ee45fa
- Convert:
- svn:b33ecbfc-034c-dc11-8662-000475d9059e/trunk@172
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
NEWS
r53 r60 1 0.6.0 (2009-04-22) 2 ================== 3 4 Features 5 -------- 6 7 - Server-to-server support, based on the dialback protocol (#33). 8 - Enhancement to InternalProtocol to support multiple domains (#43). 9 - Publish-subscribe request abstraction (#45). 10 - Publish-subscribe abstraction to implement a node in code (#47). 11 - Enhancement to PubSubClient to send requests from a specific JID (#46). 12 13 Fixes 14 ----- 15 16 - Remove type interpretation in Data Forms field parsing code (#44). 17 18 1 19 0.5.0 (2009-04-07) 2 20 ================== -
README
r53 r60 1 Wokkel 0. 5.01 Wokkel 0.6.0 2 2 3 3 What is this? -
setup.py
r53 r60 7 7 8 8 setup(name='wokkel', 9 version='0. 5.0',9 version='0.6.0', 10 10 description='Twisted Jabber support library', 11 11 author='Ralph Meijer',
Note: See TracChangeset
for help on using the changeset viewer.