Class | Jabber::Protocol::REXMLJabberParser |
In: |
lib/jabber4r/protocol.rb
|
Parent: | Object |
The REXMLJabberParser uses REXML to parse the incoming XML stream of the Jabber protocol and fires ParsedXMLElements at the Connection instance.
started | [R] | status if the parser is started |
Constructs a parser for the supplied stream (socket input)
stream: | [IO] Socket input stream |
listener: | [Object.receive(ParsedXMLElement)] The listener (usually a Jabber::Protocol::Connection instance |