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.
|
file |
diff |
annotate
|
2013-09-03 |
Chris Jones |
Changed the way filters work. They're now symmetrical, consisting of a paired send filter and receive filter.
|
file |
diff |
annotate
|
2013-08-30 |
Chris Jones |
Code cleanup: Renamed the Version constant. Moved the unique-ID generator into its own file.
|
file |
diff |
annotate
|
2013-03-26 |
Chris Jones |
gofmt
|
file |
diff |
annotate
|
2012-12-17 |
Chris Jones |
Step 3 of converting to interface Stanza and embedded struct Header.
|
file |
diff |
annotate
|
2012-12-17 |
Chris Jones |
Step 1 of moving to interface Stanza and embedded struct Header.
|
file |
diff |
annotate
|
2012-12-17 |
Chris Jones |
Instead of making Stanza an interface that Iq, Message, and Presence implement, change it to an embedded struct.
|
file |
diff |
annotate
|
2012-12-16 |
Chris Jones |
Updated for Go 1.0 + upcoming XML fixes.
|
file |
diff |
annotate
|
2012-01-19 |
Chris Jones |
Updated for weekly.2012-01-15.
|
file |
diff |
annotate
|
2012-01-19 |
Chris Jones |
Ran gofix from weekly-2012-01-15.
|
file |
diff |
annotate
|
2012-01-17 |
Chris Jones |
gofmt
go.r60.3
|
file |
diff |
annotate
|
2012-01-08 |
Chris Jones |
Stanzas can now contain multiple nested (extended) elements.
|
file |
diff |
annotate
|
2012-01-08 |
Chris Jones |
Made a generic extension interface.
|
file |
diff |
annotate
|
2012-01-06 |
Chris Jones |
Sent acknowledgment when somebody sends us a roster iq.
|
file |
diff |
annotate
|
2012-01-06 |
Chris Jones |
Revamped how the roster works. We're now using a channel to transmit snapshots
|
file |
diff |
annotate
|
2012-01-05 |
Chris Jones |
Added another BUG comment.
|
file |
diff |
annotate
|
2012-01-05 |
Chris Jones |
When ranging over an array of structures, the iterand is reused. So storing a
|
file |
diff |
annotate
|
2012-01-03 |
Chris Jones |
Comment fixes.
|
file |
diff |
annotate
|
2012-01-02 |
Chris Jones |
Simplified the roster filter.
|
file |
diff |
annotate
|
2012-01-02 |
Chris Jones |
Implemented roster item delete, and added another BUG comment.
|
file |
diff |
annotate
|
2012-01-02 |
Chris Jones |
Added roster updating.
|
file |
diff |
annotate
|
2012-01-02 |
Chris Jones |
Renamed the somewhat obscure XTo(), etc. to GetTo(), etc.
|
file |
diff |
annotate
|
2011-12-31 |
Chris Jones |
Use name tags for roster data structures.
|
file |
diff |
annotate
|
2011-12-31 |
Chris Jones |
Extended stanzas work now.
|
file |
diff |
annotate
|
2011-12-31 |
Chris Jones |
Minor fixups to make this come closer to working. It doesn't actually
|
file |
diff |
annotate
|
2011-12-31 |
Chris Jones |
Added a capability to use extensions. There are still some bugs with
|
file |
diff |
annotate
|