git ssb

2+

cel / scuttlebot.io



Tree: b24a8c824494555ff39be898c3fde5541e7e8a92

Files: b24a8c824494555ff39be898c3fde5541e7e8a92 / tmpl / docs / message-types / pub.md

420 bytesRaw

Pub

Pub-messages announce the ID, address, and port of public Pub users. They are automatically published by Scuttlebot after successfully using an invite to a Pub.

When Scuttlebot sees a pub-message, it will add the link/host/port triple to its peers table, and connect to the peer in the future to sync messages.

{
  type: 'pub',
  address: {
    key: FeedLink,
    host: String,
    port: Number
  }
}

Built with git-ssb-web