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