-
raghavgururajan
Are editing sent messages possible in XMPP?
-
[czar]
Only the last sent iirc
-
[czar]
But all the tui clients (the ones I know) just ignore the edit and create a new message
-
menel
Its possible, but there are Clients that allow editing any message. (e.g. conversejs) and some that only allow the last (conversations) In public channels sometimes it does not work ans the fallback is to just show a new message. This is due the anonymity in public channels. It works completely reliable for me in 1:1 and private groups.
-
mathieui
[czar]: uh, poezio has supported corrections for like 10 years, and I would be surprised that profanity does not
-
Martin
Profanity can do LMC.
-
thndrbvr
Can anyone tell me whether or not these DNS records are correct? https://bin.disroot.org/?a80b254e4228c17b#HzcXm6tDaJFgysujTUPyDDfZfMrgJYUDWHzPKEep2yj1 I'm unable to register an account on the server. Could it be an nginx issue instead? ufw: ports 5222, 5223, 5269 are open
-
Licaon_Kter
thndrbvr: which server software?
-
thndrbvr
MetronomeIM
-
MattJ
thndrbvr, do you get an error?
-
thndrbvr
MattJ, PSI+ tells me: There was an error communicating with the XMPP server. Details: Connection Error: Unable to connect to server. After about a minute. Just checked the err log on the server and it said something about the security certs. Disabled all the TLS related stuff in the config, restarted metronome, and tried registering again. Same issue. This time err log showed no errors. Other log had nothing beyond "debug" and "info" level, so no warnings even.
-
MattJ
If it wasn't instant then it sounds like a DNS or firewall issue
-
MattJ
(DNS == wrong IP, firewall == blocked port)
-
thndrbvr
I followed https://prosody.im/doc/dns & https://xmpp.org/extensions/xep-0156.html Could fail2ban be blocking something? What other ports need to be open?
-
thndrbvr
That's definitely the right IP address. I'm ssh'd into the server with it. Lol
-
thndrbvr
Maybe Hestia Control Panel has something that I don't know about aside from ufw
-
MattJ
I can't connect to 185.165.170.160 port 5222
-
MattJ
It times out
-
MattJ
So, firewall issues (if that's the correct IP)
-
thndrbvr
Alright. Thanks. I'll see if I can find something else on the server that might be interfering. Hmm
-
thndrbvr
Should iptables for port 5222 be something other than 0.0.0.0 ?
-
thndrbvr
I ran iptables -nL to view info
-
MattJ
No, that's fine
-
MattJ
Assuming it's an accept rule :)
-
thndrbvr
Yep. Accept TCP & UDP. Source & destination are all 0's. dpt:5222
-
thndrbvr
I can't imagine Flokinet would be blocking some ports for a dedicated server? Why would it block these? That being said, I also can't send mail via HestiaCP's Roundcube but can log in and recieve mail there & in a desktop client. Thinking it might be the same issue? It's using Exim and port 25 is also open as far as I can tell..
-
thndrbvr
It seems to work but only when I completely disable the firewall. Lol..
-
moparisthebest
Sounds like the order of the firewall rules is wrong then
-
jayteeuk
I would say definitely firewall. How are you configuring it? Using ufw?