joudinet
joudinet
Hi, I'm new to Erlang and Mnesia but I have set up a cluster of 3 ejabberd XMPP servers. In my context, these 3 servers are suppose to encounter netsplits...
Thanks for the links. It does help me but how can I add an 'unsplit_method' to an existing table? The tables are created by ejabberd and I would like to...
Ok, I've read the new disclaimer, don't worry ;-) Anyway, I had a look at the unsplit framework and I think I can use it to solve the conflicts. As...
Sorry, I completely forgot about this issue, which I solved long ago. I unfortunately do not remember exactly what solves this issue but I'm using the AppiumOptions from appium.options.common instead...
FYI, I managed to do it by : - adding `self.register_plugin('xep_0045')` to the `__init__` method - call `self.plugin['xep_0045'].join_muc(config['to_jid'], "Your nickname")` in the `start` method - replace `mtype='chat'` by `mtype='groupchat'` in...
I found out the ejabberd configuration had a `default_room_options: mam: true`. Changing this to false and modifying the existing rooms fixed it. I guess it overwrites converse's `message_archiving` option, even...