Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.6.3
-
Fix Version/s: 2.7.0
-
Component/s: None
-
Labels:None
-
Acceptance Test - Add?:No
Description
When start group chat option is selected, a random room name is presented
Since XMPP has a concept of bookmarking room per user (XEP-0048), I think it would be nice to retrieve the user bookmarked room, if any, instead of presenting a random room name
In addition, in a chat window, clicking on group-chat icon, the bookmarked room will be opened instead of creating a random room.
If there are more than one bookmarks, there will be a way to mark a default bookmark by changing the selection in Actions/Start group chat window
I am attaching a patch that implements the requirement:
SPARK-1381Patch description:
-1. if there is no bookmarked room for the logged in user, there is no change, for "Room:", "Start a conference" menu displays a text input that shows an proposed ad-hoc room name: a new private conference room will be created (screenshot start_adhoc.png)
-2. if there is at least one bookmarked room, a combo-box will be displayed that will contain all bookmarked rooms. All users will be invited in THIS room (screenshot start_bookmarked.png).
The combo-box is editable. If you edit the room, all users will be invited in a new private conference r
oom (same as case 1)