Mercurial
Mercurial
>
go-xmpp2
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
+60
+100
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
When ranging over an array of structures, the iterand is reused. So storing a
2012-01-05, by Chris Jones
Enabled the Hg eol extension.
2012-01-03, by Chris Jones
Comment fixes.
2012-01-02, by Chris Jones
Nil checks and a greatly simplified filter manager which is less buggy.
2012-01-02, by Chris Jones
Simplified the roster filter.
2012-01-02, by Chris Jones
Fixed up marshaling of the extra fields in presence and message.
2012-01-02, by Chris Jones
Turned off debugging by default.
2012-01-02, by Chris Jones
Implemented roster item delete, and added another BUG comment.
2012-01-01, by Chris Jones
Added roster updating.
2012-01-01, by Chris Jones
Added a stack of filters which can intercept data before it gets to
2012-01-01, by Chris Jones
Comment cleanup.
2012-01-01, by Chris Jones
Making a little more use of XMLName for marshaling instead of having a
2012-01-01, by Chris Jones
Renamed the somewhat obscure XTo(), etc. to GetTo(), etc.
2012-01-01, by Chris Jones
Made a special-purpose bind structure for resource binding.
2012-01-01, by Chris Jones
Comment cleanup.
2011-12-31, by Chris Jones
Use name tags for roster data structures.
2011-12-31, by Chris Jones
Extended stanzas work now.
2011-12-31, by Chris Jones
Minor fixups to make this come closer to working. It doesn't actually
2011-12-31, by Chris Jones
Added a capability to use extensions. There are still some bugs with
2011-12-30, by Chris Jones
Doc and comment update.
2011-12-30, by Chris Jones
Made the namespace constants public.
2011-12-30, by Chris Jones
Added roster retrieval to StartSession().
2011-12-30, by Chris Jones
Make the server's advertised features available to the app.
2011-12-29, by Chris Jones
Made streamError non-public, and made a first attempt at a stream
2011-12-29, by Chris Jones
Replaced Client.NextId() with a channel named Id.
2011-12-29, by Chris Jones
Don't accept data on Client.Out until resource binding is
2011-12-29, by Chris Jones
Added Client.StartSession().
2011-12-29, by Chris Jones
Clarified a comment.
2011-12-28, by Chris Jones
Removed the TextOut channel.
2011-12-28, by Chris Jones
Made JID.Node a string rather than *string. This is more appropriate
2011-12-28, by Chris Jones
Removed definedCondition in favor of Generic.
2011-12-28, by Chris Jones
Made the input and output channels of type Stanza rather than
2011-12-28, by Chris Jones
Made the stream type non-public.
2011-12-28, by Chris Jones
Renamed Unrecognized to Generic.
2011-12-28, by Chris Jones
Replaced TODO comments with Go-style BUG(me) comments.
2011-12-28, by Chris Jones
Added an example of the use of godoc's BUG comment.
2011-12-28, by Chris Jones
Makefile improvements to handle the examples package.
2011-12-28, by Chris Jones
Code review.
2011-12-28, by Chris Jones
Parse <presence> and <message> stanzas.
2011-12-28, by Chris Jones
When the server sends us our newly bound resource, update Client.Jid
2011-12-28, by Chris Jones
Don't forget to remove the stanza handler after it's been used.
2011-12-28, by Chris Jones
Added a callback handler which will handle a stanza with a particular id.
2011-12-28, by Chris Jones
Added resource binding and structures for <iq>, <message>, and <presence>.
2011-12-27, by Chris Jones
Added SASL digest authentication.
2011-12-27, by Chris Jones
Added TLS negotiation.
2011-12-26, by Chris Jones
Reorganize so we have a layered approach to IO with the server.
2011-12-26, by Chris Jones
Added the ability to parse <stream:features>.
2011-12-26, by Chris Jones
Support contents for defined error conditions (such as <see-other-host/>).
2011-12-25, by Chris Jones
Implemented writing to the remote. Now we have bidirectional communication.
2011-12-25, by Chris Jones
Added a goroutine to read data from the remote and parse it into
2011-12-24, by Chris Jones
Added an interactive test and made Client implement io.Closer.
2011-12-24, by Chris Jones
Made JID implement flag.Value.
2011-12-24, by Chris Jones
Forgot to add the new xmpp.go from my last commit. Also added some
2011-12-24, by Chris Jones
Added code to look up SRV records and open a TCP connection.
2011-12-24, by Chris Jones
Some initial data structures from RFC 3920, up through section 4.
2011-12-23, by Chris Jones
less
more
|
(0)
+60
+100
tip