Difference between revisions of "NGMUC"

Jump to navigation Jump to search
m
 
m
Line 8: Line 8:


==Resource Support==
==Resource Support==
JEP-0045 doesn't support multiple resources for one participant. You have to log into the conferece again as another participant by using another nickname. Multiple participants who are one and the same individual can lead into confusion and missunderstanding. Of course there is not much confusing in room with just 13 participants but the jabber protocol is no hobby project and up to 100 users can join a conference.
XEP-0045 doesn't support multiple resources for one participant. You have to log into the conferece again as another participant by using another nickname. Multiple participants who are one and the same individual can lead into confusion and missunderstanding. Of course there is not much confusing in room with just 13 participants but the jabber protocol is no hobby project and up to 100 users can join a conference.


==Role/Affiliation Management==
==Role/Affiliation Management==
Roles and Affiliations are inconsistent. JEP-0045 treats them as if an affiliation implies a role, but in fact affiliations have effects beyond the roles assigned.
Roles and Affiliations are inconsistent. XEP-0045 treats them as if an affiliation implies a role, but in fact affiliations have effects beyond the roles assigned.


* A moderator role with an admin affiliation can ban people, while other moderators can't.
* A moderator role with an admin affiliation can ban people, while other moderators can't.
Line 21: Line 21:
* In some rooms, a member can send a message, while non-members cannot.
* In some rooms, a member can send a message, while non-members cannot.


The other half of the problem is that affiliations persist, while roles do not. This tends to make the role system close to useless, since no change will stick around after the assignee leaves. Impossibilities under the current system:
The other half of the problem is that affiliations persist, while roles do not. This tends to make the role system close to useless, since no change will stick around after the assignee leaves. Impossibilities under the current system:


* Allow someone to kick, but not ban, and change the topic, and make this status remain even if they leave and return.
* Allow someone to kick, but not ban, and change the topic, and make this status remain even if they leave and return.
Line 31: Line 31:
Finally, the roles and affiliations distinction makes for a complex 2-dimensional grid of possibilities, with 20 combinations where only 13 actually make any sense (you can't have an admin or owner who is not a moderator, or an outcast who has any role except "none"), and even less are useful (admins and owners can't be kicked, outcasts can't hold any role but "none", and the moderator/participant/visitor roles don't persist for members or "none")
Finally, the roles and affiliations distinction makes for a complex 2-dimensional grid of possibilities, with 20 combinations where only 13 actually make any sense (you can't have an admin or owner who is not a moderator, or an outcast who has any role except "none"), and even less are useful (admins and owners can't be kicked, outcasts can't hold any role but "none", and the moderator/participant/visitor roles don't persist for members or "none")


==Conference Component Intercommunication==
==Conference Component Intercommunication==
Confererence Component Intercommunication will decentralize the MUC protocol. You can link two or more MUC components together and as a result they share the room browse list. The server "conference.capulet.net" tells the servers "conference.montague.com" and "conference.jabber.org" that it is hosting the room "balcony", and all three servers include "balcony@conference.capulet.net" in their service discovery response. This is very close to working as is. All that's needed are:
Confererence Component Intercommunication will decentralize the MUC protocol. You can link two or more MUC components together and as a result they share the room browse list. The server "conference.capulet.net" tells the servers "conference.montague.com" and "conference.jabber.org" that it is hosting the room "balcony", and all three servers include "balcony@conference.capulet.net" in their service discovery response. This is very close to working as is. All that's needed are:
* a protocol for advertising rooms among components
* a protocol for advertising rooms among components
* a protocol for deciding which server will host a newly-created room, and telling the client about it. This is probably not strictly necessary, but might be good for some sort of load balancing.
* a protocol for deciding which server will host a newly-created room, and telling the client about it. This is probably not strictly necessary, but might be good for some sort of load balancing.
* possibly, a protocol for redirecting users to "balcony@conference.capulet.net" when they try to join "balcony@conference.montague.com". This might not be necessary, given room bookmarks and "recent room history" in clients.
* possibly, a protocol for redirecting users to "balcony@conference.capulet.net" when they try to join "balcony@conference.montague.com". This might not be necessary, given room bookmarks and "recent room history" in clients.


==Support for More Participants==
==Support for More Participants==
This is the easiest point. You just ged rid of the thought that the jabber protocol and its enhancements called JEPs were just written for hobby usage. It's altogether a serious project which is used by hundred tousands of people. Where is the advantage of a conference with limited participants? In IRC networks there are rooms with 700 people inside. Who said that isn't possible with jabber technologies? I think, it is.
This is the easiest point. You just ged rid of the thought that the jabber protocol and its enhancements called XEPs were just written for hobby usage. It's altogether a serious project which is used by hundred tousands of people. Where is the advantage of a conference with limited participants? In IRC networks there are rooms with 700 people inside. Who said that isn't possible with jabber technologies? I think, it is.