From 6fabe5b7c7115b0049e48f4360b0cfe5363882c7 Mon Sep 17 00:00:00 2001 From: LucasMZ Date: Sun, 15 Sep 2024 10:36:45 -0300 Subject: [PATCH] NAT and firewall are not interchangable While NAT can seem like one in a certain way, it ultimately isn't one and comes from an IPv4-only thought process and doesn't include how IPv6 works --- README.md | 2 +- .../fastlane/metadata/android/en-US/full_description.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d786660bf22def23ec1baff6573eef36405d7896..f82e1b18287ef04ec45ee86c9e6ef089acee2815 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ should consider either switching to an XMPP server that does or — even better run your own XMPP server for you and your friends. These XEP's are: * [XEP-0065: SOCKS5 Bytestreams](http://xmpp.org/extensions/xep-0065.html) will be used to transfer - files if both parties are behind a firewall (NAT). + files if both parties are behind a firewall or NAT. * [XEP-0163: Personal Eventing Protocol](http://xmpp.org/extensions/xep-0163.html) for avatars and OMEMO. * [XEP-0191: Blocking command](http://xmpp.org/extensions/xep-0191.html) lets you blacklist spammers or block contacts without removing them from your roster. diff --git a/src/conversations/fastlane/metadata/android/en-US/full_description.txt b/src/conversations/fastlane/metadata/android/en-US/full_description.txt index e30ca25c1ab6358fbc2fc3aa8758bd8c17ece282..bec4c377b4daa6a9f50c5fbfaa2bda0451caf60f 100644 --- a/src/conversations/fastlane/metadata/android/en-US/full_description.txt +++ b/src/conversations/fastlane/metadata/android/en-US/full_description.txt @@ -28,7 +28,7 @@ Conversations works with every XMPP server out there. However XMPP is an extensi These XEPs are - as of now: -* XEP-0065: SOCKS5 Bytestreams (or mod_proxy65). Will be used to transfer files if both parties are behind a firewall (NAT). +* XEP-0065: SOCKS5 Bytestreams (or mod_proxy65). Will be used to transfer files if both parties are behind a firewall or NAT. * XEP-0163: Personal Eventing Protocol for avatars * XEP-0191: Blocking command lets you blacklist spammers or block contacts without removing them from your roster. * XEP-0198: Stream Management allows XMPP to survive small network outages and changes of the underlying TCP connection.