RE: [JDEV] (no subject)

2001-07-10 Thread Dmitriy Kolegayev


http://sourceforge.net/projects/jabbin/ is a good introduction into what
needs to be done to make JabberCOM work with VC++.

You can see files at
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jabbin/jabbin/

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Yunli
Li
Sent: Tuesday, July 10, 2001 5:59 PM
To: [EMAIL PROTECTED]
Subject: [JDEV] (no subject)


Hello,everyfriend:
I am a new member ob using the JabberCOM.
I am failed on connecting with the Jabber server.

Here is my code:

IJabberSession m_jabSession1;//local

CString m_UserName ;
CString m_Password ;
CString m_Resource ;
CString m_Server ;

m_UserName = _T("yunli");
m_Password = _T("yunli");
m_Resource.Empty() ;
m_Server = _T("jabber.com");

m_jabSession1.SetUsername( m_UserName );
m_jabSession1.SetPassword( m_Password );
m_jabSession1.SetResource( m_Resource );
m_jabSession1.SetServer  ( m_Server   );

m_jabSession1.SetAvailable(TRUE);
m_jabSession1.SetStatus(_T("Testing!"));
m_jabSession1.SetPort(5222);

CString msg;
msg = _T("Hi, how are you?");
m_jabSession1.SendMessage((LPDISPATCH)(&msg));

#define New_UserTRUE
#define Registed_User   FALSE
m_jabSession = m_jabSession1 ;
m_jabSession.DoConnect( Registed_User , 1 );//jatDigest ) ;





Could you tell me how I can telecommunicate with the jabber server with
JabberCOM
Or where can I get some samples of JabberCOM.

Thank you.

yunli

___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



[JDEV] (no subject)

2001-07-10 Thread Yunli Li

Hello,everyfriend:
I am a new member ob using the JabberCOM.
I am failed on connecting with the Jabber server.

Here is my code:

IJabberSession m_jabSession1;//local

CString m_UserName ;
CString m_Password ;
CString m_Resource ;
CString m_Server ;

m_UserName = _T("yunli");
m_Password = _T("yunli");
m_Resource.Empty() ;
m_Server = _T("jabber.com");

m_jabSession1.SetUsername( m_UserName );
m_jabSession1.SetPassword( m_Password );
m_jabSession1.SetResource( m_Resource );
m_jabSession1.SetServer  ( m_Server   );

m_jabSession1.SetAvailable(TRUE);
m_jabSession1.SetStatus(_T("Testing!"));
m_jabSession1.SetPort(5222);

CString msg;
msg = _T("Hi, how are you?");
m_jabSession1.SendMessage((LPDISPATCH)(&msg));

#define New_UserTRUE
#define Registed_User   FALSE
m_jabSession = m_jabSession1 ;
m_jabSession.DoConnect( Registed_User , 1 );//jatDigest ) ;





Could you tell me how I can telecommunicate with the jabber server with
JabberCOM
Or where can I get some samples of JabberCOM.

Thank you.

yunli

___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



Re: [JDEV] Some LDAP integration questions

2001-07-10 Thread Ragavan S


Hi Zad,

Thanks for your response.

>What do you mean by pass-through:

By pass-through, I meant that the actual password MAY not stored in LDAP, 
but rather somewhere else (like an NT Domain server, for example). So, the 
directory server first checks to see if there is a password in the directory 
and if not, then it calls the NT server to look up the username/password 
combination. The NT server then returns to the directory server with success 
or failure.

Does this help clarify things?

Any thoughts on this one below?

> > 2. Can the modules deal with uid attributes with an '@' in them? For
> > example, the directory I want to bind with contains email
> > addresses as the
> > uid attribute. Now, going through the protocol draft, I can see
> > that a valid
> > JID cannot contain the '@'. So, is there some other way around this?

Thanks,
Ragavan

_
Get your FREE download of MSN Explorer at http://explorer.msn.com

___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



Re: [JDEV] Building JabberCOM - No HyperStr

2001-07-10 Thread Thomas Charron

