xmpp flow -server, client and library

Posted by Him on Programmers See other posts from Programmers or by Him
Published on 2012-03-27T09:08:46Z Indexed on 2012/03/27 11:38 UTC
Read the original article Hit count: 251

Filed under:
|
|

My complete requirement is development of a chat engine - including server, clients etc. Currently I am working on things at my desktop only but once done, I have to host it; basically incorporate it with in a site for chatting purpose. So, now my problem is:

I am not clear about how the actual data flow is? I have googled and read about xmpp (a book by Peter Andre) also but I am not clear about the flow and what are the actual requirements to do the above mentioned task. What I currently know is:

1) I need a server - so selected ejabberd

2) I need client - still not sure which one to use and one other doubt is how this client thing will work when deployed on some website for chatting purpose.

3) Some library - don't know which one and what is the purpose?

Can anyone guide me?

© Programmers or respective owner

Related posts about architecture

Related posts about libraries