Pleroma v1.1.9-10-g42f76306+dev Pleroma.Web.Websub View Source
Link to this section Summary
Functions
Gathers nodeinfo protocol names supported by the federation module.
Gathers links used by an outgoing federation module for WebFinger output.
Determine whether an activity can be relayed using the federation module.
Relays an activity to all specified peers.
Relays an activity to a specified peer, determined by the parameters. The parameters used are controlled by the federation module.
Link to this section Functions
Gathers nodeinfo protocol names supported by the federation module.
Callback implementation for Pleroma.Web.Federator.Publisher.gather_nodeinfo_protocol_names/0
.
Gathers links used by an outgoing federation module for WebFinger output.
Callback implementation for Pleroma.Web.Federator.Publisher.gather_webfinger_links/1
.
Determine whether an activity can be relayed using the federation module.
Callback implementation for Pleroma.Web.Federator.Publisher.is_representable?/1
.
Relays an activity to all specified peers.
Callback implementation for Pleroma.Web.Federator.Publisher.publish/2
.
Relays an activity to a specified peer, determined by the parameters. The parameters used are controlled by the federation module.
Callback implementation for Pleroma.Web.Federator.Publisher.publish_one/1
.