I want to send xmpp request with node-xmpp
library from different source IP address in my node.js project.
I have 6 IP and i can get my IP with os.networkInterfaces();
Asked
Active
Viewed 666 times
1

M.Rezaei
- 992
- 3
- 11
- 28
-
Possible duplicate of [Send HTTP request from different IPs in Node.js](https://stackoverflow.com/questions/20294190/send-http-request-from-different-ips-in-node-js) – Patrick Roberts Jun 07 '17 at 05:24
-
I can not change IP address with `LocalAddress` – M.Rezaei Jun 08 '17 at 07:54
-
What is your current code for making an xmpp request without assigning the source IP address? – Patrick Roberts Jun 08 '17 at 08:59