Padre::Swarm::Identity - represent a unique identity in the swarm


Padre-Plugin-Swarm documentation  | view source Contained in the Padre-Plugin-Swarm distribution.

Index


NAME

Top

Padre::Swarm::Identity - represent a unique identity in the swarm

SYNOPSIS

Top

  my $id = $message->identity;
  printf(
      '%s @[%s] using resource %s on service %s',
      $id->nickname,
      $id->transport,
      $id->resource,
      $id->service,
  );
  my $swarm_id = $id->canonical;

DESCRIPTION

Top

Attempt to make anything and everything addressable. More work needed.


Padre-Plugin-Swarm documentation  | view source Contained in the Padre-Plugin-Swarm distribution.