Re: [JDEV] Open Source Java Jabber Server

2003-11-07 Thread Raditha Dissanayake
guess it maybe my fault). Or maybe you talking about tunnelling jabber over http? -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega

Re: [JDEV] Errors while starting the applet

2003-10-14 Thread Raditha Dissanayake
___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha/megaupload/ Lean and mean Secure

Re: [JDEV] Account information storage, plaintext?

2003-09-15 Thread Raditha Dissanayake
Hi, As others have explained the transport passwords have to be available in plaintext for the transports to work. However that does not mean that you have to store them in plain text. A small modification to xdb_sql or xdb_file can allow you to encrypt/decrypt passwords but this has to be a

Re: [JDEV] Account information storage, plaintext?

2003-09-15 Thread Raditha Dissanayake
Hi, Hashed passwords do not give 100% security. Let's take a web based email system that uses mysql as a db. You can easily make use of the password() function in mysql to create a oneway hashed password. But a malicious user who does not have root access but has access to the mysql db can

Re: [JDEV] Yahoo forcing users to upgrade their client ...

2003-09-13 Thread Raditha Dissanayake
Hi, I am just curious to find out what will happen if we don't upgrade does yahoo plan to block these accounts? (and see their usage numbers drop). Paul Curtis wrote: [EMAIL PROTECTED] wrote: - Original Message - From: Sean Egan [EMAIL PROTECTED] Sent: Sep 11, 3:50 PM In yahoo.c:

Re: [JDEV] xdb_sql suggestions

2003-09-05 Thread Raditha Dissanayake
is that most of the key fields are not numeric this also leads to a big drop in performance both for inserts and retrievals. best regards raditha Matthias Wimmer wrote: Hi Raditha! Raditha Dissanayake schrieb am 2003-09-05 19:20:00: I guess Bentoit and Co might have left the tables without indices

Re: [JDEV] Re: icqv7 transport failures

2002-11-19 Thread raditha dissanayake
-matt On Sun, Nov 17, 2002 at 09:31:19PM -0800, Raditha Dissanayake wrote: hi matthew which version of icqv7t are you using? matthew c. mead writes: On Sun, Nov 17, 2002 at 01:40:09AM -0500, matthew c. mead wrote: I upgraded a server box to FreeBSD 4.7 today. I also rebuilt

[JDEV] Re: How should a component auto-populate a roster and force a subscription?

2002-11-19 Thread Raditha Dissanayake
(even in pre-alpha form) that could enlighten me? What's the right way to do this? Thanks, Mike ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev raditha dissanayake [EMAIL PROTECTED

Re: [JDEV] java development

2002-11-18 Thread raditha dissanayake
Hi Dondi, Jabber.org and this and the jadmin newsgroup are the best places for jabber related information. you might want to take a look at the java servers under development. you might also want to look at jabberbeans as well. However please note that anything that uses jabber beans will have

[JDEV] Re: icqv7 transport failures

2002-11-17 Thread Raditha Dissanayake
/~mmead/ ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev raditha dissanayake [EMAIL PROTECTED] ___ jdev mailing list [EMAIL PROTECTED] http

Re: [JDEV] Jabber and user database

2002-11-12 Thread raditha dissanayake
the relevant namespaces to each. raditha dissanayake wrote: Hi, my experience is that xdb_sql is a triffle slower than xdb_file. However i haven't had it dying on me like this. One of the reasons for the performance drop is that when ever you add or remove a roster item the whole roster is created

Re: [JDEV] Jabber and user database

