LiveCodingChat.Xmpp.XmppTest.XMPP_Success C# (CSharp) Method

XMPP_Success() private method

private XMPP_Success ( XmlElement node ) : void
node System.Xml.XmlElement
return void
        private void XMPP_Success(XmlElement node)
        {
            if (!Authenticated) {
                Authenticated = true;
                state = eState.Session;
                OpenStream ();
            }
        }