I wasn't going to bring this up, but I do feel the need.  This guy
obviously has nothing positive to contribute to this list.  While he has
tried to provide a sample app for pgmillard, he has never, thus far, said
ANYTHING but flamebait on this list.  He's now insulting all of us with the
below message.  (NO, I DON'T mean David.. I mean Karthik).  Perhaps his
grasp on english is causing issues, I'm not sure, but I for one would like
to either see him STOP with these types of remarks, or leave the list..

And, on that note, I suppose, as is apperently customary, I must say..

he he he he..

From: "David Waite" <[EMAIL PROTECTED]>
Subject: Re: [JDEV] Building JabberCOM - No HyperStr
> Karthik K H wrote:
> >SO MUCH SO FOR YOUR SO CALLED OPEN SOURCE DEVELOPMENT
> >he he he he...
> Geesh, I know.. the thing also requires another proprietary commercial
> work called something like 'Windows' as well. They don't even list that
> one in the requirements... :-)


___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



Re: [JDEV] Building JabberCOM - No HyperStr

2001-07-10 Thread David Waite

Karthik K H wrote:

>SO MUCH SO FOR YOUR SO CALLED OPEN SOURCE DEVELOPMENT
>he he he he...
>
Geesh, I know.. the thing also requires another proprietary commercial 
work called something like 'Windows' as well. They don't even list that 
one in the requirements... :-)

-David Waite

___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



Re: [JDEV] Building JabberCOM - No HyperStr

2001-07-10 Thread Karthik K H

SO MUCH SO FOR YOUR SO CALLED OPEN SOURCE DEVELOPMENT
he he he he...


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



Re: [JDEV] japanese characters in yahoo transport

2001-07-10 Thread Tetsuto SHIMOMURA
Hi, martin


I made new Yahoo! Japan Transport.
Now we can send/receive Japanese messages via this transport.
It works good.

It is available at:
http://jabber.jp/yahoo-transport-jp/yahoo-transport-jp-0.8.1-1.4.tar.gz

If you are interested in this transport, please try it.

Note:

This transport requires iconv library.
http://clisp.cons.org/~haible/packages-libiconv.html


Thanks.


On Tue, 3 Jul 2001 16:38:05 +0900
"Martin Shadbolt" <[EMAIL PROTECTED]> wrote:

> Hi Tetsuto Shimomura,
> 
> The modified Yahoo transport are you still looking into fixing the problem
> to make the
> transport operational again ?.
> 
> I am setting up a jabber server and would be interested to install the
> yahoo-j transport. Is it available for general use ?
> 
> 
> martin
> 
> ___
> jdev mailing list
> [EMAIL PROTECTED]
> http://mailman.jabber.org/listinfo/jdev

-
$B2
jabber: [EMAIL PROTECTED]

___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev


Re: [JDEV] Some LDAP integration questions

2001-07-10 Thread zad

Ragavan,

What do you mean by pass-through: If what you mean is that the
authentication be performed only against ldap, then I can say that ldapauth
is doing exactly that and it can use both plain text and digest methods.

Zad


> From: "Ragavan S" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Date: Mon, 09 Jul 2001 13:18:30 -0700
> Subject: [JDEV] Some LDAP integration questions
> Reply-To: [EMAIL PROTECTED]
>
> Hi,
>
> I have been trying to figure out a way to use one of the available ldap
> modules(xdb_ldap, cw_ldap, ldapauth) with my jabber server (1.4.1) and I
> have a few questions:
>
> 1. Do any of the modules support directories implementing pass-through
> authentication? In other words, the directory doesn't have the local
> userPassword attributes populated and instead uses a pass-through
> authentication mechanism. If not supported, what would be the
> best way to go
> about implementing this?
>
> 2. Can the modules deal with uid attributes with an '@' in them? For
> example, the directory I want to bind with contains email
> addresses as the
> uid attribute. Now, going through the protocol draft, I can see
> that a valid
> JID cannot contain the '@'. So, is there some other way around this?
>
> Thanks,
> Ragavan
>

___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev