Changes between Version 2 and Version 3 of XMPPClients
- Timestamp:
- Feb 29, 2008, 4:49:01 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XMPPClients
v2 v3 7 7 Persistent clients are meant to be used for extended periods, where the application wants to exchange communications with other entities. Instances of `wokkel.client.XMPPClient` are Twisted services that connect to an XMPP server and act as a stream manager that can be assigned as the parent of subprotocol implementations. 8 8 9 === Basic XMPP client == 9 === Basic XMPP client === 10 10 11 11 The following example creates the most basic XMPP client as a [http://twistedmatrix.com/projects/core/documentation/howto/application.html Twisted Application].