xmpp/roster.go
2013-10-01 Chris Jones Added a Close() function and fixed a couple of shutdown bugs.
2013-09-30 Chris Jones Renamed Extension.StanzaHandlers to StanzaTypes, and updated the doc comment.
2013-09-28 Chris Jones gofmt
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.
2013-09-15 Chris Jones Removed copyright statements.
2013-09-09 Chris Jones Initial roster contents look like a result iq.
2013-09-08 Chris Jones Fixed some logic errors and initialized some things that needed to be initialized.
2013-09-07 Chris Jones Use reflection instead of constructor functions to create extended stanza structures.
2013-09-07 Chris Jones Moved the library code into an xmpp directory.
less more (0) tip