Changeset 179:4d3066bc4034 for NEWS
Legend:
- Unmodified
- Added
- Removed
-
NEWS
r169 r179 1 x.x.x (yyyy-mm-dd) 2 ================== 3 1 0.7.1 (2013-01-12) 2 ================== 3 4 Features 5 -------- 6 7 - wokkel.generic.Request.parseRequest is a new convenience hook for parsing 8 the payload of incoming requests using fromElement. 9 - wokkel.xmppim.RosterItem can now represent item removals and has methods 10 for XML (de-)serialization (#71). 11 - wokkel.xmppim.RosterRequest is a new class to represent roster request 12 stanzas (#71). 13 - wokkel.xmppim.RosterClientProtocol.getRoster now returns the roster 14 indexed by JID (#71). 15 - wokkel.xmppim.RosterClientProtocol uses the new RosterRequest for sending 16 outgoing requests, using the new request semantics (#71). 17 - wokkel.xmppim.RosterClientProtocol uses the new RosterRequest to provide 18 access to addressing and roster version information in the new callbacks 19 for roster pushes (#71). 20 - wokkel.xmppim.RosterPushIgnored can be raised for unwanted roster pushes 21 (#71). 22 - wokkel.xmppim.RosterClientProtocol and RosterRequest now support roster 23 versioning. 24 - With the new wokkel.xmppim.RosterClientProtocol.setItem roster items can 25 be added or updated (#56). 26 4 27 Fixes 5 28 ----- 6 29 7 30 - wokkel.component.Component now reconnects if first attempt failed (#75). 31 - wokkel.xmppim.RosterClientProtocol now properly checks sender addresses 32 for roster pushes (#71). 33 - Make sure twistd plugins are installed properly (#76). 34 - wokkel.component.Router.route now sends back an error if there is no known 35 route to the stanza's destination. 36 - Properly encode IDN domain names for establishing client and server 37 connections. This resolves an issue with Twisted 12.3.0 that made it 38 impossible to initiate any connection using Wokkel (#77). 39 40 Deprecations 41 ------------ 42 - wokkel.xmppim.RosterItem.jid is deprecated in favor of entity (#71). 43 - wokkel.xmppim.RosterItem.ask is deprecated in favor of pendingOut (#71). 44 - wokkel.xmppim.RosterClientProtocol.onRosterSet is deprecated in favor of 45 setReceived (#71). 46 - wokkel.xmppim.RosterClientProtocol.onRosterRemove is deprecated in favor 47 of removeReceived (#71). 8 48 9 49
Note: See TracChangeset
for help on using the changeset viewer.