Skip to content

Conversation

@IegorKozakov
Copy link
Contributor

Make sure that you wrote the tests for your proposed changes and the existing test was success.

Made/Proposed changes:
(Don’t use general words, describe changes in details)

How should this be manually tested?

Does the documentation need an update?

};
};
} else {
console.warn('[QBchat] StreamManagement:', 'Stream management does not supported by BOSH protocol. Set WebSocket as the "chatProtocol" parameter to use this functionality. http://quickblox.com/developers/Javascript#Configuration');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use our logger
See Utils

};
};
} else {
Utils.QBLog('[QBchat] StreamManagement:', 'Stream management does not supported by BOSH protocol. Set WebSocket as the "chatProtocol" parameter to use this functionality. http://quickblox.com/developers/Javascript#Configuration');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stream management does not supported by BOSH protocol == > Stream management does not support by BOSH protocol.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is passive voice, that's why "supported" is correct.

@dimaspirit dimaspirit merged commit 26248c7 into develop Dec 15, 2016
@dimaspirit dimaspirit deleted the develop.sprint6.streamManagement branch December 15, 2016 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants