Member since Feb 2003 ·
4449 posts · Location: Germany
Group memberships: Administrators, Members
hi,
you have to wait for the OnLogin Event before sending messages to the server.
The Open (Connect) method is asynchronous. So when xmpp.Open returns no error, this doesnt mean your are connected and authenticated to the server.
Look at the MiniClient sample and try to login with the MiniClient to your Google account.
Alex