tags:

views:

54

answers:

0

Can someone provide me some C#.NET code/insight?

I'm working on a windows service that logs my instant messages on AIM. Conversations are stored in a XML file, (which also serves as an RSS Feed)...

If i get an instant message that says,

blog_on - i want it to log my instant messages to the XML file.

blog_off - i want it to not log my instant messages to the XML file.

Then,

The XML is parsed by the service into a collection array, and a queue/pop technique executes special instructions I defined. [eg. start/stop iis, delete temp. int files, etc...]

What I need is some code that illustrates how to capture IM's received from my AIM/SN on my local box. And is stored inside a Hashtable, or other collection, so I can skip passed the XML Parsing of this for now.