[JDEV] bug in conferencing
Robert Temple
robert.temple at dig.com
Sat Jun 9 00:32:11 CDT 2001
We are trying to get conferencing working. Its pretty much working, but I
found one minor bug.
If a person sends a message with some text that needs to be escaped, like a
'<' or '>' character,
the conferencing component drops everything after the escaped character when
sending to others in
the room.
In one example, I went to a room and sent the following text:
<BOLD>
everyone bug me got this as the text back from the server
<
The XML looks like this going to the server, as it should:
<BOLD>
But comes out with just this:
<
Below is a chunk from log file from the conferencing, you can see where it
drops the stuff after the <
-Robert
Fri Jun 8 22:22:37 2001 mio.c:698 MIO read from socket 5: <message
type='groupchat' to='aa_test_aa-82c08cc at conf.go.com'
from='aa_test_aa at go.com/jabberkit'><body><BOLD></body><html
xmlns='http://www.w3.org/1999/xhtml'><body
style='font-size:10pt;color:#800000;font-weight:400;font-style:normal;text-d
ecoration:none;font-family:Courier
New;'><BOLD></body></html></message>
Fri Jun 8 22:22:37 2001 base_connect.c:118 process XML: m:168668 state:3,
arg:78000, x:1761F8
Fri Jun 8 22:22:37 2001 deliver.c:460 DELIVER 1:conf.go.com <message
type='groupchat' to='aa_test_aa-82c08cc at conf.go.com'
from='aa_test_aa at go.com/jabberkit'><body><BOLD></body><html
xmlns='http://www.w3.org/1999/xhtml'><body
style='font-size:10pt;color:#800000;font-weight:400;font-style:normal;text-d
ecoration:none;font-family:Courier
New;'><BOLD></body></html></message>
Fri Jun 8 22:22:37 2001 deliver.c:649 delivering to instance 'conf.go.com'
Fri Jun 8 22:22:37 2001 mtq B1BF8 entering from pth
Fri Jun 8 22:22:37 2001 mtq B1BF8 queue call 176C60
Fri Jun 8 22:22:37 2001 conference.c:184 processing packet <message
type='groupchat' to='aa_test_aa-82c08cc at conf.go.com'
from='aa_test_aa at go.com/jabberkit'><body><BOLD></body><html
xmlns='http://www.w3.org/1999/xhtml'><body
style='font-size:10pt;color:#800000;font-weight:400;font-style:normal;text-d
ecoration:none;font-family:Courier
New;'><BOLD></body></html></message>
Fri Jun 8 22:22:37 2001 conference_room.c:221 handling request from
participant
aa_test_aa at go.com/jabberkit(b9c1e396efeff817b39a8e70c2c914911800d20c/aa_test
_aa) to room aa_test_aa-82c08cc at conf.go.com
Fri Jun 8 22:22:37 2001 conference_user.c:288 user send to
rwtemple at go.com/jabberkit from aa_test_aa at go.com/jabberkit
Fri Jun 8 22:22:37 2001 deliver.c:460 DELIVER 1:go.com <message
type='groupchat' to='rwtemple at go.com/jabberkit'
from='aa_test_aa-82c08cc at conf.go.com/b9c1e396efeff817b39a8e70c2c914911800d20
c' cnu=''><body><</body><html xmlns='http://www.w3.org/1999/xhtml'><body
style='font-size:10pt;color:#800000;font-weight:400;font-style:normal;text-d
ecoration:none;font-family:Courier New;'><</body></html></message>
Fri Jun 8 22:22:37 2001 deliver.c:649 delivering to instance 'conflinker'
Fri Jun 8 22:22:37 2001 mio.c:908 mio_write called on x: 177600 buffer:
(null)
Fri Jun 8 22:22:37 2001 conference_user.c:288 user send to
aa_test_aa at go.com/jabberkit from aa_test_aa at go.com/jabberkit
Fri Jun 8 22:22:37 2001 deliver.c:460 DELIVER 1:go.com <message
type='groupchat' to='aa_test_aa at go.com/jabberkit'
from='aa_test_aa-82c08cc at conf.go.com/b9c1e396efeff817b39a8e70c2c914911800d20
c' cnu=''><body><BOLD></body><html
xmlns='http://www.w3.org/1999/xhtml'><body
style='font-size:10pt;color:#800000;font-weight:400;font-style:normal;text-d
ecoration:none;font-family:Courier
New;'><BOLD></body></html></message>
Fri Jun 8 22:22:37 2001 deliver.c:649 delivering to instance 'conflinker'
Fri Jun 8 22:22:37 2001 mio.c:908 mio_write called on x: 178620 buffer:
(null)
Fri Jun 8 22:22:37 2001 mtq B1BF8 leaving to pth
Fri Jun 8 22:22:37 2001 mio.c:268 write_dump writing data: <message
type='groupchat' to='rwtemple at go.com/jabberkit'
from='aa_test_aa-82c08cc at conf.go.com/b9c1e396efeff817b39a8e70c2c914911800d20
c' cnu=''><body><</body><html xmlns='http://www.w3.org/1999/xhtml'><body
style='font-size:10pt;color:#800000;font-weight:400;font-style:normal;text-d
ecoration:none;font-family:Courier New;'><</body></html></message>
Fri Jun 8 22:22:37 2001 mio.c:268 write_dump writing data: <message
type='groupchat' to='aa_test_aa at go.com/jabberkit'
from='aa_test_aa-82c08cc at conf.go.com/b9c1e396efeff817b39a8e70c2c914911800d20
c' cnu=''><body><BOLD></body><html
xmlns='http://www.w3.org/1999/xhtml'><body
style='font-size:10pt;color:#800000;font-weight:400;font-style:normal;text-d
ecoration:none;font-family:Courier
New;'><BOLD></body></html></message>
More information about the JDev
mailing list