From 91102b12f3e170dc1ae96f4f4a5f42158fa8d41d Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Thu, 9 Aug 2018 13:14:10 -0400 Subject: [PATCH] Add more NodeServices --- nodeinfo.go | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/nodeinfo.go b/nodeinfo.go index 46979f3..e1a821d 100644 --- a/nodeinfo.go +++ b/nodeinfo.go @@ -19,8 +19,15 @@ const ( ProtocolZot = "zot" // Services that can be supported (inbound or outbound) by this node's API. - ServiceTwitter NodeService = "twitter" - ServiceTumblr = "tumblr" + ServiceAtom NodeService = "atom1.0" + ServiceGNUSocial = "gnusocial" + ServiceIMAP = "imap" + ServicePnut = "pnut" + ServicePOP3 = "pop3" + ServicePumpIO = "pumpio" + ServiceRSS = "rss2.0" + ServiceTwitter = "twitter" + ServiceTumblr = "tumblr" ) type Config struct {