What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! General » MsgPlus! 4 Logging

MsgPlus! 4 Logging
Author: Message:
offput
New Member
*


Posts: 3
Joined: Feb 2006
O.P. MsgPlus! 4 Logging
[NOTE: This post is regarding a relatively technical issue...]

Ok, so there I was looking at the different xml chat logs from my various machines all for and wishing there was something that could put them together while maintaining dates and resorting the merged conversations by date into a new xml file. So google was no help and then I figured "Hey, I can program stuff, why don't I do that..." and so I went about looking at the source of the xml log files heres an example (humaninsed from the raw xml animal it once was):

quote:
<Log FirstSessionID="1" LastSessionID="2">
  <Message Date="2005.08.08" Time="9.08.55 pm" DateTime="2005-08-09T01:08:55.015Z" SessionID="1">
    <From>
      <User FriendlyName="GOB"/>
    </From>
    <To>
      <User FriendlyName="Chareth Cutestory"/>
    </To>
    <Text Style="font-family:Georgia; color:#800080; ">I've made a huge mistake...</Text>
  </Message>
  <Message Date="2005.08.08" Time="9.09.04 pm" DateTime="2005-08-09T01:09:04.312Z" SessionID="1">
    <From>
      <User FriendlyName="Chareth Cutestory"/>
    </From>
    <To>
      <User FriendlyName="GOB"/>
    </To>
     <Text Style="font-family:MS Shell Dlg; color:#000000; ">Well that's bound to happen...</Text>
  </Message>
</Log>

Now ignoring that fact that that was a shameless plug of arrested development, it also reveals a very important fact about Microsoft's chat log: they don't save the passport id (ie Chareth@hotmail.com) anywhere in the file. In fact, they pretty much store just enough to display it via xsl without worrying about useful metadata they could have stored for future use. Not to mention the fact that they're storing the alternate colours inside the document itself...

So it's really hard to join together these logs if there's no common identifier to connect the different friendly names (and my firendly name changes more often than... something that changes a lot), so what I'm here to ask is: is there any word on the internal format of the new spiffy xhtml logs in MsgPlus! 4? they looked very cool and I was wondering if that sort of data was going to be in the source of the file. Also if it's not finalised and passport id is not in there could it be?

PS I know that I can do what I want with the current system, but I don't want to support a poorly designed microformat (even privately in a never to be released cruddy commandline program) if there's a better designed alternative in the wings...
02-10-2006 02:44 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
MsgPlus! 4 Logging - by offput on 02-10-2006 at 02:44 AM
RE: MsgPlus! 4 Logging - by Dempsey on 02-10-2006 at 12:10 PM
RE: MsgPlus! 4 Logging - by xkurix on 02-12-2006 at 06:12 PM
RE: MsgPlus! 4 Logging - by tx2010 on 02-12-2006 at 06:47 PM
RE: MsgPlus! 4 Logging - by CookieRevised on 02-12-2006 at 08:45 PM
RE: MsgPlus! 4 Logging - by offput on 02-14-2006 at 03:43 PM
RE: MsgPlus! 4 Logging - by CookieRevised on 02-14-2006 at 07:03 PM
RE: MsgPlus! 4 Logging - by offput on 02-14-2006 at 09:12 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On