vote up 1 vote down star

i get stream of xml stanza from log. i want to understand the flow , currently what i can think of is get the spec from xmpp.org protocol and try to understanding each line. Is there any best prastice do you folks do to understand the xml stream? any easier way?

flag

63% accept rate

2 Answers

vote up 1 vote down check

Well, the XMPP spec isn't such a terrible read, but what really helped me was to fire up Pidgin and turn on the XMPP Console plugin and watch the incoming and outgoing stanzas as you interact with the client. Spark also has something similar with "debug mode".

You will see a lot of non-core extensions at play in pretty much any client these days, so be sure to check out the XEPS once you have got a solid understanding of the basics.

link|flag
vote up 1 vote down

Actually, I never looked at the raw XML - at least not closely. In those rare cases, where it was necessary, it wasn't to difficult to understand what was going on. Though it's necessary to get a thorough understanding of the protocol and (most importantly) the terminology. (IQ, message, presence, roster, extensions ... that kind of stuff). Additionally, it would be good if you're feeling confident with (advanced) XML concepts (e.g. namespaces) as used by XMPP.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.