2013-10-19 |
Chris Jones |
Removed uses of Generic from the Stanza types.
|
changeset |
files
|
2013-10-18 |
Chris Jones |
Doc fix.
|
changeset |
files
|
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.
|
changeset |
files
|
2013-10-17 |
Chris Jones |
Make an attempt to only close the send channel if it's still open.
|
changeset |
files
|
2013-10-17 |
Chris Jones |
Don't call Close() twice.
|
changeset |
files
|
2013-10-17 |
Chris Jones |
Expose the Status.Fatal function.
|
changeset |
files
|
2013-10-03 |
Chris Jones |
Moved some code around.
|
changeset |
files
|
2013-10-01 |
Chris Jones |
gofmt
|
changeset |
files
|
2013-10-01 |
Chris Jones |
Changed order of operations in setError() so that the underlying error is reported.
|
changeset |
files
|
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.
|
changeset |
files
|
2013-10-01 |
Chris Jones |
Added a Close() function and fixed a couple of shutdown bugs.
|
changeset |
files
|
2013-09-30 |
Chris Jones |
gofmt
|
changeset |
files
|
2013-09-30 |
Chris Jones |
to-do update.
|
changeset |
files
|
2013-09-30 |
Chris Jones |
Listen for XMPP connection status changes, and print them out.
|
changeset |
files
|
2013-09-30 |
Chris Jones |
Renamed Extension.StanzaHandlers to StanzaTypes, and updated the doc comment.
|
changeset |
files
|
2013-09-30 |
Chris Jones |
Don't keep the password around after we've used it.
|
changeset |
files
|
2013-09-28 |
Chris Jones |
To-do list updates.
|
changeset |
files
|
2013-09-28 |
Chris Jones |
gofmt
|
changeset |
files
|
2013-09-28 |
Chris Jones |
Updated to-do list.
|
changeset |
files
|
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.
|
changeset |
files
|
2013-09-22 |
Chris Jones |
Updated to-do list.
|
changeset |
files
|
2013-09-15 |
Chris Jones |
gofmt
|
changeset |
files
|
2013-09-15 |
Chris Jones |
Code reorder and doc cleanup.
|
changeset |
files
|
2013-09-15 |
Chris Jones |
Removed an unused parameter.
|
changeset |
files
|
2013-09-15 |
Chris Jones |
Made layers 1 and 3 more modular, shrinking the surface area of the coupling between them.
|
changeset |
files
|
2013-09-15 |
Chris Jones |
Function renames and improved doc.
|
changeset |
files
|
2013-09-15 |
Chris Jones |
Changed the inputControl channel to send a custom type.
|
changeset |
files
|
2013-09-15 |
Chris Jones |
gofmt
|
changeset |
files
|
2013-09-15 |
Chris Jones |
Renamed HandleStanza to SetCallback.
|
changeset |
files
|
2013-09-15 |
Chris Jones |
Split stream.go into layer1, layer2, layer3, and sasl.
|
changeset |
files
|
2013-09-15 |
Chris Jones |
Removed copyright statements.
|
changeset |
files
|
2013-09-15 |
Chris Jones |
Doc update.
|
changeset |
files
|
2013-09-11 |
Chris Jones |
Don't close the wrong end of a channel. But if we get an error, we can close the underlying socket.
|
changeset |
files
|
2013-09-09 |
Chris Jones |
Initial roster contents look like a result iq.
|
changeset |
files
|
2013-09-09 |
Chris Jones |
Doc update.
|
changeset |
files
|
2013-09-09 |
Chris Jones |
Start reading from the recv channel earlier.
|
changeset |
files
|
2013-09-09 |
Chris Jones |
Simplified and debugged the filter logic.
|
changeset |
files
|
2013-09-09 |
Chris Jones |
Fixed another logic error, caused by a shadowed variable name.
|
changeset |
files
|
2013-09-08 |
Chris Jones |
Fixed some logic errors and initialized some things that needed to be initialized.
|
changeset |
files
|
2013-09-08 |
Chris Jones |
Removed some unused code.
|
changeset |
files
|
2013-09-08 |
Chris Jones |
Fixed reversed-logic error in checking for duplicate stanza extension types.
|
changeset |
files
|
2013-09-08 |
Chris Jones |
Address a bug that can happen if no SRV records can be found.
|
changeset |
files
|
2013-09-07 |
Chris Jones |
Pass the TLS config as a parameter to the Client constructor. Updated the example program.
|
changeset |
files
|
2013-09-07 |
Chris Jones |
Moved the tls.Config from a package-level variable to a client instance variable.
|
changeset |
files
|
2013-09-07 |
Chris Jones |
Use reflection instead of constructor functions to create extended stanza structures.
|
changeset |
files
|
2013-09-07 |
Chris Jones |
Renamed client.In and client.Out to Recv and Send, respectively.
|
changeset |
files
|
2013-09-07 |
Chris Jones |
Moved the library code into an xmpp directory.
|
changeset |
files
|
2013-09-03 |
Chris Jones |
Renamed examples to example, since there's only one program there.
|
changeset |
files
|
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.
|
changeset |
files
|
2013-09-03 |
Chris Jones |
Got rid of Client.Uid.
|
changeset |
files
|
2013-09-03 |
Chris Jones |
Added another to-do item.
|
changeset |
files
|
2013-09-03 |
Chris Jones |
Changed the way filters work. They're now symmetrical, consisting of a paired send filter and receive filter.
|
changeset |
files
|
2013-08-31 |
Chris Jones |
Fix a bug causing us to open a TCP connection to every server and use the last one.
|
changeset |
files
|
2013-08-31 |
Chris Jones |
Documentation cleanup.
|
changeset |
files
|
2013-08-30 |
Chris Jones |
Code cleanup: Renamed the Version constant. Moved the unique-ID generator into its own file.
|
changeset |
files
|
2013-03-26 |
Chris Jones |
Closing this branch.
go.weekly.2012-01-15
|
changeset |
files
|
2013-03-26 |
Chris Jones |
gofmt
|
changeset |
files
|
2012-12-29 |
Chris Jones |
Put the sub-elements of Message and Presence into the jabber:client namespace.
|
changeset |
files
|
2012-12-29 |
Chris Jones |
Updated for the latest revision of the encoding/xml fixes: The context object owned by Encoder and Decoder isn't directly accessible.
|
changeset |
files
|
2012-12-17 |
Chris Jones |
Step 3 of converting to interface Stanza and embedded struct Header.
|
changeset |
files
|