comparison README @ 189:c61034369463

Released Idavoll 0.7.0.
author Ralph Meijer <ralphm@ik.nu>
date Tue, 22 Apr 2008 13:15:53 +0000
parents ef22e4150caa
children 6e6c89eca9db
comparison
equal deleted inserted replaced
188:a5d267289e92 189:c61034369463
1 Idavoll 0.6.0 1 Idavoll 0.7.0
2 2
3 What is this? 3 What is this?
4 ================ 4 ================
5 5
6 Idavoll is a Jabber publish-subscribe service component, as defined in 6 Idavoll is a Jabber publish-subscribe service component, as defined in
12 ============== 12 ==============
13 13
14 There are two different backends: one using PostgreSQL for storage, and one 14 There are two different backends: one using PostgreSQL for storage, and one
15 just keeping everything in memory. 15 just keeping everything in memory.
16 16
17 In Idavoll the mimimal requirements of JEP-0060 version 1.9 are implemented 17 In Idavoll the mimimal requirements of JEP-0060 version 1.11 are implemented
18 plus most optional features, as returned by Service Discovery. 18 plus a number of optional features, as returned by Service Discovery.
19 19
20 Installing 20 Installing
21 ========== 21 ==========
22 22
23 Instructions for installing, configuring and running this software are in 23 Instructions for installing, configuring and running this software are in
24 INSTALL. 24 INSTALL.
25 25
26 Copyright 26 Copyright
27 ========= 27 =========
28 28
29 All of the code in this distribution is Copyright (c) 2003-2007 Ralph Meijer. 29 All of the code in this distribution is Copyright (c) 2003-2008 Ralph Meijer.
30 30
31 Idavoll is made available under the MIT license. The included LICENSE file 31 Idavoll is made available under the MIT license. The included LICENSE file
32 describes this in detail. 32 describes this in detail.
33 33
34 Contact 34 Contact
35 ======= 35 =======
36 36
37 Questions, comments or suggestions are welcome! 37 Questions, comments or suggestions are welcome! There is a mailing list for
38 Jabber related Twisted development at mailto:twisted-jabber@ik.nu. The list's
39 info page lives here: https://mailman.ik.nu/mailman/listinfo/twisted-jabber.
38 40
39 Ralph Meijer 41 Ralph Meijer
40 <xmpp:ralphm@ik.nu> 42 <xmpp:ralphm@ik.nu>