-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
channel metadata changes #89
Comments
Disadvantage: Reinvention of existing Pub-Sub functionality. http://xmpp.org/extensions/xep-0060.html#owner-configure-process-notify |
To be clear, this is about how we streamline the retrieval of channel Names On 2 October 2012 14:05, Denis Washington [email protected] wrote:
Simon Tennant | buddycloud.com | +49 17 8545 0880 |
I agree with Denis. It's already annoying (IMO) to have (I think we could just get rid In my opinion, if you want to speed things up in the web client, don't retrieve the followers/following lists every time you load a channel. Or at least don't display them, because the avatars take forever to load. The best would be to do like Twitter: display the number of following/followers, and let the user click on that to actually load the list. We could even add some new (read-only, dynamic) entries in the channel config ( |
Agreed. Let's bring bring up protocol changes at the next hackathon (issue is tagged as long-term). I think this also plays into the fact that we have lots of nodes that also have different permissions. Would be nice to unify that too. So, some whiteboard time and another hackathon... I'll create a doodle. S. |
The design of the webclient is for the info tab (RHS column) to be closed by default. That alone will reduce the number of hits for subscriber data and the hammering of the media server for avatar data. |
(originally mentioned in Issue 24
The proposal is to move this to a node (/user/:channelID/metadata).
Benefits:
ensure updates are pushed as edits happen
it should be delivered when you ask for that users channels rather than having to add
AFAIK, it's just a matter of dev-time to get this added on the server. Anyone else have some good ideas about this?
The text was updated successfully, but these errors were encountered: