@xmpp/error
Advanced tools
Comparing version 0.10.0 to 0.11.0
'use strict' | ||
// https://xmpp.org/rfcs/rfc6120.html#rfc.section.4.9.2 | ||
class XMPPError extends Error { | ||
@@ -4,0 +6,0 @@ constructor(condition, text, application) { |
@@ -7,3 +7,3 @@ { | ||
"bugs": "http://github.com/xmppjs/xmpp.js/issues", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"license": "ISC", | ||
@@ -21,3 +21,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "0e54f63a0ecfb64a51ee132d08c135d76d0636b7" | ||
"gitHead": "c0548a598826ae55cf195f296058b344064af7fd" | ||
} |
2442
28