Ben Langfeld

Results 172 comments of Ben Langfeld

You could write the plugin yourself, or contract someone to write it for you :)

The proper spec you're looking for is [XEP-0077: In-Band Registration](http://xmpp.org/extensions/xep-0077.html#usecases-changepw). Examples are contained therein. The example in the spec would be built and sent like this: ``` javascript var pwChangeRequest...

There's some work in this direction at https://github.com/candy-chat/candy/pull/272

You might submit that as a PR, @smokku

You've already done the work to produce the diff, but you don't want to take literally 1 minute to contribute? That's a rather selfish attitude to take to open source,...

Our contributing guidelines are perfectly reasonable, @smokku. They're incredibly liberal; we even offer a commit bit: https://github.com/candy-chat/candy-plugins#contributing It's unfortunate that you believe it's reasonable to make use of the work...

The negative side of a liberal license like MIT is that @smokku is perfectly within his rights to behave like this. I'm not sure where the dismissive attitude comes from....

Please provide a debug log including the stanzas you receive.

@smokku Would you drop a test case and potentially a fix? https://github.com/candy-chat/candy/blob/master/tests/candy/unit/core/event.js#L1266

Any reason this targets master rather than dev?