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

autojoin joins booomarked rooms that should not be autojoined #503

Open
silberzwiebel opened this issue Feb 7, 2017 · 0 comments
Open

Comments

@silberzwiebel
Copy link

Hi,

I've just installed candy via the mod_candy module from prosody. Running prosody 0.10 nightly and Candy 2.2.0.
I've set the 'autojoin' flag to true and candy joins all bookmarked rooms, which is fine. However, candy also joins bookmarked rooms that I do not want to autojoin, i.e., it does not respect the autojoin flag from prosody. The corresponding part in the prosody private storage files looks like this:

		[12] = {
			[1] = {
				[1] = "kartoffelsalat";
				["attr"] = {
					["xmlns"] = "storage:bookmarks";
				};
				["name"] = "nick";
			};
			["attr"] = {
				["name"] = "prosody";
				["jid"] = "prosody@conference.prosody.im";
				["minimize"] = "1";
				["autojoin"] = "0";
				["xmlns"] = "storage:bookmarks";
			};
			["name"] = "conference";
		};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant