Jabber-Net icon indicating copy to clipboard operation
Jabber-Net copied to clipboard

[DEPRECATED] A modern fork of Jabber-Net

Results 39 Jabber-Net issues
Sort by recently updated
recently updated
newest added

Please add support of XEP-0443: XMPP Compliance Suites 2021: https://xmpp.org/extensions/xep-0443.html Which replaces: - XEP-0423: XMPP Compliance Suites 2020: https://xmpp.org/extensions/xep-0423.html - XEP-0412: XMPP Compliance Suites 2019: https://xmpp.org/extensions/xep-0412.html - XEP-0387: XMPP Compliance...

kind:feature

It is possible to have a XEPs and RFCs support page with version (XEP-XXXX v1.2)? Examples: - https://github.com/UWPX/UWPX-Client/blob/master/README.md - https://github.com/telldus/xmppjs-client-plugins/blob/master/README.md - https://github.com/ortuman/jackal/blob/master/README.md - https://profanity-im.github.io/xeps.html - https://metronome.im/supported-xeps-list - https://dev.gajim.org/gajim/gajim/wikis/help/GajimXEPSupport - https://github.com/jappix/jappix/blob/master/PROTOCOL.md

kind:documentation

I am able to connect to an Openfire XMPP server configured to require TLS 1.0 but it doesn't work with TLS 1.2. I traced this down to the StartTLS() method...

kind:feature

I'm trying to connect to Cisco Jabber using the send message example but it looks like Cisco Jabber requires some "legacy ssl" connection which I'm not sure what exactly it...

kind:feature

This will never happen in the "if else", if OpenFire always gives "DIGEST-MD5" as (check the "if" before) mechanism option, but I'm trying to set the PlainTextAuth = true... PlainTextAuth...

kind:bug

1. Set up OpenFire server: ```console $ docker run --name openfire --publish 9090:9090 --publish 5222:5222 --publish 7777:7777 --publish 7070:7070 sameersbn/openfire:3.10.3-19 ``` 2. Start a program written by @dsparkplug to illustrate...

kind:bug

I've found an circular locking issue with the IStanzaEventListener methods in the XmppStream class . Basically the IStanzaEventListener.StanzaReceived which acquires a [MethodImpl(MethodImplOptions.Synchronized)] lock can call IStanzaEventListener.BytesWritten which also needs to...

kind:bug

Instead of porting to .NET Core as stated by #1, we need to port to .NET Standard. .NET Standard libraries can be used either by .NET Core or full .NET...

kind:feature
kind:refactor
kind:infrastructure

Currently the "getting started" page is actually index page, and it contains no motivating example. It could be improved.

kind:documentation