March 16, 2009 Jabber IM Client
March 16, 2009 What is Jabber? An open instant message protocol Defines client/server communication Uses XMPP –XML-Based protocol –RPC in nature
March 16, 2009 Jabber Clients Connect to Jabber servers and facilitate conversations –Messages –Presence –Roster
March 16, 2009 Protocol Example Initialize a connection
March 16, 2009 Protocol Example Authentication
March 16, 2009 Assignment 3.1 Create a Jabber client –Connect to a server –Authenticate Choose your favorite language –XML parsing –Socket programming Due Wed, April 1st (no joke!) at 8am
March 16, 2009 References Jabber – – XML – Sockets –