Thu, 29 Dec 2011 11:02:21 -0700 Don't accept data on Client.Out until resource binding is
Chris Jones <chris@cjones.org> [Thu, 29 Dec 2011 11:02:21 -0700] rev 29
Don't accept data on Client.Out until resource binding is complete. StartSession() won't do its work until after this happens. That means the app can call StartSession() and wait for it to return before checking Client.Jid.
Thu, 29 Dec 2011 09:48:36 -0700 Added Client.StartSession().
Chris Jones <chris@cjones.org> [Thu, 29 Dec 2011 09:48:36 -0700] rev 28
Added Client.StartSession().
Wed, 28 Dec 2011 16:10:20 -0700 Clarified a comment.
Chris Jones <chris@cjones.org> [Wed, 28 Dec 2011 16:10:20 -0700] rev 27
Clarified a comment.
Wed, 28 Dec 2011 15:47:27 -0700 Removed the TextOut channel.
Chris Jones <chris@cjones.org> [Wed, 28 Dec 2011 15:47:27 -0700] rev 26
Removed the TextOut channel.
Wed, 28 Dec 2011 13:32:11 -0700 Made JID.Node a string rather than *string. This is more appropriate
Chris Jones <chris@cjones.org> [Wed, 28 Dec 2011 13:32:11 -0700] rev 25
Made JID.Node a string rather than *string. This is more appropriate and idiomatic Go.
Wed, 28 Dec 2011 13:28:45 -0700 Removed definedCondition in favor of Generic.
Chris Jones <chris@cjones.org> [Wed, 28 Dec 2011 13:28:45 -0700] rev 24
Removed definedCondition in favor of Generic.
Wed, 28 Dec 2011 13:24:08 -0700 Made the input and output channels of type Stanza rather than
Chris Jones <chris@cjones.org> [Wed, 28 Dec 2011 13:24:08 -0700] rev 23
Made the input and output channels of type Stanza rather than interface{}. We should handle everything internally that's not an iq, message, or presence.
Wed, 28 Dec 2011 13:14:46 -0700 Made the stream type non-public.
Chris Jones <chris@cjones.org> [Wed, 28 Dec 2011 13:14:46 -0700] rev 22
Made the stream type non-public.
Wed, 28 Dec 2011 13:05:59 -0700 Renamed Unrecognized to Generic.
Chris Jones <chris@cjones.org> [Wed, 28 Dec 2011 13:05:59 -0700] rev 21
Renamed Unrecognized to Generic.
Wed, 28 Dec 2011 13:02:23 -0700 Replaced TODO comments with Go-style BUG(me) comments.
Chris Jones <chris@cjones.org> [Wed, 28 Dec 2011 13:02:23 -0700] rev 20
Replaced TODO comments with Go-style BUG(me) comments.
Wed, 28 Dec 2011 12:50:08 -0700 Added an example of the use of godoc's BUG comment.
Chris Jones <chris@cjones.org> [Wed, 28 Dec 2011 12:50:08 -0700] rev 19
Added an example of the use of godoc's BUG comment.
Wed, 28 Dec 2011 12:46:03 -0700 Makefile improvements to handle the examples package.
Chris Jones <chris@cjones.org> [Wed, 28 Dec 2011 12:46:03 -0700] rev 18
Makefile improvements to handle the examples package.
Wed, 28 Dec 2011 12:39:24 -0700 Code review.
Chris Jones <chris@cjones.org> [Wed, 28 Dec 2011 12:39:24 -0700] rev 17
Code review.
Wed, 28 Dec 2011 11:57:29 -0700 Parse <presence> and <message> stanzas.
Chris Jones <chris@cjones.org> [Wed, 28 Dec 2011 11:57:29 -0700] rev 16
Parse <presence> and <message> stanzas.
Wed, 28 Dec 2011 11:55:31 -0700 When the server sends us our newly bound resource, update Client.Jid
Chris Jones <chris@cjones.org> [Wed, 28 Dec 2011 11:55:31 -0700] rev 15
When the server sends us our newly bound resource, update Client.Jid and allow the <iq> to pass through to the app so they know it's changed.
(0) -15 +15 +100 tip