melvsterquite interesting so AS2 is mixing the HTTP semantics (CREATE/PUT) with the payload ... I hadnt considered the pattern, need to think it through ...
rhiaroone advantage of discoverable endpoints rather than REST[ish] allows people to delegate functionality to third parties so they can use static sites
melvsterrhiaro: it's quite easy to do with SoLiD too, to delegate your storage to another site (in fact we encourage a market for commodity storage) ... so indie web people could use solid apps by adding in theory one line to their static profile ...
melvsterrhiaro: all GOLD server allow you to use your personal WebID with commodity storage on signup, id recommend https://databox.me as being the most up to date, tho deiu is hosting his own on a raspberry pi at MIT :) ... it will add the link from your homepage to the storage if you allow writing
melvsterif you raise an issue we can fix it more quickly, or even better if you feel like making a pull request, dont worry if you dont get a chance, I'll try and raise it ...
rhiaroI assume the profile editor can read from my own foaf, and I can link it to storage like databox and add more properties through the editor? I'd really like to see that working
melvsterrhiaro: oh because it's still in development, gitter is more a finished product, and also I wrote a logger that can take gitter messages and put them in SoLiD
melvsteri only just finished a big refactor to do multi user mashup chat, so you can use your dataspace and I use mine and the client pulls them together based on subscriptions, then we can post to each other in real time ... still lots of testing to do, but it's starting to work, I need to improve performance tho