comparison INSTALL @ 159:6fe78048baf9

Rework error handling, depend on Twisted Words 0.4.0. Twisted Words 0.4.0 introduced support for stanza error handling, much better than the custom error handling in Idavoll. Also, all protocol-level errors were examined and brought up to date with version 1.8 of JEP-0060. As a result of the error examination, the retrieval of default configuration options using <default/> is now supported properly.
author Ralph Meijer <ralphm@ik.nu>
date Wed, 06 Sep 2006 12:38:47 +0000
parents 5191ba7c4df8
children ef22e4150caa
comparison
equal deleted inserted replaced
158:b2149e448465 159:6fe78048baf9
1 Requirements 1 Requirements
2 ============ 2 ============
3 3
4 - Twisted Core >= 2.0.0 4 - Twisted Core >= 2.0.0
5 - Twisted Words >= 0.3.0 5 - Twisted Words >= 0.4.0
6 - uuid.py (http://ofxsuite.berlios.de/uuid.py) 6 - uuid.py (http://ofxsuite.berlios.de/uuid.py)
7 - A jabber server that supports the component protocol (JEP-0114) 7 - A jabber server that supports the component protocol (JEP-0114)
8 8
9 For the PostgreSQL backend, the following is also required: 9 For the PostgreSQL backend, the following is also required:
10 10