Schedule: Jabber Sprint using Twisted

Speakers
Ralph Meijer
Schedule
Day Sunday
Room AW1.105
Start time 10:00
End time 12:30
Duration 02:30
Info
Event type Workshop
Track Jabber
Language English
Jabber Sprint using Twisted

This short software development spree (sprint) is intended for developers to get acquainted with developing special purpose Jabber clients and server-side components.

We will use Twisted to explain several protocol concepts in detail and show how to deal with asynchronous protocol handling.

Twisted is an event-driven networking framework written in Python. It excels in writing applications that use one or more networking protocols in an asynchronous fashion, without resorting to multi-threading. Twisted includes implementations of a large number of protocols, among which XMPP.