Age | Commit message (Collapse) | Author |
|
|
|
This uses xml.Decoder.DecodeElement() which makes parsing way easier.
This first step is just able to parse stream features partially.
|
|
This completes the connection process.
|
|
This handler is just a placeholder for a more extensive IQ handling but
already writes to the log so that it is obvious what is happening.
|
|
Writing to the log is still better than doing nothing ...
|
|
|
|
It is nearly useless to route a XML element to an appropriate handler
function if the latter has no idea how to send responses to the server
or the GUI. Passing a pointer to the session solves this issue.
|
|
This is the first step to handle stream features correctly with the new
routing infrastructure.
|
|
This implements a routing function for XML elements received by an XML
stream.
|