Where can I find a good XMPP (Jabber) tutorial?
Posted
by amerninja13
on Stack Overflow
See other posts from Stack Overflow
or by amerninja13
Published on 2010-04-11T03:47:13Z
Indexed on
2010/04/11
3:53 UTC
Read the original article
Hit count: 348
Where can I find a good XMPP (Jabber) tutorial with detailed information on the XML that's sent to/from a Jabber client and server. I've looked at the xmpp.org website, but what they show there is confusing and doesn't help me learn.
I want to write an XMPP client in C# that uses a TcpClient to connect to the server and send/receive XML data.
© Stack Overflow or respective owner