protected override void OnMessage(byte[] bData) { string strXML = System.Text.UTF8Encoding.UTF8.GetString(bData, 0, bData.Length); XMPPClient.FireXMLReceived(strXML); XMPPStream.Append(strXML); XMPPStream.ParseStanzas(this, XMPPClient); XMPPStream.Flush(); /// Parse out our stanza's /// }