Not logged in. · Lost password · Register
Forum: agsXMPP RSS
Avatar
.net_developer #1
Member since Sep 2015 · 41 posts
Group memberships: Members
Show profile · Link to this post
Subject: Multiple file send-receive like skype
Hello, i am developing chat application using agsxmpp,in which now i want to do multiple sending and receiving of files simultaneously,likewise skype,a user should be able to select and send more than one file simultaneously,and also receive the same,is it possible ,if yes than how?there is no code for this in miniclient example,and also "spark" doesn't support this.
Avatar
Alex #2
Member since Feb 2003 · 4449 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
just initiate a single file transfer for each of the files the user selects. Or zip them up automatically at the sender and send them in an archive. There are many different ways to implement such a functionality.
You could also extend one of the existing file transfer XEPs for your needs when required. This is why XMPP is based on Xml and extensible.

Alex
Avatar
.net_developer #3
Member since Sep 2015 · 41 posts
Group memberships: Members
Show profile · Link to this post
Thank you, for your reply,but can you tell me how to extend XMPP for this functionality?is there any example available?if not than please can you explain about the same?
Avatar
Alex #4
Member since Feb 2003 · 4449 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
look for the document creating_own_packet_types.pdf in agsXMPP.
And study the sources of the agsXMPP protocol classes to understand how it builds the Xml.
Also study some of the XMPP XEPs, this gives you an idea how you can build your own extensions or extend core functionality.

Alex
Avatar
.net_developer #5
Member since Sep 2015 · 41 posts
Group memberships: Members
Show profile · Link to this post
ok..thank you.. :-)
Close Smaller – Larger + Reply to this post:
Verification code: VeriCode Please enter the word from the image into the text field below. (Type the letters only, lower case is okay.)
Smileys: :-) ;-) :-D :-p :blush: :cool: :rolleyes: :huh: :-/ <_< :-( :'( :#: :scared: 8-( :nuts: :-O
Special characters:
Forum: agsXMPP RSS