Part of twisted.words.protocols.msn View Source View In Hierarchy
| Instance Variables | contacts | An MSNContactList instance reflecting the current contact list -- this is generally kept up to date by the default command handlers. |
| userHandle | The client's userHandle, this is expected to be set by the client and is used by the protocol (for logging in etc). | |
| screenName | The client's current screen-name -- this is generally kept up to date by the default command handlers. | |
| password | The client's password -- this is (obviously) expected to be set by the client. | |
| passportServer | This must point to an msn passport server (the whole URL is required) | |
| status | The status of the client -- this is generally kept up to date by the default command handlers |
Inherited from ClientFactory:
| Method | startedConnecting | Called when a connection has been started. |
| Method | clientConnectionFailed | Called when a connection has failed to connect. |
| Method | clientConnectionLost | Called when an established connection is lost. |
Inherited from Factory (via ClientFactory):
| Method | doStart | Make sure startFactory is called. |
| Method | doStop | Make sure stopFactory is called. |
| Method | startFactory | This will be called before I begin listening on a Port or Connector. |
| Method | stopFactory | This will be called before I stop listening on all Ports/Connectors. |
| Method | buildProtocol | Create an instance of a subclass of Protocol. |