Hi,
nRF9160 mqtt works with ipv4 by using "ncs\nrf\samples\nrf9160\mqtt_simple" application.
Now NB-IOT network which we are using is faced out the IPv4 and moved to IPv6. Now nRF9160 is not connecting to mqtt server.
By looking into "ncs\nrf\samples\nrf9160\mqtt_simple" (https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/master/samples/nrf9160/mqtt_simple/src/main.c) it supports only IPv4.
Could you please point to IPV6 mqtt samples or any other client samples like COAP etc,.. that support IPv6.