Mercurial > libervia-pubsub
annotate README @ 233:564ae55219e1
sublicensed under AGPL V3
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 17 May 2012 01:48:39 +0200 |
parents | f94c3eb38b75 |
children | 64f780413b82 |
rev | line source |
---|---|
233 | 1 Sat PubSub component |
2 This program is heavily based on Idavoll (0.9.1), which was written by Ralph Meijer | |
3 | |
4 Copyright (c) 2003-2009 Ralph Meijer | |
5 Copyright (c) 2012 Jérôme Poisson | |
6 | |
7 ** Below is the original README from Idavoll ** | |
8 | |
10 | 9 |
155
5191ba7c4df8
Work towards first release 0.5.0.
Ralph Meijer <ralphm@ik.nu>
parents:
154
diff
changeset
|
10 What is this? |
88 | 11 ================ |
10 | 12 |
156
6250905b72f6
Fix spacing errors. Do 0.5.0 release.
Ralph Meijer <ralphm@ik.nu>
parents:
155
diff
changeset
|
13 Idavoll is a Jabber publish-subscribe service component, as defined in |
6250905b72f6
Fix spacing errors. Do 0.5.0 release.
Ralph Meijer <ralphm@ik.nu>
parents:
155
diff
changeset
|
14 JEP-0060, aiming to be fully compliant and mostly complete. The goal is to |
6250905b72f6
Fix spacing errors. Do 0.5.0 release.
Ralph Meijer <ralphm@ik.nu>
parents:
155
diff
changeset
|
15 build a generic pubsub service, but of which parts can be reused for building |
6250905b72f6
Fix spacing errors. Do 0.5.0 release.
Ralph Meijer <ralphm@ik.nu>
parents:
155
diff
changeset
|
16 custom pubsub services for specific applications. |
10 | 17 |
18 Current Status | |
19 ============== | |
20 | |
88 | 21 There are two different backends: one using PostgreSQL for storage, and one |
22 just keeping everything in memory. | |
10 | 23 |
189 | 24 In Idavoll the mimimal requirements of JEP-0060 version 1.11 are implemented |
25 plus a number of optional features, as returned by Service Discovery. | |
10 | 26 |
155
5191ba7c4df8
Work towards first release 0.5.0.
Ralph Meijer <ralphm@ik.nu>
parents:
154
diff
changeset
|
27 Installing |
5191ba7c4df8
Work towards first release 0.5.0.
Ralph Meijer <ralphm@ik.nu>
parents:
154
diff
changeset
|
28 ========== |
10 | 29 |
156
6250905b72f6
Fix spacing errors. Do 0.5.0 release.
Ralph Meijer <ralphm@ik.nu>
parents:
155
diff
changeset
|
30 Instructions for installing, configuring and running this software are in |
207 | 31 INSTALL. Also refer to UPGRADING for instruction on upgrading from older |
32 versions of Idavoll. | |
10 | 33 |
155
5191ba7c4df8
Work towards first release 0.5.0.
Ralph Meijer <ralphm@ik.nu>
parents:
154
diff
changeset
|
34 Copyright |
5191ba7c4df8
Work towards first release 0.5.0.
Ralph Meijer <ralphm@ik.nu>
parents:
154
diff
changeset
|
35 ========= |
88 | 36 |
212
edabaa535476
These files also belong to the Idavoll 0.9.0 release.
Ralph Meijer <ralphm@ik.nu>
parents:
208
diff
changeset
|
37 All of the code in this distribution is Copyright (c) 2003-2009 Ralph Meijer. |
88 | 38 |
156
6250905b72f6
Fix spacing errors. Do 0.5.0 release.
Ralph Meijer <ralphm@ik.nu>
parents:
155
diff
changeset
|
39 Idavoll is made available under the MIT license. The included LICENSE file |
6250905b72f6
Fix spacing errors. Do 0.5.0 release.
Ralph Meijer <ralphm@ik.nu>
parents:
155
diff
changeset
|
40 describes this in detail. |
88 | 41 |
42 Contact | |
43 ======= | |
44 | |
189 | 45 Questions, comments or suggestions are welcome! There is a mailing list for |
46 Jabber related Twisted development at mailto:twisted-jabber@ik.nu. The list's | |
47 info page lives here: https://mailman.ik.nu/mailman/listinfo/twisted-jabber. | |
88 | 48 |
49 Ralph Meijer | |
50 <xmpp:ralphm@ik.nu> |