Monday, January 24, 2022
grimoire@muc.metronome.im
January
Mon Tue Wed Thu Fri Sat Sun
          1 2
3 4 5 6 7 8
9
10
11 12 13 14 15 16
17 18 19 20 21
22 23
24
25
26 27 28 29 30
31            
Metronome IM "cook" book room | Support and Dev talk about the Metronome XMPP server.

Latest stable version build is: 4.0.3

For more information you can visit: https://metronome.im

Room logs can be found here: https://muc.metronome.im/logs/grimoire/

* Links *
<==========================================================>
- Building & Installation:
https://metronome.im/building
- Documentation:
https://metronome.im/documentation
- Issues Tracker:
https://github.com/maranda/metronome/issues
<==========================================================>

[11:51:54] <Maranda> leandro_: The configuration for the internal module looks correct but I think that in YuNoHost the moved to use the external module
[11:52:18] <Maranda> can you double check that what you have doesn't go in conflict with that?
[11:54:17] <Maranda> ```
<!-- Incoming 24/01/2022 12:54:05 (imadmin@lightwitch.org) -->
<iq xmlns="jabber:client" from="xmpp-upload.cybervalley.org" to="imadmin@lightwitch.org/gajim.7OJ5OHF4" type="result" id="10168dee-cf7f-4650-b176-fc3f5f922849">
<query xmlns="http://jabber.org/protocol/disco#info">
<identity name="cybervalley.org Sharing Service" type="file" category="store" />
<feature var="http://jabber.org/protocol/commands" />
<feature var="http://jabber.org/protocol/disco#info" />
<feature var="urn:xmpp:http:upload:0" />
<feature var="urn:xmpp:http:upload" />
<x type="form" xmlns="jabber:x:data">
<field var="FORM_TYPE" type="hidden">
<value>urn:xmpp:http:upload:0</value>
</field>
<field var="max-file-size" type="text-single">
<value>6291456</value>
</field>
</x>
<x type="form" xmlns="jabber:x:data">
<field var="FORM_TYPE" type="hidden">
<value>urn:xmpp:http:upload</value>
</field>
<field var="max-file-size" type="text-single">
<value>6291456</value>
</field>
</x>
</query>
</iq>
```
[11:56:09] <Maranda> cause Metronome side everything looks correct but on Nginx if I go to https://xmpp-upload.cybervalley.org:443 and https://xmpp-upload.cybervalley.org:443/upload I'd expect Metronome to answer.
[11:56:21] <Maranda> so if there's an issue it looks to be on the reverse proxy side
[11:56:35] <Maranda> aka nginx's
[15:10:33] <leandro_> Maranda, ok, I will look for that! Thanks a lot!