Skype seems to use .db, .db-journal, and .lock files, as well as subdirectories full of .dat files for storing conversation histories.ces

Are the formats of these files available anywhere, or is there an open source library for accessing them that I can examine and possibly modify? I think several libraries allow the retrieval of conversation history, but I would like to also achieve insertion of conversation history records.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

They are SQLite databases.

You can use SQLite or a tool to see its contents.

Also, most of this content is available through Skype API (I am aware of COM and Java bindings)

Best

Adriano

link|improve this answer
Thanks, I'll give some of those tools a try later tonight. – ProfK Aug 19 '10 at 12:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.