capture nimbuzz traffic
Posted
by
lurscher
on Server Fault
See other posts from Server Fault
or by lurscher
Published on 2012-04-13T17:15:30Z
Indexed on
2012/04/13
17:33 UTC
Read the original article
Hit count: 287
I need to capture all the traffic, specially during login, between nimbuzz pc client and nimbuzz server. The reason is that i need to debug outgoing packets at login that mark the user visibility status in order to reproduce them in a in-house XMPP client application
I've tried doing this with wireshark, but i seem to be pretty helpless with this tool. Also, the packets i've been able to see are all before the SASL negotiation happens, after that, i cannot see the xml packets being exchanged
any help for how to achieve this task is greatly appreciated (preferably on Windows, since there is no nimbuzz client for linux, in any case i can install one in a VM and monitor the traffic between the VM instance in the linux host)
© Server Fault or respective owner