Re: [jdev] JSO - Best Choice for Java Jabber Application?

2007-10-15 Thread Benjamin Podszun
Hi Sven. On Mon, 15 Oct 2007, [EMAIL PROTECTED] wrote: Hi everyone! I would like to write a Jabber Java component/server that receives presence data from and publishes presence data into a jabber network (each direction for multiple accounts). During evaluating the available Java APIs, I found

[jdev] JSJaC on jabber.org/jabberstudio

2007-05-15 Thread Benjamin Podszun
Hi there. Since I just searched for a JS client library: The JSJaC link in the jabber.org list of libraries points to http://jsjac.jabberstudio.org/, which - of course - is merely a pointer to the real site. Could anyone (Peter?) correct the link in the list and point it directly to

Re: [jdev] Re: Adding a contact to msn from jabber.

2007-03-07 Thread Benjamin Podszun
Bruno Bechler Machado wrote: thanks for helping guys! i solved the problem, if anyone needs it, here is a code example: public void addContact() { Roster roster = connection.getRoster(); Presence subscribe = new Presence(Presence.Type.SUBSCRIBE);

Re: [jdev] Re: XMPP Ping method?

2006-11-05 Thread Benjamin Podszun
Tobias Markmann wrote: I didn't know SCTP since you've mentioned it and have some questions: Google knows the answer to everything. But to give some quick answers anyway: 1. Is SCTP TCP compatible? When a server provides SCTP protocol on port 5222 for example normal TCP clients can

Re: [jdev] forum for jabber

2006-09-12 Thread Benjamin Podszun
Tijl Houtbeckers wrote: On Tue, 12 Sep 2006 21:17:13 +0200, Sander Devrieze [EMAIL PROTECTED] wrote: Op dinsdag 12 september 2006 18:50, schreef reno: Is there a forum for jabber developer? I'm really not comfortable using mailing list format. snip daily mailing list digest Mailing

Re: [jdev] service banners?

2006-07-19 Thread Benjamin Podszun
[EMAIL PROTECTED] wrote: I see the need for your feature requests. I presume if users go through any provisioning steps to register an account with your service than that would be one place for such a disclaimer. If you permit in-band account registration, the welcome message could be

Re: [jdev] s2s lookup cascades

2006-07-12 Thread Benjamin Podszun
Jefferson Ogata wrote: I do have a concern about the RFC, in the details of cn matching performed when SRV records are involved. While clearly you do the right thing in ignoring the hostname returned in an SRV record for purposes of cn matching, the defined approach imposes a problematic

Customized jabber client (WAS: Re: [jdev] JEP for generic automated notifications?)

2006-06-14 Thread Benjamin Podszun
Tom Hansen wrote: Is there anyone that has an Instant Messenger created in jabber that can re-skin it for a client of mine? How much would it cost? Would http://www.jivesoftware.com/skin/ be something for you? Regards, Ben

Re: [jdev] Cipher suite availability

2005-04-06 Thread Benjamin Podszun
Vinod Panicker wrote: Is SSL_RSA_WITH_3DES_EDE_CBC_SHA the same as TLS_RSA_WITH_3DES_EDE_CBC_SHA? SSL 3 and TLS 1 (both the latest and greatest versions, afaik) are nearly the same, yes. TLS is the successor to SSL, but in this regard I guess one can answer your question with yes. Ben