Mercurial > libervia-pubsub
comparison README @ 133:229c6f6cd754
Update to current state.
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Sun, 24 Apr 2005 17:45:45 +0000 |
parents | 71ec735ca5b0 |
children | f809b998c6f4 |
comparison
equal
deleted
inserted
replaced
132:71ec735ca5b0 | 133:229c6f6cd754 |
---|---|
13 ============== | 13 ============== |
14 | 14 |
15 There are two different backends: one using PostgreSQL for storage, and one | 15 There are two different backends: one using PostgreSQL for storage, and one |
16 just keeping everything in memory. | 16 just keeping everything in memory. |
17 | 17 |
18 In Idavoll the mimimal requirements of JEP-0060 version 1.6 are implemented. | 18 In Idavoll the mimimal requirements of JEP-0060 version 1.7 are implemented |
19 It also returns the following features: | 19 plus most optional features, as returned by Service Discovery. |
20 | |
21 http://jabber.org/protocol/pubsub#outcast-affiliation | |
22 http://jabber.org/protocol/pubsub#publisher-affiliation | |
23 http://jabber.org/protocol/pubsub#persistent-items | |
24 http://jabber.org/protocol/pubsub#subscribe | |
25 http://jabber.org/protocol/pubsub#create-nodes | |
26 http://jabber.org/protocol/pubsub#instant-nodes | |
27 | |
28 When using the PostgreSQL backend the following features are also supported: | |
29 | |
30 http://jabber.org/protocol/pubsub#retrieve-items | |
31 | 20 |
32 Requirements | 21 Requirements |
33 ============ | 22 ============ |
34 | 23 |
35 - Twisted >= 2.0.0 | 24 - Twisted >= 2.0.0 |