I'm working on a migration project from the wide use of AOL AIM to Office Communicator 2005 and Live Communication Server 2005. I can create a text file export like the following:
Config {
version 1
}
User {
screenName thereScreenName
}
Buddy {
list {
"GroupA" {
"buddy1"
"buddy2"
}
"GroupB" {
"buddy3"
"buddy4"
}
}
}
There could be any number of groups. I will provide variable inputs for the input file and output file locations.
I need to be able to make a new file like:
buddy1 sip:buddy1@aol.com
buddy2 sip:buddy2@aol.com
buddy3 sip:buddy3@aol.com
buddy4 sip:buddy4@aol.com
I am completely a newbie in C#, but I was requested to use it.
Any assistance would be great. I will request that the resulting tool be open source and publicly available, so please keep that in mind.