diff --git a/__dist/README.txt b/__dist/README.txt index 5d571f9..e1edf59 100644 --- a/__dist/README.txt +++ b/__dist/README.txt @@ -1,10 +1,19 @@ -An NMDC client protocol library for Golang. - -This package offers both channel-based and synchronous APIs. Example is included. +An NMDC / ADC client protocol library for Golang. Written in golang Tags: nmdc +=FEATURES= + +- Connect to NMDC and ADC hubs +- SSL (NMDCS/ADCS) with option to ignore certificate validity +- Autodetect NMDC/ADC protocol by timeout +- Send public and private chat messages, UserCommand support +- Protocol keepalives +- Parse user details (including UserIP2 for NMDC) +- Fast NMDC login via NoHello and QuickList +- Both synchronous (callback) and asynchronous (channel) -based APIs, including example + =GO GET= This package can be installed via go get: `go get code.ivysaur.me/libnmdc`