Subject: Web application using agsxmpp
I am developing chat application using openfire server and xmpp protocol with agsXMPP SDK and asp.net mvc, i have done login process.
I do not want to use MatriX XMPP SDK because it is paid. i am able to send message but not able to retrieve message, below code i am using for retrieve messages but is not working and where to call this method
please help me
I do not want to use MatriX XMPP SDK because it is paid. i am able to send message but not able to retrieve message, below code i am using for retrieve messages but is not working and where to call this method
- private void xmppClient_OnMessage(object sender, MailMessageEventArgs e)
- {
- Response.Write(string.Format("OnMessage from {0}", e.Message.From));
- Response.Write(string.Format("Body {0}", e.Message.Body));
- }
This post was edited on 2017-06-01, 18:41 by Alex.