Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
c9c689ae
Commit
c9c689ae
authored
Aug 16, 2019
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docstring fixes
parent
4291a456
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/headless/converse-core.js
src/headless/converse-core.js
+2
-2
src/headless/headless.js
src/headless/headless.js
+2
-2
No files found.
src/headless/converse-core.js
View file @
c9c689ae
...
...
@@ -1931,8 +1931,8 @@ const converse = {
* @memberOf converse
*/
plugins
:
{
/**
Registers a new plugin.
*
/**
*
Registers a new plugin.
* @method converse.plugins.add
* @param {string} name The name of the plugin
* @param {object} plugin The plugin object
...
...
src/headless/headless.js
View file @
c9c689ae
...
...
@@ -3,14 +3,14 @@
* Any of the following components may be removed if they're not needed.
*/
import
"
./converse-bookmarks
"
;
// XEP-0199 XMPP Ping
import
"
./converse-bosh
"
;
// XEP-0
115 Entity Capabilities
import
"
./converse-bosh
"
;
// XEP-0
206 BOSH
import
"
./converse-caps
"
;
// XEP-0115 Entity Capabilities
import
"
./converse-chatboxes
"
;
// Backbone Collection and Models for chat boxes
import
"
./converse-disco
"
;
// XEP-0030 Service discovery
import
"
./converse-mam
"
;
// XEP-0313 Message Archive Management
import
"
./converse-muc
"
;
// XEP-0045 Multi-user chat
import
"
./converse-ping
"
;
// XEP-0199 XMPP Ping
import
"
./converse-pubsub
"
;
// XEP-0
199 XMPP Ping
import
"
./converse-pubsub
"
;
// XEP-0
060 Pubsub
import
"
./converse-roster
"
;
// Contacts Roster
import
"
./converse-rsm
"
;
// XEP-0059 Result Set management
import
"
./converse-smacks
"
;
// XEP-0198 Stream Management
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment