examples/interact.go
Sun, 16 Dec 2012 23:06:54 -0700 Chris Jones Step 3 of converting to interface Stanza and embedded struct Header.
Sun, 16 Dec 2012 22:17:49 -0700 Chris Jones Instead of making Stanza an interface that Iq, Message, and Presence implement, change it to an embedded struct.
Sun, 16 Dec 2012 19:55:17 -0700 Chris Jones Disabled debug logging.
Sun, 16 Dec 2012 15:54:39 -0700 Chris Jones Allow the user to override the TLS config. Also fixed up some log statements.
Sun, 16 Dec 2012 15:19:45 -0700 Chris Jones Updated the example for the new log setup.
Sun, 16 Dec 2012 14:37:43 -0700 Chris Jones Use the new logging setup from the example program.
Sun, 16 Dec 2012 14:07:14 -0700 Chris Jones Reworked logging.
Thu, 19 Jan 2012 16:27:55 -0600 Chris Jones Allow the app to specify a tls.Config to use for purposes of negotiating the TLS layer.
Thu, 19 Jan 2012 16:23:15 -0600 Chris Jones Use the logging API by default.
Thu, 19 Jan 2012 14:18:39 -0600 Chris Jones Fixed logging to use log rather than syslog.
Sun, 08 Jan 2012 13:01:38 -0700 Chris Jones Restore this example program to its normal operation. 20120108-close
Sun, 08 Jan 2012 12:20:21 -0700 Chris Jones Intermediate commit. Fixing how we close our channels and sockets and shut down our goroutines. 20120108-close
Thu, 05 Jan 2012 23:14:14 -0700 Chris Jones Revamped how the roster works. We're now using a channel to transmit snapshots
Fri, 30 Dec 2011 21:49:00 -0700 Chris Jones Added a capability to use extensions. There are still some bugs with
Fri, 30 Dec 2011 17:16:37 -0700 Chris Jones Added roster retrieval to StartSession().
less more (0) -15 tip