We are currently building an instant messaging client
written in Delphi 7 using jabbercom.dll.
We couldn't make the client authenticate on the jabber
server, the event OnAuthError is called
with the following message: 'supply complete
configuration'.
Which property is missing to be configured in the object
IJabberSession?
Bellow you can see part of the code
{---------------------------------------}
JabberSession1.Server := 'jabber.org';
JabberSession1.Port := 5222;
JabberSession1.Username:= 'tmacedo';
JabberSession1.Password:= 'xxxx';
JabberSession1.Priority := 5;
//methodo to connect
JabberSession1.DoConnect(false, jatPlainText);
{---------------------------------------}
Logged In: NO
ok... realmente
Logged In: NO
Just suply a Resource.
This is what identidfys your session.