xmpp/xmpp.go
2013-09-15 Chris Jones Made layers 1 and 3 more modular, shrinking the surface area of the coupling between them.
2013-09-15 Chris Jones Function renames and improved doc.
2013-09-15 Chris Jones Changed the inputControl channel to send a custom type.
2013-09-15 Chris Jones Renamed HandleStanza to SetCallback.
2013-09-15 Chris Jones Removed copyright statements.
2013-09-15 Chris Jones Doc update.
2013-09-09 Chris Jones Doc update.
2013-09-09 Chris Jones Fixed another logic error, caused by a shadowed variable name.
2013-09-08 Chris Jones Fixed some logic errors and initialized some things that needed to be initialized.
2013-09-08 Chris Jones Fixed reversed-logic error in checking for duplicate stanza extension types.
2013-09-08 Chris Jones Address a bug that can happen if no SRV records can be found.
2013-09-07 Chris Jones Pass the TLS config as a parameter to the Client constructor. Updated the example program.
2013-09-07 Chris Jones Moved the tls.Config from a package-level variable to a client instance variable.
2013-09-07 Chris Jones Use reflection instead of constructor functions to create extended stanza structures.
2013-09-07 Chris Jones Renamed client.In and client.Out to Recv and Send, respectively.
2013-09-07 Chris Jones Moved the library code into an xmpp directory.
less more (0) tip