Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to enable the module of jingle? #25

Closed
godpit opened this issue Apr 12, 2020 · 1 comment
Closed

How to enable the module of jingle? #25

godpit opened this issue Apr 12, 2020 · 1 comment

Comments

@godpit
Copy link

godpit commented Apr 12, 2020

How to enable the module of jingle?

the config.tdsl:

'sess-man' () {
     'http://jabber.org/protocol/jingle' () {}
}

It did not work, the client received an unsupported features error about jingle.

@woj-tek
Copy link
Contributor

woj-tek commented Apr 13, 2020

Jingle is inherently client-side protocol, and as explained in tigase/stork#25 is used only for "signaling". Having this in mind, enabling server plugin won't suddenly make Jingle "available" because it depends on what other client supports.

Said plugin in Tigase will only facilitate dedicated threads to process Jingle packets.

@woj-tek woj-tek closed this as completed Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants