Closed GoogleCodeExporter closed 9 years ago
Hi
While trying for Adhoc-group chat, I found that this knd of problem can occur
when:
1 SIP Notify length was long and it was fragmented
or
2 SIP Notify xml content is not properly formatted.. counter-check with the
specs
Original comment by sharique...@gmail.com
on 21 Dec 2012 at 1:48
So it's a network issue.
Original comment by jmauffret@gmail.com
on 27 Dec 2012 at 12:36
Hi,
I am also facing similar issue in the SIP NOTIFY xml (but for
application/pidf+xml). The guy discussing above about the FORMAT issue seems
talking about SIP NOTIFY in Group chat but not in Presence based Capability
discovery.
What steps will reproduce the problem?
1. Enable the JOYN client service from the app.
2. JOYN client will send SIP REGISTER, SIP SUBSCRIBE (for watcher) and SIP
SUBSCRIBE (for presence based capability discovery with the Event: presence).
Finally, the SIP PUBLISH.
3. First time, capability discovery is done by using SIP OPTIONS which will
enable some capabilities in GUI.
4. After polling period is expired, JOYN client will send SIP SUBSCRIBE (with
event= presence) to discover the capabilities again.
5. Presence Server will generate SIP NOTIFY with XML carrying the Service IDs
for different capabilities.
What is the expected output? What do you see instead?
1. Capabilities discovered by SIP NOTIFY should be updated in GUI. But
actually, when SIP NOTIFY is sent:
a: With XML without gzip compression, all capabilities (previously discovered
by SIP OPTIONS) become disable except Presence Discovery on the phone GUI.
b: With XML with gzip compression, no change is seen on the phone GUI and all
capabilities (previously discovered by SIP OPTIONS) remain unchanged.
What version of the product are you using? On what operating system?
RCSe Stack Release version 2.5.10 on Android version 4.0.4
Please provide any additional information below.
It seems that JOYN client is not parsing the Service IDs inside the SIP NOTIFY
XML correctly.
Wireshark logs are attached both for UnCompressed and GZIP compressed XML
payload of SIP NOTIFY.
Original comment by aamer.78...@gmail.com
on 10 Oct 2013 at 3:40
Attachments:
Original issue reported on code.google.com by
sangeeta...@gmail.com
on 10 Dec 2012 at 6:49