On Tue, 12 Oct 2004, jazzy.liu wrote: > i want to implement a jabber client by myself with SWT. but i never > touch xmpp/jabber before . i want to finish my job step by step.
Get an established Jabber client and look how it works (I suggest getting Psi and taking a look at its XML debug console to get an idea on the XMPP protocol). Then, read the XMPP protocol documents (the RFCs) and the active JEPs on the standards track. As this is a lot of work, probably you simply want to get an existing Java client and modify it to use SWT. > how can i do? i need your advice. which kind of Code Libraries is the > best? http://www.jabber.org/software/libraries.php I find Smack easy to use but relatively basic as far as functionality is concerned. Regards _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mail.jabber.org/mailman/listinfo/jdev
