-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #263 from benlangfeld/feature/ejabberd_bookmarks
ejabberd *does* support Bookmarks
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ Candy.Core = (function(self, Strophe, $) { | |
*/ | ||
_options = { | ||
/** Boolean: autojoin | ||
* If set to `true` try to get the bookmarks and autojoin the rooms (supported by Openfire). | ||
* If set to `true` try to get the bookmarks and autojoin the rooms (supported by ejabberd, Openfire). | ||
* You may want to define an array of rooms to autojoin: `['[email protected]', 'room2...]` (ejabberd, Openfire, ...) | ||
*/ | ||
autojoin: undefined, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters