joudinet
joudinet
@licaon-kter the bug in the code is well identified. It is not related to login/logout but to saving the disco items in the browser storage. The function onDiscoItems, in [src/headless/plugins/disco/entity.js](https://github.com/conversejs/converse.js/blob/8ae4b6abd4dfc3bf6ae553baa52a5bce9dbc2379/src/headless/plugins/disco/entity.js#L136),...
@jcbrand I use buildroot to make an image with ejabberd. Here is the instructions to get you a test environment to reproduce the bug: - Download last stable release of...
On Thu, Jan 23, 2014 at 4:26 PM, Michael Weibel [email protected] wrote: > Ah, yes it's somewhat a problem of your ejabberd config: > The room doesn't exist on the...
Great. I don't have time this week but I can definitively help next week. I don't know very well XMPP nor JavaScript, but from mweibel's link, the documentation seems pretty...
I'm back on business. Sorry for the delay, I had to work on something else, which I did finish Today ;-) @maennchen : have you started on this issue yet?...
After reading the XEP section shared by @mweibel, and browsing a bit Candy.Core and Strophe.js source code, I think there is two ways of implementing private room creation: 1. (proper...
Hi, You convince me. Actually, the subsequent room configuration is independent of the join and, therefore, should be another plugin. About Point#1: The current version of Core.Action.Jabber.Room includes an element...
I saw a reference to Strophe.muc.js plugin once, and after looking at how they handle the join (https://github.com/strophe/strophejs-plugins/blob/master/muc/strophe.muc.coffee), I'm wondering why candy doesn't use this plugin, instead of re-implementing its...
More on these warnings. I found out that whenever I run the following command `ejabberdctl join_cluster target` with success, I get four occurrences of the "Unexpected info" `mnesia_up` event warning...
Hi @VenierGiacomo . I did fix it but this was a longtime ago and I don't remember how exactly I did it. Either I modified directly the code on the...