1 | 0.6.2 (2009-07-08) |
---|
2 | |
---|
3 | Features |
---|
4 | -------- |
---|
5 | |
---|
6 | - Add support for XMPP Ping (XEP-0199), doubling as example protocol |
---|
7 | handler (#55). |
---|
8 | - Provide examples for setting up clients, components and servers (#55). |
---|
9 | - Make Service Discovery support accept non-deferred results from getDiscoInfo |
---|
10 | and getDiscoItems (#55). |
---|
11 | |
---|
12 | |
---|
13 | 0.6.1 (2009-07-06) |
---|
14 | ================== |
---|
15 | |
---|
16 | Features |
---|
17 | -------- |
---|
18 | |
---|
19 | - Add an optional sender parameter for Service Discovery requests (#52). |
---|
20 | |
---|
21 | Fixes: |
---|
22 | |
---|
23 | - Fix regression in DeferredClientFactory (#51). |
---|
24 | - Make IQ timeouts work with InternalComponent (#53). |
---|
25 | |
---|
26 | |
---|
27 | 0.6.0 (2009-04-22) |
---|
28 | ================== |
---|
29 | |
---|
30 | Features |
---|
31 | -------- |
---|
32 | |
---|
33 | - Server-to-server support, based on the dialback protocol (#33). |
---|
34 | - Enhancement to InternalProtocol to support multiple domains (#43). |
---|
35 | - Publish-subscribe request abstraction (#45). |
---|
36 | - Publish-subscribe abstraction to implement a node in code (#47). |
---|
37 | - Enhancement to PubSubClient to send requests from a specific JID (#46). |
---|
38 | |
---|
39 | Fixes |
---|
40 | ----- |
---|
41 | |
---|
42 | - Remove type interpretation in Data Forms field parsing code (#44). |
---|
43 | |
---|
44 | |
---|
45 | 0.5.0 (2009-04-07) |
---|
46 | ================== |
---|
47 | |
---|
48 | This release drops support for Twisted versions older than 8.0, including |
---|
49 | Twisted 2.5 / Twisted Words 0.5. |
---|
50 | |
---|
51 | Features |
---|
52 | -------- |
---|
53 | |
---|
54 | - Support for sending and receiving Publish-Subscribe node delete |
---|
55 | notifications with redirect. |
---|
56 | - Service Discovery client support, including an overhaul of disco data |
---|
57 | classes (#28). |
---|
58 | - Initial support for building XMPP servers has been added: |
---|
59 | - XmlStreamServerFactory has been backported from Twisted Words (#29). |
---|
60 | - An XMPP router has been added (#30). |
---|
61 | - A server-side component authenticator has been added (#30). |
---|
62 | - A new server-side component service, that connects to a router within the |
---|
63 | same process, was added (#31). |
---|
64 | |
---|
65 | |
---|
66 | Fixes |
---|
67 | ----- |
---|
68 | |
---|
69 | - Publish-Subscribe subscriptions requests work again (#22). |
---|
70 | - Publish-Subscribe delete node requests now have the correct namespace (#27). |
---|
71 | - NodeIDs in Service Discovery requests are now returned in responses (#7). |
---|
72 | - The presence of stanzaType in toResponse is now checked correctly (#34). |
---|
73 | - Data Form fields are now rendered depending on form type (#40). |
---|
74 | - Data Form type checking issues were addressed (#41). |
---|
75 | - Some compatibility fixes for Twisted 8.0 and 8.1. |
---|
76 | - Various other fixes (#37, #42) and tracking changes to code already in |
---|
77 | Twisted. |
---|
78 | |
---|
79 | |
---|
80 | 0.4.0 (2008-08-05) |
---|
81 | ================== |
---|
82 | |
---|
83 | - Refactoring of Data Forms support (#13). |
---|
84 | - Added support for Stanza Headers and Internet Metadata (SHIM) (#14). |
---|
85 | - API change for PubSubClient's methods called upon event reception (#14). |
---|
86 | - Added client-side support for removing roster items. |
---|
87 | - Implement type checking for data forms (#15). |
---|
88 | - Added support for publish-subscribe collections: |
---|
89 | - Correct handling for the root node (empty node identifier). |
---|
90 | - Send out SHIM 'Collection' header when appropriate. |
---|
91 | - New Subscription class for working with subscriptions. |
---|
92 | - API change for PubSubService: |
---|
93 | - The subscribe method returns a deferred that fires a Subscription |
---|
94 | - The subscriptions method returns a deferred that fires a list of |
---|
95 | Subscriptions. |
---|
96 | - notifyPublish's notifications parameter now expects a list of tuples |
---|
97 | that includes a list of subscriptions. |
---|
98 | - Added PubSubService.notifyDelete to allow sending out node deletion |
---|
99 | notifications. |
---|
100 | |
---|
101 | |
---|
102 | 0.3.1 (2008-04-22) |
---|
103 | ================== |
---|
104 | |
---|
105 | - Fix broken version request handler. |
---|
106 | |
---|
107 | |
---|
108 | 0.3.0 (2008-04-21) |
---|
109 | ================== |
---|
110 | |
---|
111 | First release. |
---|