Mercurial
Mercurial
>
go-xmpp2
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
file
| revisions |
annotate
|
diff
|
comparison
|
rss
|
help
(0)
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
xmpp/xmpp.go
2013-10-17
Chris Jones
Trying to be smarter about closing channels: Ask the application not to close the Send channel, but let us do that from Close() instead.
file
|
diff
|
annotate
2013-10-17
Chris Jones
Make an attempt to only close the send channel if it's still open.
file
|
diff
|
annotate
2013-10-17
Chris Jones
Don't call Close() twice.
file
|
diff
|
annotate
2013-10-03
Chris Jones
Moved some code around.
file
|
diff
|
annotate
2013-10-01
Chris Jones
Changed order of operations in setError() so that the underlying error is reported.
file
|
diff
|
annotate
2013-10-01
Chris Jones
Removed the weirdo logging facility. There's now a Debug variable which can be set which replaces the former debug log. NewClient() will return an error if something goes wrong setting up the connection.
file
|
diff
|
annotate
2013-10-01
Chris Jones
Added a Close() function and fixed a couple of shutdown bugs.
file
|
diff
|
annotate
2013-09-30
Chris Jones
Renamed Extension.StanzaHandlers to StanzaTypes, and updated the doc comment.
file
|
diff
|
annotate
2013-09-30
Chris Jones
Don't keep the password around after we've used it.
file
|
diff
|
annotate
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.
file
|
diff
|
annotate
2013-09-15
Chris Jones
Made layers 1 and 3 more modular, shrinking the surface area of the coupling between them.
file
|
diff
|
annotate
2013-09-15
Chris Jones
Function renames and improved doc.
file
|
diff
|
annotate
2013-09-15
Chris Jones
Changed the inputControl channel to send a custom type.
file
|
diff
|
annotate
2013-09-15
Chris Jones
Renamed HandleStanza to SetCallback.
file
|
diff
|
annotate
2013-09-15
Chris Jones
Removed copyright statements.
file
|
diff
|
annotate
2013-09-15
Chris Jones
Doc update.
file
|
diff
|
annotate
2013-09-09
Chris Jones
Doc update.
file
|
diff
|
annotate
2013-09-09
Chris Jones
Fixed another logic error, caused by a shadowed variable name.
file
|
diff
|
annotate
2013-09-08
Chris Jones
Fixed some logic errors and initialized some things that needed to be initialized.
file
|
diff
|
annotate
2013-09-08
Chris Jones
Fixed reversed-logic error in checking for duplicate stanza extension types.
file
|
diff
|
annotate
2013-09-08
Chris Jones
Address a bug that can happen if no SRV records can be found.
file
|
diff
|
annotate
2013-09-07
Chris Jones
Pass the TLS config as a parameter to the Client constructor. Updated the example program.
file
|
diff
|
annotate
2013-09-07
Chris Jones
Moved the tls.Config from a package-level variable to a client instance variable.
file
|
diff
|
annotate
2013-09-07
Chris Jones
Use reflection instead of constructor functions to create extended stanza structures.
file
|
diff
|
annotate
2013-09-07
Chris Jones
Renamed client.In and client.Out to Recv and Send, respectively.
file
|
diff
|
annotate
2013-09-07
Chris Jones
Moved the library code into an xmpp directory.
file
|
diff
|
annotate
|
base
less
more
(0)
tip