- 16 Jan, 2017 19 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
- Remove the `plugins.remove` API method. - Throw an error when attempting to register multiple plugins with the same name.
-
JC Brand authored
updates #752
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
To illustrate that this is not necessary (and also not possible with non-bundled plugins).
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
to indicate that it's private and to differentiate it from the outer "global" converse object.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Specifically involving querying by the 'xmlns' attribute, where I've had issues in the past.
-
JC Brand authored
-
JC Brand authored
-
- 15 Jan, 2017 3 commits
- 13 Jan, 2017 1 commit
-
-
Fabio Montefuscolo authored
-
- 13 Dec, 2016 2 commits
- 09 Dec, 2016 2 commits
-
-
JC Brand authored
-
JC Brand authored
Prosody doesn't handle it if we set the affiliation for multiple JIDs in one stanza, so we need to send a stanza for each JID. Refs https://prosody.im/issues/issue/795
-
- 08 Dec, 2016 4 commits
- 07 Dec, 2016 6 commits
- 06 Dec, 2016 3 commits
-
-
JC Brand authored
When inviting someone to a members-only room, you only want to add an affiliation of 'member' if they don't already have any other affiliation. So we need to ignore the "new" member if they're already on *any* of the lists.
-
JC Brand authored
Make the delta algorithm simpler. Fixed some delta bugs in the process.
-
JC Brand authored
One for each affiliation (member, owner, admin). Unfortunately Prosody doesn't give you correct results if you query for all three affiliations in one stanza. We'll have to see whether setting all three in one stanza actually works.
-