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

sending files to offline users #177

Open
mkassir95 opened this issue Jan 6, 2023 · 1 comment
Open

sending files to offline users #177

mkassir95 opened this issue Jan 6, 2023 · 1 comment

Comments

@mkassir95
Copy link

Hello,

I there a way to send a file to an offline user?

@vitalyster
Copy link
Contributor

Classical XMPP file transfers are "peer to peer", both peers should be online. But you can upload the file to some file hosting and send a link to the offline user, it will be saved as offline message. Your XMPP server may have special file hosting extension (mod_http_upload) which can be used for that with supported libraries (babbler does not support that extension yet)

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