-
nicoco
gitlab is down, I'm getting error 500 on any page
-
cal0pteryx
Yes
-
kurion
When I create a groupchat, "Archive chat on server" option in groupchat_config is enabled by default. How can I change this default?
-
kurion
unfortunately, couldn't find its trace in the codebase
-
kurion
I can see ``` self._client.get_module('MUC').request_config ```
-
kurion
are groupchat configurations always set by the server for the first time?
-
lovetox
Yes, but Gajim overwrites it
-
lovetox
It's there in the code search for muc config or something
-
kurion
lovetox Sorry, couldn't find it.
-
lovetox
It's in the MUC module
-
lovetox
Follow the process of creating a muc
-
kurion
Ok I'll try
-
kurion
I also tried grepping for different labels in groupchat_config ui in hope to backtrack, but didn't find it
-
kurion
I think muc.py has what I need.✎ -
kurion
I think common/modules/muc.py has what I need. ✏
-
kurion
> I think common/modules/muc.py has what I need. oh, looks like it doesn't
-
kurion
I guess I finally found the thing
-
kurion
get_default_muc_config in helpers.py
-
kurion
If I want to have "Archive chat to server" set to False by default, should changing the following key be sufficient? ``` 'muc#roomconfig_enablelogging': True, ```
-
kurion
or should I also make changes to ```✎ -
kurion
or should I also make changes to ``` # Ejabberd options 'allow_voice_requests': False, 'public_list': False, 'mam': True, # Prosody options '{http://prosody.im/protocol/muc}roomconfig_allowmemberinvites': True, 'muc#roomconfig_enablearchiving': True, ``` ✏
-
kurion
^^ "mam" and ''muc#roomconfig_enablearchiving'" key
-
kurion
couldn't find `enablearchiving` in MUC XEP
-
lovetox
Every Server defines it's own
-
lovetox
So yes you need to change both
-
kurion
lovetox thanks
-
q7697896
Why can't I add friends.
-
lovetox
i dont know, but you can tell me what problem you see
-
q7697896
I don't know how to add your friends.
-
lovetox
press the green + button and choose add contacts
-
lovetox
or choose start chat and type the address into that field
-
q7697896
If I need to add your friend, is the address: gajim@conference.gajim.org /Lovetox? Yes?
-
lovetox
no thats the address of this groupchat, you dont need to add me
-
lovetox
if you need something you can simply say it here, or you double click my name in the groupchat roster
-
lovetox
then you can open a private chat
-
bot_
?
-
bot_
Why'd I just get a from you?
-
debacle
If my server has both `_xmpp-client._tcp` (for STARTTLS) and `_xmpps-client._tcp` (for direct TLS) SRV records, which one is preferred by Gajim? In case one is not reachable (e.g. hotel firewall), will it automatically try the other?