# HG changeset patch # User Goffi # Date 1602260565 -7200 # Node ID f6f4f99f1a1b6a0f20891f4bf056ec9bc9868071 # Parent 6f8e1c180c832b8ec38a7024683bdb7bbb163ae2 doc: explicite "wheel" installation + renamed "sat-pubsub.*" jids to simpler "pubsub.*" diff -r 6f8e1c180c83 -r f6f4f99f1a1b doc/installation.rst --- a/doc/installation.rst Sun Sep 13 15:52:17 2020 +0200 +++ b/doc/installation.rst Fri Oct 09 18:22:45 2020 +0200 @@ -47,6 +47,7 @@ $ python3 -m venv env $ source env/bin/activate + $ pip install wheel $ pip install hg+https://repos.goffi.org/sat_pubsub .. note:: @@ -129,7 +130,7 @@ [...] VirtualHost "" privileged_entities = { - ["sat-pubsub."] = { + ["pubsub."] = { roster = "get"; message = "outgoing"; presence = "roster"; @@ -138,26 +139,26 @@ delegations = { ["urn:xmpp:mam:2"] = { filtering = {"node"}; - jid = "sat-pubsub."; + jid = "pubsub."; }, ["http://jabber.org/protocol/pubsub"] = { - jid = "sat-pubsub."; + jid = "pubsub."; }, ["http://jabber.org/protocol/pubsub#owner"] = { - jid = "sat-pubsub."; + jid = "pubsub."; }, ["https://salut-a-toi/protocol/schema:0"] = { - jid = "sat-pubsub."; + jid = "pubsub."; }, ["http://jabber.org/protocol/disco#items:*"] = { - jid = "sat-pubsub."; + jid = "pubsub."; }, ["https://salut-a-toi.org/spec/pubsub_admin:0"] = { - jid = "sat-pubsub."; + jid = "pubsub."; }, } - Component "sat-pubsub." + Component "pubsub." component_secret = "" modules_enabled = {"delegation", "privilege"} @@ -200,7 +201,7 @@ For example:: - twistd sat-pubsub --jid=sat-pubsub. --xmpp_pwd= + twistd sat-pubsub --jid=pubsub. --xmpp_pwd= You can set your options in ``sat.conf`` which is the same file used as for Salut à Toi ecosystem. Please check backend ``configuration`` section for details. The SàT PubSub