Martin
Martin copied to clipboard
(M) Martin - XMPP client library for Swift
After: - SCRAM-SHA-1 - SCRAM-SHA-256 Can you add supports of: - SCRAM-SHA-512 - SCRAM-SHA3-512 "When using the SASL SCRAM mechanism, the SCRAM-SHA-256-PLUS variant SHOULD be preferred over the SCRAM-SHA-256 variant,...
hi there: I'm trying Tigase's Xmpp service for the first time, and I have to say it's amazing. It's more powerful and easy to use than Smack and Xmppframework. but...
**Describe the bug** We found memory leaks in the library. Every time the app gets active from the background, memory leaks are generated from XMPPDNSSrvResolver resolve(timeout: TimeInterval) Our app stops...
Hi, I need to create a method that reads messages synchronously and all the logic needs to stay within this method. I looked for a solution on documents and blogs...
Unless I’m missing something, DefaultRosterStore cannot be instanciated when using the library because its implicit constructor is internal by default. I’m just adding a public constructor.
Can you update the XEP-0384: OMEMO Encryption support to 0.4.0+? - https://xmpp.org/extensions/xep-0384.html And XEP-0454: OMEMO Media sharing: - https://xmpp.org/extensions/xep-0454.html Diff Tool: - 0.3.0 to current: http://www.aptest.com/standards/htmldiff/htmldiff.pl?oldfile=https://xmpp.org/extensions/attic/xep-0384-0.3.0.html&newfile=https://xmpp.org/extensions/xep-0384.html - 0.8.3 to current:...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
i have my xmpp server and this server user simple auth with user jid and password i need to use register function and pass only jid and password
I'm interested in using the Martin library for a future project. However, the documentation for it looks frighteningly limited. I found only 3 links scattered across this project's README and...
I am migrating from XMPPFramework to Martin and have completed most of the migration. However, I can't find any information about acknowledgments in the examples [beagle-im](https://github.com/tigase/beagle-im) and [siskin-im](https://github.com/tigase/siskin-im). Obtaining an...