Flash clients will wait forever for a response if old SASL method fails or there is a conflict while binding a resource
Description
IQAuthHandler and IQBindHandler and sending data directly over the socket instead of letting the Connection do the work. The problem is that they were not considering that Flash clients need to receive a '\0' character to consider the packet complete.
IQAuthHandler and IQBindHandler and sending data directly over the socket instead of letting the Connection do the work. The problem is that they were not considering that Flash clients need to receive a '\0' character to consider the packet complete.