esl / MongooseIM

MongooseIM is Erlang Solutions' robust, scalable and efficient XMPP server, aimed at large installations. Specifically designed for enterprise purposes, it is fault-tolerant and can utilise the resources of multiple clustered machines.
Other
1.67k stars 428 forks source link

Stanza tracer #948

Open fenek opened 8 years ago

fenek commented 8 years ago

Sometimes it's useful to trace certain XMPP stanzas flowing through the system. It may be used for debugging issues, even in production env.

I think we might try to create a list of requirements for such extension (would be built into MIM).

It's not a final spec, just a bunch of ideas. Will add more when I think of something.

bartekgorny commented 8 years ago

There is also this idea: https://docs.google.com/document/d/1Oo6Y-l-v_Rx21JuCeH6bxypvOaKI77M_Gj7MriAe36M/edit#heading=h.t9zb52292evx Maybe there is something in common.

arcusfelis commented 8 years ago

Another backend can be common tests.

fenek commented 8 years ago

@arcusfelis What do you mean by common tests backend?