瀏覽代碼

Add remaining protocols from spec

master
Matt Baer 5 年之前
父節點
當前提交
f0cc063c16
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. +8
    -0
      nodeinfo.go

+ 8
- 0
nodeinfo.go 查看文件

@@ -8,7 +8,15 @@ type (
const (
// Protocols that can be supported by this node.
ProtocolActivityPub NodeProtocol = "activitypub"
ProtocolBuddyCloud = "buddycloud"
ProtocolDFRN = "dfrn"
ProtocolDisaspora = "diaspora"
ProtocolLibertree = "libertree"
ProtocolOStatus = "ostatus"
ProtocolPumpIO = "pumpio"
ProtocolTent = "tent"
ProtocolXMPP = "xmpp"
ProtocolZot = "zot"

// Services that can be supported (inbound or outbound) by this node's API.
ServiceTwitter NodeService = "twitter"


Loading…
取消
儲存