<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On Jul 24, 2013, at 4:19 PM, Justin Chiu <<a href="mailto:c.justin88@gmail.com">c.justin88@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Hi all,<br><br>A couple weeks ago I posted a question to this list titled "AMQP listening and user-facing daemon". The responses were very helpful; thank you.<br><br>Does anyone have any examples/tutorials on writing with multiple protocols doing totally different things? I found a thread on Stackoverflow [1] and the Twisted Finger tutorial [2].<br></div></blockquote></div><br><div>The unifying element of many multi-protocol services is authentication; specifically, as authentication is provided via Cred: <<a href="http://twistedmatrix.com/documents/current/core/howto/cred.html">http://twistedmatrix.com/documents/current/core/howto/cred.html</a>>.  There ought to be more documentation on this, but once you've read through it, have a stroll through the API documentation and the examples and you should get a pretty good idea :).</div><div><br></div><div>-glyph</div></body></html>