2002-11-11 Thread raditha dissanayake
wrote: Hi guys, How the performance of xdb_sql? I am runing it with jabber-1.4.2 on RH 7.3, but it always causes sudden death of jabber when a new user tries to register. -Yanming - Original Message - From: raditha dissanayake [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November

Re: [JDEV] Jabber and user database

2002-11-08 Thread raditha dissanayake
Hi Bart, I have good news for you, xdb_sql is extremely flexible with it's database design. In fact it's not an exageration to say the database structure is completely abtracted from the xdb_sql code. All the queries are defined in xdb_sql.xml and you can change this so that it can work with

Re: [JDEV] style sheet

2002-11-05 Thread raditha dissanayake
Hi, what's the URL for rvp spec? Shashikanth wrote: Hi, I want to write a style sheet for converting XML string from the Jabber into the ones that could be understood by the RVP protocol and vice-versa . ( For those who have not heard what RVP is all about u might find it

Re: [JDEV] instant messaging

2002-11-05 Thread raditha dissanayake
Hi naveen, have you looked at the documentation on jabber.org? naveen wrote: Hello All, I am new to this Jabber community. I am trying to develop a Instant messaging software for a small business and I am thinking of using Jabber server combined with one of the clients for IM. Can you share

Re: [JDEV] Why? : (io_select): 127.0.0.1(21) is being connectionratelimited

2002-10-29 Thread raditha dissanayake
hi lars, which version of icqv7t are you running? also please try running it (icq) with the defaults that seems to work pretty well Lars Petersen wrote: 20021028T13:19:04: [warn] (io_select): 127.0.0.1(21) is being connection rate limited What are you doing with the jabberd on port 21?

[JDEV] hack to make transports work with xdb_sql

2002-10-24 Thread raditha dissanayake
hi guys, We've been having posts on and off about using xdb_sql with transports. Here is a plain old hack to make xdb_sql work with transports other than yahoo. Most of it is inspired by the yahoo transport and the example works with icqv7t 0.3.0 (great work alex) 1. Let's start off by

Re: [JDEV] Jabber Presence response

2002-10-18 Thread raditha dissanayake
Hi, mmm bit of a tough one this. What i suggest is you have a proxy in between your jabber server and the client. The proxy establishes the connection to the jabber server and holds it for some time. If the same client attempts to communicate again the same socket can be reused. the proxy

Re: [JDEV] Jabber Presence response from buddies on other IMs

2002-10-16 Thread raditha dissanayake
once you close the connection that signals that you are offline, since there is a time lapse between sending info back and forth between your jabber server and yahoo etc, you may be closing the connection before you get the response that you need. do you really need to open and close this

[JDEV] Re: Jabber ASP Client

2002-10-06 Thread Raditha Dissanayake
Performances, Videos, more faith.yahoo.com raditha dissanayake [EMAIL PROTECTED] ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

[JDEV] Re: Checking for messages without actually receiving them

2002-09-30 Thread Raditha Dissanayake
been including that in all the servers i've built in the past. Regards, David On Thu, Sep 26, 2002 at 08:48:34PM -0700, Raditha Dissanayake wrote: Hi sebastian How about using xdb_sql and performaing a select count(*) from spool query from your php script to figure out

[JDEV] Re: Info about v2 queries in xdb_sql

2002-09-30 Thread Raditha Dissanayake
tried v2 queries for existing namespaces ? Thanks. Benoît ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev raditha dissanayake [EMAIL PROTECTED

[JDEV] Re: Checking for messages without actually receiving them

2002-09-26 Thread Raditha Dissanayake
raditha dissanayake [EMAIL PROTECTED] ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

[JDEV] Re: Problem with compiling xdb_sql (odbc, Cygwin)

2002-09-25 Thread Raditha Dissanayake
no as some already pointed out one typedef should do the trick. Wojciech Dec writes: raditha dissanayake wrote: Tue, 24 Sep 2002 08:06:14 -0700 i haven't tried xdb_sql under win32 but i think using unsigned long instead ULONG might solve this particular problem. It probably

Re: [JDEV] Changing database structure in xdb_sql

2002-09-21 Thread raditha dissanayake
certainly does not look as if there is an error in your xml what you can do is to add something like this code log_error(ZONE,the query is: %s,query); /code to your sqldb_query() function in xdb_sql_backend.c that will tell you what is the exact query that is being passed to the databse.

Re: [JDEV] Regarding the GPL and commercial products

2002-09-20 Thread raditha dissanayake
One small clarification William Source code has to be provided free of charge you can charge for the software. source code MUST be free. HOwever you are right in saying you have to give the source code only to the buyers of your product. You don't have to give the source code to the man on the

Re: [JDEV] Adding Transport registration in xdb_sql

2002-09-20 Thread raditha dissanayake
what i mean by out of the box is the normail ./configure ; make ; stuff you need to dig into the source code and make some changes for transports to work with xdb_sql Benoit Decaudin wrote: raditha dissanayake wrote: Hi, please make sure that you are defining a v2 query

Re: [JDEV] Embeding jabber in a web page?

2002-09-19 Thread raditha dissanayake
hi, you will be able to do this with any applet client. Bad news is this usually means you have to have your jabber server and the webserver on the same ip. Good news is there are ways to overcome this problem :-) Carlos Olguin wrote: Hi, I am new to jabber and I would like know if there is

Re: [JDEV] Adding Transport registration in xdb_sql

2002-09-18 Thread raditha dissanayake
Hi, please make sure that you are defining a v2 query. Otherwise you have to write your own function to verify it. However the error you are seeing is most likely to be caused by invalid xml. Please try opening your xdb_sql.xml file in a browser or xml editor to figure out where the error is.

Re: [JDEV] transport doesn't remove

2002-09-18 Thread raditha dissanayake
it's probably a client issue. When you add a transport it creates two entries in the server one stores your username and password and the other adds the transport to your roster. your client probably removes only one or the other. nitin dubey wrote: hello friends when ever i add a

[JDEV] Re: BIG Roster in Jabber

2002-09-07 Thread Raditha Dissanayake
Hi, Man have i been away too long. I can help you out here i have worked on most of these irregularities and fixed a few. I will try to mail some of my fixes to bentoit so that everyone can get hold of this. Murali P writes: Here goes my list of found irregularities. 1.) While

