mohamedsaeed27 / xmpphp

Automatically exported from code.google.com/p/xmpphp
0 stars 0 forks source link

Packet interrupt and being split when sending iq packet for muc configuration #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Send initial presence to the room
2. Send iq packet for room configuration

What is the expected output? What do you see instead?
Should receive the iq packet back quickly. IQ packet is split up because of
the size of the buffer read being set to 1k

What version of the product are you using? On what operating system?
r54 HEAD on Arch Linux

Please provide any additional information below.
Provided patch for setting it as a parameter in the stream then it can be
set in one place. 

Original issue reported on code.google.com by darren...@gmail.com on 2 Sep 2008 at 7:45

Attachments:

GoogleCodeExporter commented 8 years ago
I don't see why we need this.  packets being broke up isn't a problem as they're
re-assembled when parsed.

Original comment by nathanfr...@gmail.com on 28 Nov 2008 at 8:32