Boris Grozev
bd58e6c799
Enables the jshint maximum line length check (80 chars) globally, and only overrides it in certain files.
9 years ago
Boris Grozev
27c297c034
Fixes or ignores (explicidly, as much as possible) jshint warnings.
9 years ago
damencho
6b94d3fe47
Stores info from last presence received for participant and dispatch it if any on creating remote streams to reflect video muted state. Race condition detected by tests where we miss presence info cause stream was not created when we receive presence packet.
9 years ago
paweldomas
59b26fdf07
Uses SDPUtil filter special characters method through xmpp interface instead of importing it directly.
9 years ago
paweldomas
51c23ae133
Re-use current connection's domain as ping destination instead of accessing config.hosts.domain directly.
9 years ago
paweldomas
60d0279e08
Will use XEP-0199 ping for keep-alive only if it is supported by the server.
9 years ago
paweldomas
9a77ddc54c
Reacts to consecutive ping failures by closing the connection.
9 years ago
paweldomas
2d4a5412c0
Meet pings Prosody
9 years ago
paweldomas
a7048fba06
Implements HTTP POST query for fetching app configuration.
9 years ago
damencho
4092d67853
Updates use of recording states, add some information texts and notifications.
9 years ago
paweldomas
74e7507a73
Re-uses SSRC of the first video stream created for any streams created in future. Does video mute and switching to the screen stream without 'source-add'/'source-remove' signaling. Moves video type signaling from Jingle to MUC presence.
9 years ago
Boris Grozev
84a8d00234
Renames functions for the sake of clarity.
9 years ago
Boris Grozev
ee95e99f57
Cleanup: removes an unused function.
9 years ago
Boris Grozev
be6d7af377
Cleanup: fixes to style, typos and documentation.
9 years ago
bgrozev
5588bcd167
Updates another call to setMute().
9 years ago
Devin Wilson
156b218bfc
Remove UI references from xmpp-related modules
Conflicts:
modules/xmpp/JingleSession.js
service/xmpp/XMPPEvents.js
10 years ago
paweldomas
a1b0677442
Moves SSRC owner signaling from MUC presence to Jingle.
9 years ago
paweldomas
6ec7be09f2
Fixes issue with switching to the screen stream before conference starts(when we're still alone in the room).
9 years ago
hristoterezov
506312ac95
Integrates callstats.io API.
9 years ago
George Politis
5f48e4cf9d
Revert "Updates the license headers."
This reverts commit 93648f361b .
10 years ago
George Politis
93648f361b
Updates the license headers.
10 years ago
paweldomas
3f9b220ee9
The name of shared Etherpad document is now generated and advertised by Jicofo user.
10 years ago
George Politis
b9f00b71b2
Fixes conference disposal in FF.
10 years ago
hristoterezov
099e3340bc
Implements start muted feature.
10 years ago
George Politis
e0cba855a6
Implements fault tolerant connect (closes #268).
10 years ago
paweldomas
8af3a65d37
Displays error dialog when BOSH connection fails.
10 years ago
hristoterezov
cc1ad1bc13
Implement the functionality that allows users to start the conversation muted.
10 years ago
Boris Grozev
795ec24246
Adds a module for sending DTMF tones.
10 years ago
hristoterezov
58cc21d417
Changes the implementation to show availability of video and sound devices.
10 years ago
paweldomas
f98621173f
Fixes uid, email and displayName advertisement in MUC presence.
10 years ago
hristoterezov
3a0ee11ccd
Turns off the camera when video is muted on https connection.
10 years ago
hristoterezov
44e558e5a0
Fixes video mute when the user is alone in the room.
10 years ago
paweldomas
588c2d9e4b
XMPP authentication improvements. Makes it possible to authenticate during the conference.
10 years ago
paweldomas
f48633fa1d
Removes unused connection settings form.
10 years ago
paweldomas
e465b3ed90
Removes unnecessary error dialog when desktop sharing is started before the conference.
10 years ago
hristoterezov
af682f8727
Changes the configuration of translation module to retrieve the resources synchronous. Removes the default values.
10 years ago
Boris Grozev
aee7a8e1bd
Fix a bug with stats accumulating. Fix a typo.
10 years ago
hristoterezov
74f078f166
Adds multi language support for message handlers.
10 years ago
paweldomas
a904e35c67
Adds auto-sign in feature and login/logout toolbar menu.
10 years ago
hristoterezov
71a56e13d9
Fixes some issues with the tests
10 years ago
hristoterezov
57fcee676a
Fixes issues with accessing modules not from APP object.
10 years ago
hristoterezov
4bb555e4b2
Fixes authentication issues.
10 years ago
hristoterezov
98d1ca8505
Fixes authentication issues.
10 years ago
hristoterezov
9eb2873cfa
Removes the bundles for every module and add bundle for the whole application.
10 years ago
hristoterezov
af50bd5b94
Resolves some module dependancies by replaces them with events.
10 years ago
hristoterezov
4c661ffca6
Removes nickname global variable.
10 years ago
Boris Grozev
1e9a463245
Fix a typo.
10 years ago
Boris Grozev
9460138cc3
Fix pako reference.
10 years ago
Boris Grozev
0063461858
Uses pako from npm.
10 years ago
hristoterezov
248d7a3173
Moves ssrc2jid global variable to the xmpp module.
10 years ago