[JDEV] let me in let me in

2002-09-07 Thread Raditha Dissanayake
Hi, I have been away from jabber for too long and guess it's about time that i contributed something to the community. Peter can you asign me some coding? I couldn't contribute to the newsgroups or to any coding stuff since april as i was involved in creating an embedded jabber client in ansi

Re: [JDEV] IM

2002-04-01 Thread raditha dissanayake
://mailman.jabber.org/listinfo/jdev -- Raditha Dissanayake [EMAIL PROTECTED] http://www.mediasolv.com/?rd ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Re: [JDEV] IM

2002-04-01 Thread raditha dissanayake
[EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev -- Raditha Dissanayake [EMAIL PROTECTED] http://www.mediasolv.com/?rd ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Re: [JDEV] Online users

2002-04-01 Thread raditha dissanayake
__ Do You Yahoo!? Yahoo! Greetings - send holiday greetings for Easter, Passover http://greetings.yahoo.com/ ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev -- Raditha

Re: [JDEV] Problem using jabberd server

2002-03-31 Thread raditha dissanayake
? Thanks You can safely ignore this. This is to notify the client if an update is available. you can disable this by commenting the update section in the jabber.xml -- Raditha Dissanayake [EMAIL PROTECTED] http://www.mediasolv.com/?rd ___ jdev

Re: [JDEV] msn transport configuration

2002-03-26 Thread raditha dissanayake
mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev -- Raditha Dissanayake [EMAIL PROTECTED] http://www.mediasolv.com/?rd ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Re: [JDEV] Dynamic Creation of Users in Jabber Server

2002-03-26 Thread raditha dissanayake
a new ID remotely. Infact, I am looking for the following kinda if thing : java CreateUser server userid password Pls guide me what should I do ?? Lots of thanks in advance... Tx n Rgds r-a-v-i - Original Message - From: raditha dissanayake [EMAIL PROTECTED] To: [EMAIL

Re: [JDEV] Users cannot reconnect after the jabberd is restarted

2002-03-18 Thread raditha dissanayake
list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev -- Raditha Dissanayake [EMAIL PROTECTED] http://www.mediasolv.com/?rd ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Re: [JDEV] Capturing user logoff

2002-03-18 Thread raditha dissanayake
. ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev -- Raditha Dissanayake [EMAIL PROTECTED] http://www.mediasolv.com/?rd ___ jdev mailing list [EMAIL PROTECTED] http

Re: [JDEV] SAX Parsing and server headers

2002-03-13 Thread raditha dissanayake
/listinfo/jdev -- Raditha Dissanayake [EMAIL PROTECTED] http://www.mediasolv.com/?rd ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Re: [JDEV] problems about xdb_sql

2002-03-12 Thread raditha dissanayake
mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev -- Raditha Dissanayake [EMAIL PROTECTED] http://www.mediasolv.com/?rd ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Re: [JDEV] hello xdb_sql configuration

2002-03-11 Thread raditha dissanayake
in this issue. attached are both the configuration files jabber.xml and xdb_sql.xml Best Regds Satish Reddy files.zip Content-Type: application/octet-stream Content-Encoding: base64 -- Raditha Dissanayake [EMAIL PROTECTED] http://www.mediasolv.com/?rd

Re: [JDEV] bugs

2002-03-09 Thread raditha dissanayake
PROTECTED] http://mailman.jabber.org/listinfo/jdev -- Raditha Dissanayake [EMAIL PROTECTED] http://www.mediasolv.com/?rd ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Re: [JDEV] About msn transport

2002-03-05 Thread raditha dissanayake
] ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev -- Raditha Dissanayake [EMAIL PROTECTED] http://www.mediasolv.com/?rd ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo

