Hi, When a client connects to Vysper server, it opens the stream <stream> . And typically when the client disconnects, it will close the stream with </stream> . However, I could not find a way for Vysper to send stream-close, e.g. in some error scenario. I can definitely send the <stream:error> and invoke SessionContext.endSession(), which closes the connection, but I would also like the server to send </stream>. Is there a way to do this?
Thanks Darryl
