[jdev] Re: Parsing XMPP/Jabber protocol
Christoph Schmidt
csc at newbase.de
Wed Dec 29 07:32:31 CST 2004
Maxym Gorodetskyy schrieb:
> Alexey Nezhdanov wrote:
>
>
>>? ????????? ?? ????? 29 ??????? 2004 15:32 Maxym Gorodetskyy ???????(a):
>>
>>>Hello there
>>>
>>>I have got one question:
>>>when server received from a client
>>>
>>><stream:stream to='my.host' xmlns='jabber:client'
>>>xmlns:stream='http://etherx.jabber.org/streams'>
>>>
>>>it is not getting </stream:stream>.
>>>How possible to parse this packet at this stage?
>>
>>expat parsers allow that
>>
>
>
> Well, if I am using java?
>
if you *really want* to handle all that yourself, consider using a
org.xml.sax.helpers.ParserAdapter
More information about the JDev
mailing list