[JDEV] kindly help me... thanks! :)

2003-06-25 Thread Ebenezer Uy
Hello guys! :) I'm currently working on my undergraduate thesis project that requires me to develop an instant messenger translation system. I was just wondering if i can integrate Jabber technology to the instant messenger i'll be developing? btw, the instant messenger will be written in

Re: [JDEV] Jabber and spam?

2003-06-25 Thread Mattias Campe
David 'TheRaven' Chisnall wrote: No, a to-fake-script for that would be trivial to write. It just returns 'a' every time, and if it fails retrys. It will get through in 1/3 of cases, which is more than adequate for spammers. At least with alphanumericals they only get through 1/36 of the

Re: [JDEV] kindly help me... thanks! :)

2003-06-25 Thread Matthew Beacher
1) Yes 2) http://www.jabber.org/developer/librarylist.php Have a nice day -Matt RicaIM.Net ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

[JDEV] roster request to wrong resource

2003-06-25 Thread andreas wenig at work
i´ve tried to design another flash based client, before i was stopped by a strange problem. the (static) resource should be webchat, but when i sent a roster-reqouest to a buddy, it is always received by his psi-client (resource psi). i´am not the most advanced programmer so i have no idea how to

[JDEV] Complex DTD=2 SQL

2003-06-25 Thread Bernino Lind
Dear all, I need a bit of adwise. I have a working simple dtd=2 sql set/get pair with my own namespace. I need to make these more sql queries more complex by adding more variables in my select statements. I can do this no problem with my update/insert with bindvar tag=... but with select I hit

RE: [JDEV] Complex DTD=2 SQL

2003-06-25 Thread Tim Klem
Hi Bernino, I think the SELECT data fields should be stated explicitly. The bindvar may be failing on the SELECT *. Specifically: querydef name=score-get dtd=2 type=get namespace=lind:score textSELECT sid, username, gameid, score, date FROM score WHERE gameid = '$$gameid$$' AND

Re: [JDEV] Jabber Killer App: WCS?

2003-06-25 Thread Bart van Bragt
dlb wrote: I've been running WCS on my dev server , and it does seem to accommodate alot of the features that people are looking for in jabber web integration. I wasn't aware that there were patches or mods available though. Have you tried to contact Jer to determine where he stands regarding WCS

Re: [JDEV] Jabber Killer App: WCS?

2003-06-25 Thread Christopher Zorn
I am very interested in wcs and just installed it and started hacking at it. I can not find these patches you speak of. I can see discussion of it, but no links or attachments. I am very rusty in c, but if I do anything patch worthy I will send it to the list. Is this ok? On Wed, Jun 25, 2003

Re: [JDEV] Jabber Killer App: WCS?

2003-06-25 Thread Tijl Houtbeckers
Bart van Bragt [EMAIL PROTECTED] wrote on 25-6-2003 17:08:27: I located the patches by searching the JDEV list (IMO the best way to do that is by subscribing to the news.gmane.org server). They also have a web-interface: http://search.gmane.org/ -- Tijl Houtbeckers Software Engineer @

Re: [JDEV] mass message sender

2003-06-25 Thread Bart van Bragt
Tataaa: http://www.jabber.org/jeps/jep-0033.html Adrian Rapa wrote: i think it will be nice that clients has the ability to send a message to multiple users... maybe to a whole group... what do you think? also it might be use for spamming... i dont think it could be an issue...

Re: [JDEV] Jabber Killer App: WCS?

2003-06-25 Thread Bart van Bragt
Christopher Zorn wrote: Yes, I have used that and I tried pan and I can not find the patches. :( I didn't find actual patches but references to them like this: I'm developing a javascript based web client using the wcs component. Unfortunately I found some (many?) bugs in there and fixed them.

[JDEV] Whither JGF?

2003-06-25 Thread Dave Belfer-Shevett
I'm looking at writing some middleware (or actually rejuvenating an older project). The old project used JabberLib for Java Jabber communication, but that library had some twitches in it, and I'm looking for something better. The JGF referenced in JabberStudio looks -exactly- like what I'm

[JDEV] mass message sender

2003-06-25 Thread Adrian Rapa
i think it will be nice that clients has the ability to send a message to multiple users... maybe to a whole group... what do you think? also it might be use for spamming... i dont think it could be an issue... Adrian Rapa ___ jdev mailing list

Re: [JDEV] Jabber Killer App: WCS?

2003-06-25 Thread Ralph Meijer
On Mon, Jun 23, 2003 at 07:58:00AM -0600, Jamin W. Collins wrote: On Mon, Jun 23, 2003 at 03:29:24PM +0200, Ralph Meijer wrote: Interesting. Although there is no facility for recommendation, please check http://mimir.ik.nu/. It is a Jabber powered news service, with a backend that uses

Re: [JDEV] mass message sender

2003-06-25 Thread Jamin W. Collins
On Wed, Jun 25, 2003 at 08:59:21PM +0300, Adrian Rapa wrote: i think it will be nice that clients has the ability to send a message to multiple users... maybe to a whole group... There are clients that provide this (Psi comes to mind). -- Jamin W. Collins Linux is not The Answer. Yes is the

[JDEV] RivalSocket Delphi Example

2003-06-25 Thread García
Hi, Some body have a example of RivalSockets in Delphi. I can install de library and connect to the server but I can't detect the events for incoming message. Thanks __ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com

Re: [JDEV] Jabber Killer App: WCS?

2003-06-25 Thread Jamin W. Collins
On Wed, Jun 25, 2003 at 10:14:33PM +0200, Ralph Meijer wrote: On Mon, Jun 23, 2003 at 07:58:00AM -0600, Jamin W. Collins wrote: This looks very promising. Based on the information at the site, I'm assuming that Mimir supports UTF-8 encodings better than Janchor? Yeah, I haven't found

[JDEV] Loudmouth 0.10 released

2003-06-25 Thread Mikael Hallendal
Hi! I just released Loudmouth 0.10 Changes in 0.10: * Fixed case bug in message nodes. Making it not treat the XML as case dependant. * Added lm_message_node_[get|set]_raw_mode that determines if the node value should be escaped or not. * Return correct type from

Re: [JDEV] kindly help me... thanks! :)

2003-06-25 Thread Ebenezer Uy
Thanks Matt. Can you kindly show me which file is it? thanks! From: Matthew Beacher [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [JDEV] kindly help me... thanks! :) Date: Wed, 25 Jun 2003 07:58:56 -0400 1) Yes 2) http://www.jabber.org/developer/librarylist.php