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
As a first step for #1255, begin by autoaccepting invitations from local (as in the same network) users. Subscription flow will be activated only for users outside of the network the client is connected to.
We still don't have a way to recognize if a JID is local to the network. The only way to do that would be to look at the server list. So we should store it in account userdata. Also think about the internal server list (and the cached one) and its purpose after this: which one would be used? The one in account userdata or the one in cache/internal?
The text was updated successfully, but these errors were encountered:
As a first step for #1255, begin by autoaccepting invitations from local (as in the same network) users. Subscription flow will be activated only for users outside of the network the client is connected to.
We still don't have a way to recognize if a JID is local to the network. The only way to do that would be to look at the server list. So we should store it in account userdata. Also think about the internal server list (and the cached one) and its purpose after this: which one would be used? The one in account userdata or the one in cache/internal?
The text was updated successfully, but these errors were encountered: