-
Notifications
You must be signed in to change notification settings - Fork 241
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
issue with strophe.ibb.js when file is transfered #126
Comments
I am also facing the same issue. Have you resolved this issue? If so, please share your opinion |
Yes I resolved. ibbHandler: function(type, from, sid, data, seq) { in this before default case ( default:) break; missed in swtich case. Check it that function with case close: |
Thanks.
…On May 21, 2017 7:14 PM, "vullivijaya" ***@***.***> wrote:
Yes I resolved. ibbHandler: function(type, from, sid, data, seq) { in this
before default case ( default:) break; missed in swtich case. Check it that
function with case close:
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#126 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbgQqnmlEM5lqhSFEDZ64HBpxkRQ1VTPks5r8D-_gaJpZM4M_Bmo>
.
|
is it working for you |
yes. thank you
…On Sun, May 21, 2017 at 8:58 PM, vullivijaya ***@***.***> wrote:
is it working for you
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#126 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbgQqgojh4g12vxaKckeeb74bfvaNw_Fks5r8Fg4gaJpZM4M_Bmo>
.
--
Regards,
Krishna
|
hi krishtce did you work any functionality about adding contacts and favorites |
I am getting some error while adding contact |
I have not worked on contacts/roster.. btw, what is the maximum size of
file transfer can be achievable smoothly with strophe js? My browser gets
hangs, if i m sending more than 800kb file.. can you share your opinion?
On May 26, 2017 2:32 PM, "vullivijaya" <[email protected]> wrote:
I am getting some error while adding contact
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#126 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbgQqmnR7eZ_DamazhuZmF5czetN_dk0ks5r9pUmgaJpZM4M_Bmo>
.
|
I am able to send only 2mb files using chunks more than that i am also getting hanging |
Did u change the codebase to store the file contents in system or keeping
the logic provided by strophe file transfer plugun?
…On May 26, 2017 2:40 PM, "vullivijaya" ***@***.***> wrote:
I am able to send only 2mb files using chunks more than that i am also
getting hanging
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#126 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbgQqsdMX-prS06ReSpZY8yPPx56Sp9nks5r9pcSgaJpZM4M_Bmo>
.
|
No I used chunks means dividing file into 0 to 10000 bytes, 10000bytes into 20000 bytes and etc. Like this we need to do upto total bytes |
when 0 to 10000 bytes data came send to other user like this i repeat and upto final stage and then merged into single ibbHandler: function(type, from, sid, data, seq) { |
function |
ok
…On Fri, May 26, 2017 at 2:49 PM, vullivijaya ***@***.***> wrote:
function
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#126 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbgQqj2C7HczSRa09po0h1VF0gkkbSKxks5r9pkZgaJpZM4M_Bmo>
.
--
Regards,
Krishna
|
did you done login functionality? |
I need to do now. Currently doing fesaibility testing with strophe js.
Please share your contact no. If interested. We can help each other
…On May 26, 2017 3:03 PM, "vullivijaya" ***@***.***> wrote:
did you done login functionality?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#126 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbgQqmJgqBli6d8vN-ncCdrFljbhzHExks5r9px-gaJpZM4M_Bmo>
.
|
I am not able to Receive the file, can any one help me. |
Hi Friends,
I am able to send file successfully for first time to other selected user by using strophe.si-filetransfer.js and strophe.ibb.js. when I am trying to send second file i am able to send file name using striphe.si-filetransfer.js but when ibb.open function returning timeout issues. Please let me know solution.
For example:
if chat hav a,b and c users are online
"a" can able to send file "b" and "a" can able to send "c" user for first time. When "a" user send second file to same user "b" then connection.ibb.open function returning timeout issue. Please suggest on this issue
thank you in advance
Vijaya
The text was updated successfully, but these errors were encountered: