2014-02-09 Chris Jones Added a license (and my email address).
2013-11-09 Chris Jones Forgot to change the type of RosterItem.Jid to JID.
2013-11-09 Chris Jones Changed the type of structure fields which hold JIDs from string to JID.
2013-11-09 Chris Jones Added a JID.Bare() function, to product the bare JID as defined in the RFC.
2013-11-09 Chris Jones Changed the JID type to be an alias of string, rather than a struct. This allows it to be used as a key in a map, among other benefits.
2013-11-07 Chris Jones Updated to-do list.
2013-11-07 Chris Jones Merge.
2013-11-07 Chris Jones Allow the client to specify a host and port to connect to, rather than using SRV records.
2013-10-20 Chris Jones Doc cleanup.
2013-10-19 Chris Jones Removed a completed to-do item.
2013-10-19 Chris Jones Removed uses of Generic from the Stanza types.
2013-10-18 Chris Jones Doc fix.
2013-10-17 Chris Jones Trying to be smarter about closing channels: Ask the application not to close the Send channel, but let us do that from Close() instead.
2013-10-17 Chris Jones Make an attempt to only close the send channel if it's still open.
2013-10-17 Chris Jones Don't call Close() twice.
2013-10-17 Chris Jones Expose the Status.Fatal function.
2013-10-03 Chris Jones Moved some code around.
2013-10-01 Chris Jones gofmt
2013-10-01 Chris Jones Changed order of operations in setError() so that the underlying error is reported.
2013-10-01 Chris Jones Removed the weirdo logging facility. There's now a Debug variable which can be set which replaces the former debug log. NewClient() will return an error if something goes wrong setting up the connection.
2013-10-01 Chris Jones Added a Close() function and fixed a couple of shutdown bugs.
2013-09-30 Chris Jones gofmt
2013-09-30 Chris Jones to-do update.
2013-09-30 Chris Jones Listen for XMPP connection status changes, and print them out.
2013-09-30 Chris Jones Renamed Extension.StanzaHandlers to StanzaTypes, and updated the doc comment.
2013-09-30 Chris Jones Don't keep the password around after we've used it.
2013-09-28 Chris Jones To-do list updates.
2013-09-28 Chris Jones gofmt
2013-09-28 Chris Jones Updated to-do list.
2013-09-28 Chris Jones Simplified the API: There's only one constructor, and it does everything necessary to initiate the stream. StartSession() and Roster.Update() have both been eliminated.
(0) -100 -50 -30 tip