Henrik H�rk�nen wrote: > > Hi everybody! > > Could someone help me where to find decent documentation about libjabber > or some code examples to get me on the way to develop killer apps for jabber.:) > Just so annoying to try to figure out that <jabber/jabber.h>... >
I wrote a very simple client based on libjabber (jabtel). It shows the basics of getting the packet into the process, the rest is just application programming. It also has several impovements on libjabber (jab_poll & jab_recv), in that the select loop includes the stdin, and the client understands when the server dies or the user wants to quit (^D). You can find it at: http://zmbh.com/discussion/jabberclient/ --Tom Jackson _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
