I’m not sure if this question is appropriate for the level of technicality going on in this list. Anyhow, I’d like to develop a jabber type client for my customers using C++ WITHOUT having to use any of those pre-built APIs. Is it extremely hard to start from scratch or should I just take the easy way out and use someone else’s library? If I were to take the scratch route then how would I even start it? Please give me some pointers! Thanks in advance!
Hi Charles,
I wonder why you want to develop a Jabber client without using any existing library or client. If you really want to start from scratch, Jabber is one the easiest IM protocol available for implementation.
I think you could start first from choosing an XML parser, as Jabber is based on XML. Then you could start to learn the protocol by trying some existing Jabber clients. Most of them could reveal the actual underlying XML data that are sent. Then you could look at the Jabber protocol itself, http://www.jabber.org/protocol/, especially the two IETF internet drafts, http://www.jabber.org/ietf/.
Best Regards, Tony Cheung
_______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
