MUST:
* The XML-RPC code no longer relies on the system asyncore or asynchat modules
SHOULD:
* The XML-RPC code uses asyncio terminology rather than asyncore such
* The XML-RPC code is no ThinLinc code that is redundant with asyncio functionality
* The XML-RPC code is converted to asyncio models and abstractions (e.g. protocols)
|