Linus Jahn
Linus Jahn
I'd like to add the MUC / MIX search to Kaidan at some point. In that case the search requests of the users would all be sent to search.jabber.network. From...
I (and probably also other people, as here: http://feathub.com/brexis/qml-bootstrap/+1) would like to use your work in our projects, but we can't use code without a license. So it would be...
This PR replaces #584. PR check list: - [ ] Document your code - [ ] Add `\since QXmpp 1.X`, `QXMPP_EXPORT` - [ ] Update `doc/doap.xml` - [ ] Add...
- **StreamOpen: Impl fromXml() using QXmlStreamReader** - **XmppSocket: Parse whole stream through QXmlStreamReader** PR check list: - [ ] Document your code - [ ] Add `\since QXmpp 1.X`, `QXMPP_EXPORT`...
https://xmpp.org/extensions/xep-0386.html - [x] Implement parsing of Bind 2 elements (without bind2 extensions) - [ ] OutgoingClient/Sasl2Manager: Use bind2 resource binding - [ ] Config: Add option for custom resource *tag*...
Setup of STARTTLS is definitely a task for the outgoing client. My original idea was to do much more in client extensions, but I don't think that's a good idea,...
[XEP-0484: Fast Authentication Streamlining Tokens](https://xmpp.org/extensions/xep-0484.html) - [ ] parsing - [ ] integrate into sasl2 - [ ] x
- [ ] mix manager: enum for supported state - [ ] what to do with QXmpp::BindError (will probably become useless in the future)
The items from the participants node must have one specific namespace and we cannot support both versions at the same time. The current behaviour is to use the old mix:core:0...