Re: [jdev] Case sensitive jid

2004-05-08 Thread Matthias Wimmer
Hi Trejkaz! Trejkaz Xaoza schrieb am 2004-05-08 10:01:57: Therefore md5(lowercase(jid_full)) would result in the same hash for two different addresses! That's actually a property of all hashes anyway. Comes with the territory of reducing Y bytes to X bytes where X Y. No not really. Sure

[jdev] J2ME Client library

2004-05-08 Thread Bala Murali
Hi all, I am looking for a J2ME Jabber library for my application. I came across mJabber. but is there any open source library or client available ? rgds -bala- __ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs

Re: [jdev] J2ME Client library

2004-05-08 Thread Ulrich Staudinger
Hi Bala, check j-xmpp on jabberstudio. It should work on j2me without problems but is not 100% complete, but does the basic stuff like logging in, sending messages and so on, it has a plain observer pattern, simply register a listener for iq and message events and all those events get piped to