structs.go
2012-01-19 Chris Jones Updated for weekly.2012-01-15.
2012-01-19 Chris Jones Ran gofix from weekly-2012-01-15.
2012-01-17 Chris Jones gofmt go.r60.3
2012-01-08 Chris Jones Stanzas can now contain multiple nested (extended) elements.
2012-01-08 Chris Jones Made a generic extension interface.
2012-01-08 Chris Jones Comment reformat.
2012-01-03 Chris Jones Comment fixes.
2012-01-02 Chris Jones Nil checks and a greatly simplified filter manager which is less buggy.
2012-01-02 Chris Jones Fixed up marshaling of the extra fields in presence and message.
2012-01-02 Chris Jones Making a little more use of XMLName for marshaling instead of having a
2012-01-02 Chris Jones Renamed the somewhat obscure XTo(), etc. to GetTo(), etc.
2012-01-02 Chris Jones Made a special-purpose bind structure for resource binding.
2011-12-31 Chris Jones Comment cleanup.
2011-12-31 Chris Jones Extended stanzas work now.
2011-12-31 Chris Jones Minor fixups to make this come closer to working. It doesn't actually
2011-12-31 Chris Jones Added a capability to use extensions. There are still some bugs with
2011-12-31 Chris Jones Made the namespace constants public.
2011-12-31 Chris Jones Added roster retrieval to StartSession().
2011-12-29 Chris Jones Make the server's advertised features available to the app.
2011-12-29 Chris Jones Made streamError non-public, and made a first attempt at a stream
2011-12-29 Chris Jones Added Client.StartSession().
2011-12-28 Chris Jones Removed the TextOut channel.
2011-12-28 Chris Jones Made JID.Node a string rather than *string. This is more appropriate
2011-12-28 Chris Jones Removed definedCondition in favor of Generic.
2011-12-28 Chris Jones Made the stream type non-public.
2011-12-28 Chris Jones Renamed Unrecognized to Generic.
2011-12-28 Chris Jones Replaced TODO comments with Go-style BUG(me) comments.
2011-12-28 Chris Jones Code review.
2011-12-28 Chris Jones Added resource binding and structures for <iq>, <message>, and <presence>.
2011-12-27 Chris Jones Added SASL digest authentication.
2011-12-27 Chris Jones Added TLS negotiation.
2011-12-26 Chris Jones Added the ability to parse <stream:features>.
2011-12-26 Chris Jones Support contents for defined error conditions (such as <see-other-host/>).
2011-12-26 Chris Jones Implemented writing to the remote. Now we have bidirectional communication.
2011-12-24 Chris Jones Added a goroutine to read data from the remote and parse it into
2011-12-24 Chris Jones Made JID implement flag.Value.
2011-12-24 Chris Jones Forgot to add the new xmpp.go from my last commit. Also added some
2011-12-24 Chris Jones Added code to look up SRV records and open a TCP connection.
less more (0) tip