NAT and firewall are not interchangable

LucasMZ created

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

Change summary

README.md                                                              | 2 
src/conversations/fastlane/metadata/android/en-US/full_description.txt | 2 
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

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.

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.