Explorar el Código

Add remaining protocols from spec

master
Matt Baer hace 5 años
padre
commit
f0cc063c16
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. +8
    -0
      nodeinfo.go

+ 8
- 0
nodeinfo.go Ver fichero

@@ -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"


Cargando…
Cancelar
Guardar