examples/interact.go
2013-03-26 Chris Jones gofmt
2012-12-17 Chris Jones Step 3 of converting to interface Stanza and embedded struct Header.
2012-12-17 Chris Jones Instead of making Stanza an interface that Iq, Message, and Presence implement, change it to an embedded struct.
2012-12-17 Chris Jones Disabled debug logging.
2012-12-16 Chris Jones Allow the user to override the TLS config. Also fixed up some log statements.
2012-12-16 Chris Jones Updated the example for the new log setup.
2012-12-16 Chris Jones Use the new logging setup from the example program.
2012-12-16 Chris Jones Reworked logging.
2012-01-19 Chris Jones Allow the app to specify a tls.Config to use for purposes of negotiating the TLS layer.
2012-01-19 Chris Jones Use the logging API by default.
2012-01-19 Chris Jones Fixed logging to use log rather than syslog.
2012-01-08 Chris Jones Restore this example program to its normal operation. 20120108-close
2012-01-08 Chris Jones Intermediate commit. Fixing how we close our channels and sockets and shut down our goroutines. 20120108-close
2012-01-06 Chris Jones Revamped how the roster works. We're now using a channel to transmit snapshots
2011-12-31 Chris Jones Added a capability to use extensions. There are still some bugs with
2011-12-31 Chris Jones Added roster retrieval to StartSession().
2011-12-29 Chris Jones Don't accept data on Client.Out until resource binding is
2011-12-28 Chris Jones Removed the TextOut channel.
2011-12-28 Chris Jones Made the input and output channels of type Stanza rather than
2011-12-26 Chris Jones Reorganize so we have a layered approach to IO with the server.
2011-12-26 Chris Jones Implemented writing to the remote. Now we have bidirectional communication.
2011-12-24 Chris Jones Added an interactive test and made Client implement io.Closer.
less more (0) tip