Re: Method '~' of Object '~ - WeOnlyDo Discussion board

Re: Method '~' of Object '~ (General questions)

by shihabkhalil, Friday, December 17, 2010, 09:45 (5091 days ago) @ woddrazen

Hi

I have checked the logs of my application, and have found out that this happens when the component disconnects from the XMPP server (gtalk in my case). This fires an event which i take and re-connect. Thats when it happens.

Event wodXMPP1_Disconnected: i call a function called GoOnline which is below:

Public Sub GoOnline()

Logger Logging into GoogleTalk as : & GoogleTalkID
'On Error Resume Next

wodXMPP1.Authentication = AuthAutomatic
wodXMPP1.AutoVisible = True
wodXMPP1.Blocking = True

wodXMPP1.Login = GoogleTalkID
wodXMPP1.Password = GoogleTalkPassword
wodXMPP1.Connect
wodXMPP1.SetStatus Online, Type: 'Q SYMBOL' to get live prices


End Sub

Hi,


Is there any chance we can duplicate this problem on our side?

Are you able to duplicate it maybe using our samples?

Let us know how it goes.


Regards,
Drazen


Complete thread: