Skip to content

Commit 91a782f

Browse files
committed
Merge pull request #731 from vpulim/adding-gitter-to-README-for-issue-disabling
Adding gitter badge in preparation of disabling issues.
2 parents 6aa4991 + 0fe2706 commit 91a782f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Readme.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Soap [![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url]
1+
# Soap [![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Gitter chat][gitter-image]][gitter-url]
2+
23
> A SOAP client and server for node.js.
34
45
This module lets you connect to web services using SOAP. It also provides a server that allows you to run your own SOAP services.
@@ -18,6 +19,15 @@ Install with [npm](http://github.com/isaacs/npm):
1819
```
1920
npm install soap
2021
```
22+
23+
## Where can I file an issue?
24+
25+
We've disabled issues in the repository and are now solely reviewing pull requests. The reasons why we disabled issues can be found here [#731](https://github.com/vpulim/node-soap/pull/731).
26+
27+
If you're in need of support we encourage you to join us and other `node-soap` users on gitter:
28+
29+
[![Gitter chat][gitter-image]][gitter-url]
30+
2131
## Module
2232

2333
### soap.createClient(url[, options], callback) - create a new SOAP client from a WSDL url. Also supports a local filesystem path.
@@ -558,3 +568,6 @@ describe('myService', function() {
558568

559569
[travis-url]: https://travis-ci.org/vpulim/node-soap
560570
[travis-image]: http://img.shields.io/travis/vpulim/node-soap.svg
571+
572+
[gitter-url]: https://gitter.im/vpulim/node-soap
573+
[gitter-image]: https://badges.gitter.im/vpulim/node-soap.png

0 commit comments

Comments
 (0)