Changes between and of Initial VersionVersion 27Ticket #1442
- Timestamp:
- 03/30/2009 07:57:16 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1442
- Property cc rwall, radix, jknight, exarkun added
- Property priority changed from normal to high
-
Ticket #1442 – description
initial v27 1 A high-level connection API which eliminates the need for semantically confusing and unecessary ClientFactory. Also provides the advantage of "remembering" connection information for creating more connections to the same endpoint. The interfaces provided a symetrical between Client and Server, providing a single method that takes a callable which is called for protocol creation. 2 3 See also twisted/words/protocols/jabber/jstrports.py for an example use case.
