Pleroma v1.1.9-10-g42f76306+dev Pleroma.Web.Salmon 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.

Publishes an activity to remote accounts

Pushes an activity to remote account.

Link to this section Functions

Link to this function

decode_and_validate(magickey, salmon)

View Source
Link to this function

encode(private_key, doc)

View Source
Link to this function

gather_nodeinfo_protocol_names()

View Source

Gathers nodeinfo protocol names supported by the federation module.

Callback implementation for Pleroma.Web.Federator.Publisher.gather_nodeinfo_protocol_names/0.

Link to this function

gather_webfinger_links(user)

View Source

Gathers links used by an outgoing federation module for WebFinger output.

Callback implementation for Pleroma.Web.Federator.Publisher.gather_webfinger_links/1.

Link to this function

is_representable?(activity)

View Source

Determine whether an activity can be relayed using the federation module.

Callback implementation for Pleroma.Web.Federator.Publisher.is_representable?/1.

Publishes an activity to remote accounts

Pushes an activity to remote account.