[JDEV] help for xdb_odbc module

2001-09-23 Thread Alex She
I try to make xdb_odbc, it output like this "Makefile:14: *** commands commence before first target. Stop." why? in README file ,at the section "Building the xdb_odbc module" step 3, it says " Make sure ODBC was build and installed (odbc.h, -lodbc)" but where can I find odbc.h and odbc lib, coul

Re: [JDEV] URL form of JID?

2001-09-23 Thread DJ Adams
On Sat, Sep 22, 2001 at 09:28:40AM -0700, Jens Alfke wrote: > > So then we could have two queries/qualifiers: > "type=" indicates the type of ID (person, chat, ...?) If missing, > 'person' is assumed. Could we link it with the browse types in the jabber:iq:browse namespace? dj

Re: [JDEV] URL form of JID?

2001-09-23 Thread DJ Adams
On Fri, Sep 21, 2001 at 11:13:56PM -0700, Jens Alfke wrote: > > I'd much rather add a query to the URL indicating the action: > > jabber:[EMAIL PROTECTED]?action=message # send IM (default action) > jabber:[EMAIL PROTECTED]?action=roster # add to roster > > jabber:[EMAIL PROTECTED]?acti

[JDEV] Jarl on Windows

2001-09-23 Thread Adam Theo
hi, all. i'm helping one of my users to get set up with Jarl on the Windows platform. the install.cfg script won't work, so was wondering if there was a simple .exe program or something? i don't mind tar.gz's and makefiles, but not everyone does :) ___

Re: [JDEV] Jabber Client Design Tutorial

2001-09-23 Thread Julian Missig
I, of course, agree with temas here. I have quite a few comments already, but I'll look at your guide a bit more thoroughly tomorrow and make a reply. One major thing that struck me was that you said server hard disk space won't be wasted by history. My logs from the past two years total 50 m

Re: [JDEV] Non english messages solution?

2001-09-23 Thread Alex She
convert to local, 1cn.com>:> Hi, > > Is there any Non english messages solution? My Friend and I use > winjabber to chat.But we use different encoding. One is > gb2312, the other is big5.we can not see the messages each other. > Thanks for any info. > > Regards, > > - Lg > > 2001-

Re: [JDEV] Jabber Client Design Tutorial

2001-09-23 Thread temas
Julian (x-virge) and I were discussing client design yesterday and I think you are a prime example of our discussion. There is a problem with Jabber, in general it's not everyones first IM client. Users have generally been on another large network (AIM, ICQ, MSN, Yahoo!) before they come to Jabb

Re: [JDEV] xdb / mod_groups problem

2001-09-23 Thread Robert Norris
> How do I delete data from xdb? I thought that you would pass a NULL > pointer to xdb_act (which is what the function header suggests), but on > the 4th line of code, the function fails if a NULL pointer has been > passed? What is the proper way of doing this? I ran into this myself once. mod_

[JDEV] xdb / mod_groups problem

2001-09-23 Thread Phil Anderson
I've spent the last day looking, fixing, and enhancing mod_groups. I'm currently trying to add support for unregistering from a group, but have hit a problem with the xdb api. How do I delete data from xdb? I thought that you would pass a NULL pointer to xdb_act (which is what the function head