Re: [JDEV] Gabber for Solaris

2002-02-24 Thread Michael Weiser

Hello John, you wrote:
>We are using Solaris 8, which is the same as 2.8.
I've got it running quite well on 2.8, but SSL and Digest
Authentication sometimes make it segfault. But it's gotten a lot
better in recent (0.8.4+) releases. As my box is only a SPARCstation
10 I've not yet had the patience to try it with 0.8.6.
-- 
bye, Michael
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



Re: [JDEV] Gabber for Solaris

2002-02-24 Thread Julian Missig

On Sun, 2002-02-24 at 07:36, Michael Weiser wrote:
> Hello John, you wrote:
> >We are using Solaris 8, which is the same as 2.8.
> I've got it running quite well on 2.8, but SSL and Digest
> Authentication sometimes make it segfault. But it's gotten a lot
> better in recent (0.8.4+) releases. As my box is only a SPARCstation
> 10 I've not yet had the patience to try it with 0.8.6.

You know... it's not like I receive millions of patches a day or
anything. It would be a big help to a lot of other people if when you
fix things you send me patches so I at least know what needs to be
changed and at absolute least can #ifdef stuff for specific OS's.

"If you've done something completely new or useful (a new spec file, a
patch, an init script...), ALWAYS take the time to offer it to the
program's author(s)."

Of course, at this point, a patch to 0.8.4 or even 0.8.6 would be pretty
useless to me... a patch to 0.8.7 would be much more useful.

Julian
-- 
email: [EMAIL PROTECTED]
jabber:[EMAIL PROTECTED]

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



Re: [JDEV] Jabber server redirection

2002-02-24 Thread DJ Adams

On Fri, Feb 22, 2002 at 03:33:49PM -0600, Dave Dykstra wrote:
> Also, that still doesn't completely solve the problem, as Thomas Parslow
> pointed out; I think it would also take a couple more client changes.  The
> c2s SRV record in the DNS could allow a client to automatically discover
> its server name, but there still needs to be a way to tell the client that
> that server is an alias for company.com.  Exchange Instant Messenger

Would the  config tag help here? Perhaps it would; although 
I'm not sure that it's widely supported right now...

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



Re: [JDEV] Conferencing WOES

2002-02-24 Thread DJ Adams

On Fri, Feb 22, 2002 at 06:37:36PM -0500, Vernon wrote:
> I am trying to setup Jabber on our servers and have had some success, but 
> also some problems. 
> 
> I have conferencing installed and did a make on the conference.so, which 
> does exist. I've set things up exactly as said in the README file but 
> when trying to connect using MyJabber I get Not Implemented. How can I 
> resolve this issue?

Hi

If it's "exactly" as in the README, then you have two errors (two
typos unfortunately) - the directory name is conference-0.4.1 
(not conference) and the namespace should be jabber:config:conference.

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



[JDEV] Component/XDB Question

2002-02-24 Thread Mike Mintz

I am trying to write a component, and it needs to store a spool of
messages.  I want to use XDB for storing and retrieving.  I want to
store every message in XDB files for the component, not for individual
users that use the component.  Since JID's on the component don't
really exist on the server, would it be possible to set XDB on a
component JID?

Also, I don't want to download and upload the entire message spool at a
time via XDB; I would like to just download and upload one message at a
time.  Would I have to set a separate namespace for each message, like
mikem:message:1 and mikem:message:2?

Thank you,
 - MikeM ([EMAIL PROTECTED])

__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev