Re: Unhandled Exception in XMPP (General questions)
Ash,
Can you please contact us at techsupport@weonlydo.com and we'll prepare a sample of events implementation?
The _com_error (i can't say for sure since I don't know what exception is occuring) is most probably because you are calling methods one after another in non-blocking mode (Blocking = false). Blocking causes component to stop and wait for method to execute. That allows line-by-line execution, which is usually used in scripting environments.
Regards,
Damba