jdev - 2020-01-30


  1. LukeOCE

    How could I go about analyzing XMPP traffic from a program? I am trying Wireshark, but it doesn't seem to be detecting much.

  2. moparisthebest

    LukeOCE, only special thing you'd need to do is intercept the TLS, then it's simple XML over the wire

  3. LukeOCE

    moparisthebest Thank you for the response. Based on what I have read, that would require me to have an encryption key to be able to decrypt the TLS traffic right? That's not something I am able to do I think as it's not my program

  4. jonas’

    I’m afraid then this is TLS working as it is supposed to work

  5. LukeOCE

    That is true jonas’