angular-xmpp icon indicating copy to clipboard operation
angular-xmpp copied to clipboard

URLS are messy

Open imaginator opened this issue 9 years ago • 2 comments

https://angular-demo.buddycloud.org/#/user/[email protected]/posts

would be nicer as

site/<channel>

eg: https://angular-demo.buddycloud.org/[email protected]

I believe the try_files $uri $uri/ /index.html; will mean you can loose the hash and be better indexed too.

imaginator avatar Jul 24 '15 18:07 imaginator

If URLs are messy node names are messy. If the node name has redundant information, why is it there?

Additional default nodes could make client-developers live easier: /user/[email protected]/recent /user/[email protected]/feed

robotnic avatar Aug 12 '15 10:08 robotnic

I don't think it's a good idea to include "summary nodes" under the /user hierarchy. Instead, @lloydwatkin created /firehose (authenticated and unauthenticated) to give you a recent feed.

/user/<jid>/<node-name> seems quite sensible to me and leaves scope for future expansion to /other/<jid>/ unenvisioned types of services.

imaginator avatar Aug 12 '15 10:08 imaginator