XML monitor client for Mac OSX #3810
-
Hello guys,
I need to have in my app one general module for all chat rooms and module where I have specified chat rooms for that custom id. How I can achieve that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Many Jabber/XMPP clients include some kind of "XML console", Gajim, Psi, ... most of them. When using other clients that don't include it, I've used tcpdump (simple and console), and Wireshark (graphical, many options).
Looking at mod_muc options, it isn't possible to add more fields to the room configuration. But maybe you can use the "Description" field, and add there whatever details you want. BTW, in ejabberd 21.12 the API change_room_option cannot change the 'description' option yet. |
Beta Was this translation helpful? Give feedback.
Many Jabber/XMPP clients include some kind of "XML console", Gajim, Psi, ... most of them.
When using other clients that don't include it, I've used tcpdump (simple and console), and Wireshark (graphical, many options).
You can search for other alternatives in this page: https://alternativeto.net/software/wireshark/
Looking at mod_muc options, it isn't possible to add more fields to the room configuration. But maybe you can use the "Description" field, and add there whatever details you want.
BTW, in ejabberd 21.12 the API change_room_opti…