Python XMPP Client
From Wildsong
Overview
Objective 1: build a client in python that will read gpsd data and send position updates via XMPP.
Objective 2: build a client in python that receives location messages and dumps them in a console window.
Options for client libraries I am considering include PyXMPP, SleekXMPP, and Twisted.
PyXMPP website: http://pyxmpp.jajcus.net/
Sleek website: http://code.google.com/p/sleekxmpp/
Twisted website: http://twistedmatrix.com/