You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request the implementation of XEP-0156, which specifies a method for discovering alternative XMPP connection methods through the use of the host-meta file. This feature would greatly enhance the flexibility and usability of XMPP clients by allowing them to automatically discover available connection methods.
To implement this feature, we can use the following approach:
Currently, the plugin can achieve this functionality, but Strophe.Connection explicitly requires the service parameter to be a string. Even with the XEP-0156 plugin loaded, the IDE still mandates that this parameter be passed in as a string. We need better IDE type assertion support to allow for more flexibility in handling parameter types when using this plugin, rather than enforcing a strict requirement for a string.
Please help. Please let me know what I should do.
I would like to request the implementation of XEP-0156, which specifies a method for discovering alternative XMPP connection methods through the use of the host-meta file. This feature would greatly enhance the flexibility and usability of XMPP clients by allowing them to automatically discover available connection methods.
To implement this feature, we can use the following approach:
Implementing this feature will:
The text was updated successfully, but these errors were encountered: