Don't expose 'connected' as a promise.

'reconnected' cannot be used as a promise (because it's recurring),
so to avoid confusion let's not have a 'connected' promise either.
This commit is contained in:
JC Brand 2017-07-21 14:58:29 +02:00
parent 7850c38faa
commit a9589cba71
2 changed files with 0 additions and 2 deletions

View File

@ -912,7 +912,6 @@ The core events, which are also promises are:
* cachedRoster * cachedRoster
* chatBoxesFetched * chatBoxesFetched
* connected
* pluginsInitialized * pluginsInitialized
* roster * roster
* rosterContactsFetched * rosterContactsFetched

View File

@ -155,7 +155,6 @@
const PROMISES = [ const PROMISES = [
'cachedRoster', 'cachedRoster',
'chatBoxesFetched', 'chatBoxesFetched',
'connected',
'pluginsInitialized', 'pluginsInitialized',
'roster', 'roster',
'rosterContactsFetched', 'rosterContactsFetched',