Projects tigase _server server-core Issues #1387
How to enable the module of jingle? (#1387)
Closed
Unknown opened 4 years ago

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.

Unknown commented 4 years ago

Jingle is inherently client-side protocol, and as explained in https://github.com/tigase/stork/issues/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.

issue 1 of 1
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#1387
Please wait...
Page is in error, reload to recover