Member since Feb 2006 ·
7 posts · Location: Chennai
Group memberships: Members
Jabberer,
Thanks for your reply. But still i am not able to connect to the google account. The onLogin event is never fired. Also I downloaded the miniclient application and tested it. In the jabber id i gave my gmail account and password. then i clicked the + button and tried to add another google account to chat with. But When i cliked add button it gave me this exception
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at agsXMPP.net.ClientSocket.Send(Byte[] bData)
at agsXMPP.net.ClientSocket.Send(String data)
at agsXMPP.XmppConnection.Send(String xml)
at agsXMPP.RosterManager.AddRosterItem(Jid jid, String nickname, String[] group)
at agsXMPP.RosterManager.AddRosterItem(Jid jid, String nickname)
at MiniClientVB.MiniClient.frmAddRoster.cmdAdd_Click(Object sender, EventArgs e) in D:\Rohith\ChatApplication\GMAILAPI\VS2003\MiniClientVB\frmAddRoster.vb:line 116
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Kindly let me know what problem is this.
Thanks