+ (id)chatLogWithPerson:(NSString*)_name withJid:(JID*)_jid;
Name Description _name The roster name of the remote entity. _jid The JID of the remote entity.
+ (void)setDefaultPath:(NSString*)_path;
This method should not be called after the creation of any ChatLog objects. The behaviour in this case is undefined.
Name Description _path The path in which log files are stored.
(Last Updated 11/26/2004)