# File lib/jabber4r/protocol.rb, line 43
43:     def Protocol.Parser
44:       if USE_PARSER==:xmlparser
45:         Jabber::Protocol::ExpatJabberParser
46:       else
47:         Jabber::Protocol::REXMLJabberParser
48:       end
49:     end