Skip to content
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

Fix joining of manually entered MUC on startup #24

Closed
ge0rg opened this issue Mar 23, 2017 · 1 comment
Closed

Fix joining of manually entered MUC on startup #24

ge0rg opened this issue Mar 23, 2017 · 1 comment
Labels
glitch Artifacts causing degraded user experience

Comments

@ge0rg
Copy link

ge0rg commented Mar 23, 2017

As written in #3 (comment), dino doesn't rejoin a manually joined MUC on startup. I can type messages in the MUC and they appear to be sent, but nobody else can see them, and vice versa.

@fiaxh fiaxh added the glitch Artifacts causing degraded user experience label Mar 23, 2017
@fiaxh
Copy link
Member

fiaxh commented Jun 13, 2017

The joined MUCs are now synchronized with the autojoin flag in the bookmarks:

  • Joining a MUC (creates a bookmark and) sets autojoin=true, parting it sets autojoin=false
  • If a bookmark has autojoin=true but is not joined, it is joined. If it has autojoin=false but is joined, it is parted. Using pubsub instead of (additionally to) private XML for bookmark storage would improve this behavior.

Among others, this resolves this issue.

@fiaxh fiaxh closed this as completed Jun 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
glitch Artifacts causing degraded user experience
Projects
None yet
Development

No branches or pull requests

2 participants