Support per-room user nick #9
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: jadedctrl/Chat-O-Matic#9
Ŝarĝante…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now, user objects (including the user itself) can only have one nickname― but for some protocols, like XMPP, where a user can have different handles in different rooms, this isn't the case. Support for per-room nicks would be useful in these cases. Maybe storing users' per-room nicks in a KeyList (while defaulting to the current simple BString) would be a way to go about this.
As for managing the setting of nick in the UI… more thinking needs to be done to that end.