networking - IPv6 and Messengers -


Do anyone know whether messengers like Whatsapp / Yahoo / GTK / XMPP support IPv6? Surprisingly, I did not find any reliable information about this anywhere on the Internet.

If we want to launch a new messaging server on the Internet, then we need to prepare it for IPv6 (as the IPv4 address space is almost ending). Is it possible for both IPv4 and IPv6 to listen on the same port?

Detailed information / discussion will help all those who want to launch new servers.

are Whatsapp, Yahoo and Gtalk services as far as I know that IPv6 does not support (Currently) GTIC supports IPv6, and I think looks Yahoo is equally good.

XMPP is a protocol, and there are several implementations. Some people I know have support for IPv6 (in new special order):

  • And I'm sure there are too many :)

  • Comments

    Popular posts from this blog

    Java - Error: no suitable method found for add(int, java.lang.String) -

    java - JPA TypedQuery: Parameter value element did not match expected type -

    c++ - static template member variable has internal linkage but is not defined -