Is that possible to implement UDT login in Openfire

TCP login is always dropped in wireless environment, so I need implement UDT login in Openfire. I want to know is that possible to implement UDT login in Openfire ? Thank you for your reply!!!

Openfire itself will likely never support UDP. For wireless you may use HTTP/BOSH http://xmpp.org/extensions/xep-0124.html#overview which does not require a persistent TCP connection or write your own client and gateway using UDP.

Thank you for your reply. I want to know why there is few people use UDT. this protocol is not good enough? In my project UDT is an very important.

XMPP was designed using TCP/IP and this is fine for a simple chat application. Your project may have much requirements which can not be fulfilled by TCP/IP.

Anyhow one may wonder whether XMPP servers can handle the load which you want to generate using UDT.