Mercurial > libervia-pubsub
comparison README @ 132:71ec735ca5b0
New requirements.
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Sun, 24 Apr 2005 17:31:34 +0000 |
parents | 886caecb0030 |
children | 229c6f6cd754 |
comparison
equal
deleted
inserted
replaced
131:fe8cb99363ff | 132:71ec735ca5b0 |
---|---|
30 http://jabber.org/protocol/pubsub#retrieve-items | 30 http://jabber.org/protocol/pubsub#retrieve-items |
31 | 31 |
32 Requirements | 32 Requirements |
33 ============ | 33 ============ |
34 | 34 |
35 - Twisted >= 1.2.0 | 35 - Twisted >= 2.0.0 |
36 - The following patches to the twisted/xish directory: | |
37 | |
38 http://mag.ik.nu/~ralphm/tmp/domish.py.patch | |
39 http://mag.ik.nu/~ralphm/tmp/utility.py.patch | |
40 http://mag.ik.nu/~ralphm/tmp/xpath.py.patch | |
41 | |
42 - The following patches to the twisted/protocols/jabber directory: | |
43 | |
44 http://mag.ik.nu/~ralphm/tmp/jid.py.patch | |
45 | |
46 - Add the following file in the twisted/protocols/jabber directory: | |
47 | |
48 http://mag.ik.nu/~ralphm/tmp/xmpp_stringprep.py | |
49 | |
50 - A jabber server like jabberd 1.4.x | 36 - A jabber server like jabberd 1.4.x |
51 | 37 |
52 For the PostgreSQL backend, the following is also required: | 38 For the PostgreSQL backend, the following is also required: |
53 | 39 |
54 - PostgreSQL | 40 - PostgreSQL |
72 Then, in the same directory as this file run: | 58 Then, in the same directory as this file run: |
73 | 59 |
74 mktap idavoll --rport=1238 --jid=pubsub.localhost --secret=1238 | 60 mktap idavoll --rport=1238 --jid=pubsub.localhost --secret=1238 |
75 twistd -rf idavoll.tap | 61 twistd -rf idavoll.tap |
76 | 62 |
77 This uses the (default) memory based backend. | 63 This uses the (default) memory based backend. You can ignore the deprecation |
64 warnings. | |
78 | 65 |
79 For using the PostgreSQL backend, create a database (for example named pubsub) | 66 For using the PostgreSQL backend, create a database (for example named pubsub) |
80 like so: | 67 like so: |
81 | 68 |
82 createdb pubsub | 69 createdb pubsub |