Re: [JDEV] XDB / ODBC

2002-02-28 Thread raditha dissanayake
___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev -- Raditha Dissanayake [EMAIL PROTECTED] http://www.mediasolv.com/?rd ___ jdev mailing list [EMAIL PROTECTED] http

Re: [JDEV] XDB / ODBC

2002-02-22 Thread raditha dissanayake
:649 delivering to instance 'elogger' 20020221T12:07:25: [alert] (-internal): [xdb_sql] configuration failed Thu Feb 21 13:07:25 2002 mio.c:624 socket 9 has restore karma -100 -= 50 -- Raditha Dissanayake [EMAIL PROTECTED] http://www.mediasolv.com/?rd

Re: [JDEV] XDB / ODBC

2002-02-20 Thread raditha dissanayake
. ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev -- Raditha Dissanayake [EMAIL PROTECTED] http://www.mediasolv.com/?rd ___ jdev mailing list [EMAIL PROTECTED

Re: [JDEV] MSN and Yahoo transports in Jabber.org server

2002-02-18 Thread raditha dissanayake
transports? If so why Jabber.org server lacks that functionality? Please respond to this silly questions. thanks in advance, Anton ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev -- Raditha

Re: [JDEV] SOT : any ICQ-gateway that work ??

2002-02-17 Thread raditha dissanayake
___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev -- Raditha Dissanayake [EMAIL PROTECTED] http

Re: [JDEV] instal configuration

2002-02-12 Thread raditha dissanayake
to open file ./spool/my_server.ro/cristi.xml: No such file or directory cosmin cristi are users Can help me somebody? Cosmin -- Raditha Dissanayake [EMAIL PROTECTED] http://www.mediasolv.com/?rd ___ jdev mailing list [EMAIL

[JDEV] embedded jabber server

2002-01-31 Thread raditha dissanayake
heard of an embedded jabber server that redhat is said to be developing but couldn't find a download or a project page on it. -- Raditha Dissanayake [EMAIL PROTECTED] http://www.mediasolv.com/?rd ___ jdev mailing list [EMAIL PROTECTED] http

Re: [JDEV] embedded jabber server

2002-01-31 Thread raditha dissanayake
great to see your enthusiasm guys. So there isn't an on going project is it? let's start one then. I will organize things and update you guys. mallum wrote: Id definetly be interested in getting involved. -- mallum on Wed, Jan 31, 2001 at 07:03:18PM +0600, raditha dissanayake wrote

Re: [JDEV] Server HOw to

2002-01-22 Thread raditha dissanayake
Of raditha dissanayake Sent: sábado, 19 de Janeiro de 2002 4:47 To: [EMAIL PROTECTED] Subject: Re: [JDEV] Server HOw to The howto on the jabber site http://docs.jabber.org/no-sgml/howto-1.4.html has all the information you need to get started. As for connecting usind java please have a look

Re: [JDEV] Jabber Server Appliances.

2002-01-15 Thread raditha dissanayake
I've had is for a 1U rack mounted Linux box with the software on it to get a jabber server up and running along with a web admin interface. What do people think? Already done ;) Dunno who it's made by, but MX Works in the UK sell it ... Steve -- Raditha Dissanayake [EMAIL PROTECTED

Re: [JDEV] Does anyone use PHP for the client?

2002-01-08 Thread raditha dissanayake
be able to offer great help. but feel free to ask. -- Raditha Dissanayake [EMAIL PROTECTED] http://www.mediasolv.com/?rd ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Re: [JDEV] GZipping Jabber Messages

2002-01-07 Thread raditha dissanayake
. Julian -- Raditha Dissanayake [EMAIL PROTECTED] http://www.mediasolv.com/?rd ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Re: [JDEV] Question about System Resources

2002-01-02 Thread raditha dissanayake
, a pentium 2, 208MB of free C drive space, a 56K modem, and 184MB of ram. I was wondering if this is enough system requirements to run or create a Jabber server. -- Raditha Dissanayake [EMAIL PROTECTED] http://www.mediasolv.com/?rd ___ jdev mailing