Menu

#18 JabberSession properties

open
nobody
None
5
2003-05-16
2003-05-16
Anonymous
No

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);
{---------------------------------------}

Discussion

  • Nobody/Anonymous

    Logged In: NO

    ok... realmente

     
  • Nobody/Anonymous

    Logged In: NO

    Just suply a Resource.
    This is what identidfys your session.

     

Log in to post a comment.