Browse Source

ref(XmppConnection): remove unused 'service' setter

tags/v0.0.2
paweldomas 5 years ago
parent
commit
4e385d00da
1 changed files with 0 additions and 10 deletions
  1. 0
    10
      modules/xmpp/XmppConnection.js

+ 0
- 10
modules/xmpp/XmppConnection.js View File

@@ -161,16 +161,6 @@ export default class XmppConnection extends Listenable {
161 161
         return this._status;
162 162
     }
163 163
 
164
-    /**
165
-     * FIXME.
166
-     *
167
-     * @param {string} _service - FIXME.
168
-     * @returns {void}
169
-     */
170
-    set service(_service) {
171
-        this._stropheConn.service = _service;
172
-    }
173
-
174 164
     /**
175 165
      * Adds a connection plugin to this instance.
176 166
      *

Loading…
Cancel
Save