[JDEV] Authentication Problems
Paul L. McNeely
drderail at myrealbox.com
Thu Jan 13 08:58:49 CST 2000
Do you have to create a user the first time you use that
server? That might be my problem.
> Here is my basic connection code.
>
> Private Sub cmdConnect_Click()
> With frmMain
> .Jabba.Username = txtUserName
> .Jabba.Password = txtPassword
> If txtResource = "" Then txtResource = txtUserName
> .Jabba.Resource = txtResource
> .Jabba.Server = txtServerName
>
> End With
> Unload Me
> Jabba.DoConnect (False) '######## False = dont
create user, True =
> create new user
> End Sub
>
>
>
> ----- Original Message -----
> From: "Paul L. McNeely" <drderail at i.am>
> To: "Jabber " <jdev at jabber.org>
> Sent: Wednesday, January 12, 2000 1:08 PM
> Subject: [JDEV] Authentication Problems
>
>
> > Hi, I decided to start playing around with VB jabber
code, the problem is
> > the server won't authenticate me, I get back the
response unknown user.
> The
> > website lets me login fine. Which password set does the
server rly on to
> > authenticate? The global or the etherx group?
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> > Paul L. McNeely (drderail at i.am) ICQ# 1305664
> > Web Page: http://i.am/drderail
> > Voicemail: 1-888-TELEBOT Extension: 37337245
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> > West Virginia Christian Chat Mailing List (WVCC)
> > http://www.onelist.com/viewarchive.cgi?listname=wvcc
> > Marshall University Chat Mailing List (MUCHAT)
> > http://www.onelist.com/viewarchive.cgi?listname=muchat
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> >
> >
> >
> > _______________________________________________
> > jdev mailing list
> > jdev at jabber.org
> > http://mailman.jabber.org/listinfo/jdev
> >
>
>
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
>
More information about the JDev
mailing list