-1

I'm trying to capture yahoo and msn messenger conversation text, and no tool is able to do it. Any idea how it can be done without sniffing packets?

Dirk Vollmar
  • 172,527
  • 53
  • 255
  • 316
Itay.B
  • 3,991
  • 14
  • 61
  • 96
  • 1
    Errr... they both have message logging. Can't you just log your conversations? What are you trying to achieve? – Dominic Rodger Oct 11 '09 at 21:01
  • programming language? operating system? yahoo / msn client? maybe a reason why you'd wanted to do this...? if you want some information, provide some as well. however... if you're using pidgin on linux, you possible could do something with the D-Bus-plugin. vote for close as not real question. regards – Atmocreations Oct 11 '09 at 21:02
  • C#. I need to log all the conversations that other users do on this PC. – Itay.B Oct 11 '09 at 21:23

1 Answers1

0

With Live Messenger's history feature enabled, you can read the text right from the history files stored as XML.

Dirk Vollmar
  • 172,527
  • 53
  • 255
  • 316