-
arcanicanis
Still a valid JID, and worth breaking clients that don't expect it. Not sure why it has to be escaped in the localpart but not resourcepart though https://www.rfc-editor.org/rfc/rfc7622.html#page-10
-
arcanicanis
or, well, "optionally" escaped for demonstration sake I suppose
-
hook
Silly question perhaps, but I recently learnt it is possible to chain(?) mail servers so that if e.g. my server goes down, another (e.g. my friend's) takes up the mantle and receives and sends the email instead. So I wonder if something similar would be possible in XMPP.
-
MattJ
Yes, kinda
-
MattJ
It's not the same as email. Email is a lot more basic than XMPP, and a simple store-and-forward like email would not be enough. XMPP has a lot more features.
-
arcanicanis
How is S2S delivery handled, if it doesn't manage to make a connection to the remote end on the first attempt? Is redelivery retried, or does the client get immediately notified of non-delivery, and up to the client to re-send?✎ -
arcanicanis
How is S2S delivery handled, if it doesn't manage to make a connection to the remote end on the first attempt? Is redelivery retried, or does the client get immediately notified of non-delivery, and up to the client to retry? ✏
-
arcanicanis
How is S2S delivery handled (in XMPP), if it doesn't manage to make a connection to the remote end on the first attempt? Is redelivery retried, or does the client get immediately notified of non-delivery, and up to the client to retry? ✏
-
arcanicanis
How is S2S delivery handled (in XMPP), if it doesn't manage to make a connection to the remote server on the first attempt? Is redelivery retried, or does the client get immediately notified of non-delivery, and up to the client to retry? ✏
-
arcanicanis
How is S2S delivery handled (in XMPP), if it doesn't manage to make a connection to the remote server on the first attempt? Is redelivery attempted up to a period of time, or does the client get immediately notified of non-delivery, and up to the client to retry? ✏
-
MattJ
The sender gets a delivery error, generally
-
hook
MattJ: oooh, how does that work?
-
hook
Friend's xmpp server is currently messed up, but mine works. So I was wondering if there's any way to get his users to use mine (and vice versa if mine goes down)
-
MattJ
My point that XMPP has more features is that it's more complex to do this kind of thing
-
MattJ
You would have to move all the data (accounts, rosters, etc.) and config to your server for that
-
MattJ
Some XMPP server software supports clustering
-
hook
Hmm, I wonder what would make sense for self-hosting then?
-
Kris
there is no out of the box solution to what you want with XMPP