Subject: MessageHandler agsXMPP 1.10
hi,
I'm a starter using asp.net and Jabber, when I'm tring to create a simple web chat I faced this problem :
the type name 'MessageHandler' do not exist in the type 'agsXMPP.XmppClientConnection'
xmpp.OnMessage += new XmppClientConnection.MessageHandler(OnMessage);
those are my import :
using agsXMPP;
using agsXMPP.Collections;
using agsXMPP.protocol;
using agsXMPP.protocol.client;
I think this will work fine on agsXMPP 1.00
I'm a starter using asp.net and Jabber, when I'm tring to create a simple web chat I faced this problem :
the type name 'MessageHandler' do not exist in the type 'agsXMPP.XmppClientConnection'
xmpp.OnMessage += new XmppClientConnection.MessageHandler(OnMessage);
those are my import :
using agsXMPP;
using agsXMPP.Collections;
using agsXMPP.protocol;
using agsXMPP.protocol.client;
I think this will work fine on agsXMPP 1.00