Mercurial > libervia-pubsub
annotate README @ 260:f0cd02c032b3
publish model management
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 06 May 2013 00:26:37 +0200 |
parents | d55620ceafed |
children | 86e767dc6abb |
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 | |
235
64f780413b82
fixed Ralph Meijer copyright years (last commit was in 2011, not in 2009)
Goffi <goffi@goffi.org>
parents:
233
diff
changeset
|
4 Copyright (c) 2003-2011 Ralph Meijer |
255 | 5 Copyright (c) 2012, 2013 Jérôme Poisson |
233 | 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 |
235
64f780413b82
fixed Ralph Meijer copyright years (last commit was in 2011, not in 2009)
Goffi <goffi@goffi.org>
parents:
233
diff
changeset
|
37 All of the code in this distribution is Copyright (c) 2003-2011 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> |