Hi folks.<br><br>I want to build a MVC with the Model based on twisted
with a custom protocol. At the moment all my attemps terrible failed.
So far the client build a valid ssl-connection to the server and send
the lines he is supposed to send but don&#39;t recognise any incomming
lines from the server. So I decided to build the model from scratch
again. The controller inits the model-class (implementation of the
custom chat-protocol) to be able to call methods of the instance and
send messages to the server. So how do I connect the model to he
server? In former implementations I were using the Clientfactory but
this didn&#39;t work very well.<br>
<br>Thanks for your help<br>Christian Scharkus