Archived
9
0
Fork
You've already forked bosh
0
An XEP-0124: BOSH implementation in Golang.
This repository has been archived on 2022年08月15日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Go 99.1%
  • Makefile 0.9%
Sam Whited 58e6f229cc
all: modernize some old code
This patch adds a go.mod file, runs go fix, and removes the use of the
ctxhttp package since the normal net/http package now supports contexts.
It also removes the old CI config which is no longer useful, updates all
file headers, and removes some dead code (mostly the context handlers
that are no tuseful post Go 1.17).
Signed-off-by: Sam Whited <sam@samwhited.com>
2022年08月14日 21:06:01 -04:00
internal all: modernize some old code 2022年08月14日 21:06:01 -04:00
.gitignore Add "am" example application 2016年02月27日 11:36:06 -06:00
bosh.go all: modernize some old code 2022年08月14日 21:06:01 -04:00
bosh_test.go all: modernize some old code 2022年08月14日 21:06:01 -04:00
client.go all: modernize some old code 2022年08月14日 21:06:01 -04:00
codec.go all: modernize some old code 2022年08月14日 21:06:01 -04:00
conn.go all: modernize some old code 2022年08月14日 21:06:01 -04:00
conn_test.go all: modernize some old code 2022年08月14日 21:06:01 -04:00
ctx.go all: modernize some old code 2022年08月14日 21:06:01 -04:00
doc.go all: modernize some old code 2022年08月14日 21:06:01 -04:00
error.go all: modernize some old code 2022年08月14日 21:06:01 -04:00
example_test.go all: modernize some old code 2022年08月14日 21:06:01 -04:00
go.mod all: modernize some old code 2022年08月14日 21:06:01 -04:00
go.sum all: modernize some old code 2022年08月14日 21:06:01 -04:00
LICENSE.md Some initial work towards having BOSH in Go 2016年02月24日 01:25:15 -06:00
Makefile Remove GO15VENDOREXPERIMENT env var from Makefile 2016年03月04日 23:54:50 -06:00
README.md Move package to mellium.im/bosh 2016年06月03日 13:05:50 -05:00
server.go all: modernize some old code 2022年08月14日 21:06:01 -04:00
server_test.go all: modernize some old code 2022年08月14日 21:06:01 -04:00

Go BOSH

GoDoc License

A BOSH connection manager and client in Go.

License

The package may be used under the terms of the BSD 2-Clause License a copy of which may be found in the file LICENSE.md.