#[grantcodes]No it doesn't. I was debating adding state generation into my module that omibear uses, but since the app would have to store it I thought it was probably best left to the app to do it
#Loqiben_thatmustbeme: kisik21 left you a message 1 day, 7 hours ago: is syndication in Inkstone working? don't see any options
#ben_thatmustbeme!tell kisik21 I couldn't say at the moment, i have sadly be way too busy with a bunch of stuff. It is supposed to but only if it discovers them via the micropub endpoint
#Loqi[chrisaldrich]: snarfed left you a message 1 week, 1 day ago: hey podcasters, we don't yet have exact audio file size (in bytes) in mf2. how should we represent that? i'm looking at converting to RSS, where it's required. more: https://chat.indieweb.org/dev/2019-02-17#t1550418872983700
#LoqiAn acquisition within the IndieWeb is a type of post that enumerates purchases, gifts, donations, (stolen?!) and found things potentially with additional information like photos, descriptions, specifications, price paid, date/time acquired, location acquired from, and condition https://indieweb.org/acquisition
#[chrisaldrich]GWG is too smart for that. He made post kinds plugin flexible enough for someone as simple as me to extend.
jgmac1106, snarfed and [kevinmarks] joined the channel
#[kevinmarks]I'd suggest p-length as that is what both atom and rss use for the length of the enclosure type
[schmarty] joined the channel
#GWGchrisaldrich, I still agree to adopt anything into the plugin that catches on
snarfed, KartikPrabhu, [manton], [eddie], leg, [grantcodes] and kisik21 joined the channel
#@manton2Thinking about our http://Micro.blog APIs after IndieWebCamp Austin. There are a lot! Probably not even a complete list: RSS, JSON Feed, MetaWeblog, Micropub, ActivityPub, Microformats, WebSub, rssCloud, Webmention, IndieAuth, and now Microsub. (twitter.com/_/status/1100123277517905923)
#GWG[eddie]: What can I talk you into supporting in Indigenous? I seem to have luck with swentel
jackjamieson, kisik21 and snarfed joined the channel
#[eddie]lol all sorts of things! Unfortunately, development has stalled for the time being. However, there are all sorts of things I'd like to do in it once I am able to restart development on it
#[eddie]I'd love to hear what you'd like it to support
singpolyma and [gRegorLove] joined the channel
#GWG[Eddie]: Query for supported queries and properties, query for category list...
Kaja joined the channel
#aaronpkif *everything* supported websub this would be easy, but it's a bit of a trick to support websub and also fall back to polling
#aaronpk(trying to add websub support to watchtower finally)
#[eddie]GWG Awesome, definitely those are all on my list!
#[cleverdevil]Also, wondering if there is some sort of standard thinking around having a client subscribe to multiple microsub servers at the same time.
#[cleverdevil](So I could use both Aperture and Micro.blog in Together at the same time)
#aaronpkSounds like a bit of a UI challenge but would work fine. Just like adding multiple accounts to apps like twitter and instagram.
[manton] joined the channel
#[manton][cleverdevil] On external content, yes, eventually. Right now the Microsub support really assumes you are managing everything in Micro.blog.
#[cleverdevil][aaronpk] I was thinking it'd be more like a merged list of channels, with smarts around where to send requests based upon the channel.
#jackjamiesonaaronpk: I'm going to be watching watchtower closely to see how you manage polling + websub. I want to add the same to Yarns but haven't sat down to really get a good grasp of websub yet
#[cleverdevil]I suppose the client could just show the list in a hierarchical way server -
#aaronpkmonocle already lets you choose which account to post responses from so it would work there too
#sknebelaaronpk: tokens depends I guess? you can't easily make a token for just one of the servers, but my auth endpoint has no idea about what microsub server a client actually uses the token vor
#aaronpksknebel: the trick is micro.blog issues its own tokens so a client would need to get a token from it to talk to micro.blog's Microsub endpoint but then it would need a different token to talk to Aperture for example
#aaronpkplus that model requires adding a bunch more complexity to all clients otherwise they don't work like the user expects
#sknebelaaronpk: oh sure, it only works with things that aren't linked
#aaronpkLike for a client that doesn't support it the user would be unable to use their second Microsub server
#sknebelI personally find multiple identity urls quite unelegant, but it's easier in many ways too
#aaronpkwhereas the totally separate model means at the very least the user can log out and log in as the other account if the client doesn't support adding multiple accounts
#sknebelsure it could. needs a flow to get a token, but then it can
#aaronpkalso keep in mind the use cases here. For the most part people will be doing this when they already have multiple identities like a podcast website and a work website and a personal website
#sknebele.g. my inoreader bridge does OAuth to inoreader, and just pushes a login link as a post in the notifications channel if a new token is needed
#[eddie]Yeah, I think multiple login identities is the way to go
#[eddie]I have support in Indigenous for iOS for logging in to multiple users, each with their own Micropub/sub account. Although there's a bug in the channel listing so thankfully no one is really doing this yet
#[eddie]I'm confused why someone with Aperture would want to use Micro.blog's Microsub api. I see that as more for people who wouldn't know what to do with Aperture
#[eddie][cleverdevil] Like if you want to use a Microsub UI why not just follow Micro.blog feeds in Aperture
#[cleverdevil]Well, I want to follow my Micro.blog timeline and Discover feed inside my Microsub client.
#GWGaaronpk, also have to look at where it gets the token
#aaronpkI'd like to see some UI sketches brainstorming how we might make it easier to add new feeds to Aperture especially from things like micro.blog
#aaronpkthats the place to start before we start hacking up new protocols
#GWGI suggested that the next year of, announced at the Summit should be Discovery
#[eddie]Definitely. In fact, a first step would be if [manton] adds links to the user's feed from the user's profile page
#[eddie]I just tried adding "https://micro.blog/jsorge" to the add source and it doesn't find any feeds. You have to know that the json feed for the user is micro.blog/posts/jsorge. I think right now the three best approaches to following people are mobile sharesheets, browser extension and bookmarklets
#[eddie]So if you are on micro.blog/jsorge and you click a "Follow" browser bookmarklet from Aperture, it could take you into Aperture with the options of the feeds it finds
#[manton]It's still on my to-do list to determine what is a feed that should be public. Most feeds are public, but I think a few aren't, e.g. a private Pinboard feed that has a password in the URL.
#[eddie]Aperture (which doesn't have my login credentials for Micro.blog) is following 10 different users in one Channel alone
#[manton]Hmm. Maybe I relaxed that and it doesn't need auth anymore. I view those as a little different than the /feeds URLs which are designed for a feed reader and have RSS and JSON flavors. (Maybe this distinction isn't important or obvious, though.)
#[eddie]I think I might have pushed for the auth on that to be removed for my Aperture
#GWG[eddie]: I discovered at Austin that it wasn't handling feedburner urls because the browser user agent I was using made it return an html version of the feed
snarfed, jjuran_, [cleverdevil] and [manton] joined the channel
#[cleverdevil]That's precisely how I would think about it.
[grantcodes] joined the channel
#[grantcodes][cleverdevil] the multi account thing you're describing perhaps sounds a bit like in Gmail (and I'm sure other email clients) where if you are signed in to multiple accounts you can view each one or a unified inbox
#aaronpkI have never seen this and I have several google accounts
[Collin_Kunisch] joined the channel
#aaronpkUnless you mean the thing where you can have one gmail account pull mail from multiple imap accounts and also configure multiple from addresses to send from, they’ve had that forever
#[tantek]snarfed, as one of the most frequent nudgers, you'll appreciate this. I've migrated all but two of my hosted sites to a new host, and they're HTTPS now
#GWGsnarfed, how would you characterize your principles in regard to bridging things?
#[tantek]still have to migrate my primary site, and H2VX, but getting there.
#snarfedGWG: i don't know that i have bridging principles? i just do it sometimes
#aaronpkThere’s still the individual inbox view. You can basically ignore this button
#[tantek]one conclusion I'm finding myself at is that I am going to need something similar to aaronpk's pin13 where I can deploy test / experimental sites as steps towards deploying actual production sites
#GWGsnarfed, the idea being that the community has adopted that idea and it has really helped inclusiveness.
#[tantek]so I'm digging through my existing domains to come pick one for that purpose (rather than registering a new one 🙂 )
#[tantek]GWG, more importantly, it appears to be a principle unique to this community as compared to other communities. Or rather IndieWeb as community appears to *do* the principle of bridging more actively than any other similar community
#[tantek]snarfed, we were discussing how your method of putting bridging into action, and implementation, has helped with provide that as a key default mindset of the community
#[tantek]or has anyone thought about (or wanted to) implement a "poll" post on their site? with suggested answers people could answer with? similar to https://indieweb.org/Twitter_poll
#[aaronpk]I like the idea of “suggested responses”
#aaronpkthe tough question is how to publish that in a way that supports fallback so that consumers that don't recognze the suggested responses can still show something that the person can see
#aaronpksince the options aren't in the twitter API, some twitter clients don't show anything so you end up with weird looking tweets missing context
#snarfedif/when we have extra poll markup, straightforward answer seems to be just keep it inside e-content, right?
#aaronpkthat's the same problem with photos, where then rich clients that *do* support it need a way to pull it *out* of the content
#aaronpkI had to bend over backwards to get this to work for photos. if there's a u-photo inside the e-content then I have to go remove that img tag from the e-content otherwise you see two photos
#aaronpkI *do not* recommend creating any protocol that intentionally does this
#GWGaaronpk, I have that problem in WordPress with photo posts
snarfed, jackjamieson, KartikPrabhu and raucao joined the channel