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
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> |
||
|---|---|---|
| internal | all: modernize some old code | |
| .gitignore | Add "am" example application | |
| bosh.go | all: modernize some old code | |
| bosh_test.go | all: modernize some old code | |
| client.go | all: modernize some old code | |
| codec.go | all: modernize some old code | |
| conn.go | all: modernize some old code | |
| conn_test.go | all: modernize some old code | |
| ctx.go | all: modernize some old code | |
| doc.go | all: modernize some old code | |
| error.go | all: modernize some old code | |
| example_test.go | all: modernize some old code | |
| go.mod | all: modernize some old code | |
| go.sum | all: modernize some old code | |
| LICENSE.md | Some initial work towards having BOSH in Go | |
| Makefile | Remove GO15VENDOREXPERIMENT env var from Makefile | |
| README.md | Move package to mellium.im/bosh | |
| server.go | all: modernize some old code | |
| server_test.go | all: modernize some old code | |
Go BOSH
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.