| Module Jabber::Protocol |
|
The Protocol module contains helper methods for constructing Jabber protocol elements and classes that implement protocol elements.
| Methods |
| Classes and Modules |
| Public Class methods |
| Parser() |
The parser to use for stream processing. The current available parsers are:
| return: | [Class] The parser class |
| gen_open_stream(host) |
Generates an open stream XML element
| host: | [String] The host being connected to |
| return: | [String] The XML data to send |
| gen_close_stream() |
Generates an close stream XML element
| return: | [String] The XML data to send |