Simplified how messages are assembled/disassembled. Now one can disassemble a message by calling the appropriate constructor, and can assemble messages by calling the toString() method of a message instance.
Implemented state transition handling and message reply dispatching mechanism when receiving
- Plain text messages (with or without whitespace)
- Query messages
- Error messages
- D-H Commit messages
- D-H key messages
The project now uses Mercurial. Get a local copy of the repository with this command:
hg clone https://otr4j.googlecode.com/hg/ otr4j
No comments:
Post a Comment