[JDEV] Java jabber client.

David Waite mass at ufl.edu
Wed Aug 16 09:41:51 CDT 2000


I can field this one :)

That is a bug in the existing version of Jabberbeans, and something I am
working on now. Apparently there is a stream:error being sent, most probably
due to either an invalid data packet being sent, or an incorrect servername
at connect-time - both which cause the connection to reset (killing the
output thread unexpectedly). Send me (mass at ufl.edu) a more-complete log so I
can see how far it is getting.

-David Waite

> -----Original Message-----
> From: jdev-admin at jabber.org [mailto:jdev-admin at jabber.org]On
> Behalf Of Leon Kwan
> Sent: Wednesday, August 16, 2000 5:55 AM
> To: jdev at jabber.org
> Subject: [JDEV] Java jabber client.
>
>
> Hello all, I am new to Jabber.
> I have installed the jabber server in the linux machine.
> and successfully connect it with WinJab.
>
> Now I plan to use JabberBeans and Jabber-webb to implement
> the jabber client in java applet version.
> However, I do not know the correct procedure of interacting
> with jabber server.
> a. Connecting the server.
> b. Use IQ to send login request to the server.
> c. Send Presence packet?
> d. Get the roster list?
> e. Send Message packet?
>
> What I can do now is that I can connect and login to the server
> but cannot see its online status in another jabber client like
> WinJab. I think the presence packet may not properly sent.
> I got the exception:
>
> ISH: SAX: Unknown/invalid root element: stream: error
> java.lang.RuntimeException: Death of output thread
> at org/jabber/jabberbeans/sax/ProtocolHandler.onOutputDeath
> at org/jabber/jabberbeans/sax/OutputStreamHandler.run
>
> I would like to ask if there exist any java client source code
> that successful connect to server and send message or get the
> roster list?
>
> -Leon Kwan
>
>
>
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
>





More information about the JDev mailing list