d9fdff0839
* Add constants (enumlike) for stanza types * NewIQ, NewMessage and NewPresence are now initialized with the Attrs struct * Update examples * Do not export backoff code. For now, we do not need to expose backoff in the documentation * Make presence priority an int8
13 lines
305 B
Modula-2
13 lines
305 B
Modula-2
module gosrc.io/xmpp/_examples
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.3.0 // indirect
|
|
github.com/processone/mpg123 v1.0.0
|
|
github.com/processone/soundcloud v1.0.0
|
|
gosrc.io/xmpp v0.1.1-0.20190619120342-a6cbc0c08f52
|
|
)
|
|
|
|
replace gosrc.io/xmpp => gosrc.io/xmpp v0.1.1-0.20190619153249-b1dde2330764
|