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