roster.go
2013-09-03 Chris Jones Updated the example to match the new API, and fixed the roster Update to not require a reference to the client.
2013-09-03 Chris Jones Changed the way filters work. They're now symmetrical, consisting of a paired send filter and receive filter.
2013-08-30 Chris Jones Code cleanup: Renamed the Version constant. Moved the unique-ID generator into its own file.
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 Step 1 of moving 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-16 Chris Jones Updated for Go 1.0 + upcoming XML fixes.
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-06 Chris Jones Sent acknowledgment when somebody sends us a roster iq.
2012-01-06 Chris Jones Revamped how the roster works. We're now using a channel to transmit snapshots
2012-01-05 Chris Jones Added another BUG comment.
2012-01-05 Chris Jones When ranging over an array of structures, the iterand is reused. So storing a
2012-01-03 Chris Jones Comment fixes.
2012-01-02 Chris Jones Simplified the roster filter.
2012-01-02 Chris Jones Implemented roster item delete, and added another BUG comment.
2012-01-02 Chris Jones Added roster updating.
2012-01-02 Chris Jones Renamed the somewhat obscure XTo(), etc. to GetTo(), etc.
2011-12-31 Chris Jones Use name tags for roster data structures.
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
less more (0) tip