Hello,
i recently finished my BOSH implementation and stumbled over 2 problems.
Most implementations send the stream features only once at the
beginning. Because of the missing stream headersin BOSH they send no
stream features after SASL authentication and other stream resets. This
caused me some troubles in the client implementation, because most
clients are waiting for new stream features after SASL authentication.
I think server should send the stream features also in BOSH after all
stream resets (SASL auth) and this should be added o the XEP.
I think after termination of the BOSH session the server should close
all open webrequests. The most servers wait until they time out now.
Alex