I want to make a simple javascript-based XMPP client. I stumbled upon 'strophe js', which should make my life easier when it comes to XMPP but I find the documentation a bit.. uncomplete. It has an example on how to connect/disconnect but that's pretty much it.
I need to get a list of contacts, send and receive messages... how do I do this?
Actually: where can I find a tutorial or an example on how to do this? (no need to write a full tut here :)