Преглед изворни кода

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…
Откажи
Сачувај