liyuanwei / imsdroid

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

Will IMSDroid implement Group-chat? #178

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.I want to send the message(attachment file).How to do it?
2.The message is used to implement group-chat INVITE.
3.Which method may send REFER message?

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
IMSDroid 1.2.355         On Android 2.2

Please provide any additional information below.

The message example is included in attachment file.

Original issue reported on code.google.com by Splash.P...@gmail.com on 14 Feb 2011 at 4:32

Attachments:

GoogleCodeExporter commented 9 years ago
In particular,

INVITE sip:list-service@ims.chinamobile.com SIP/2.0
Via: SIP/2.0/UDP 172.30.97.12;branch=z9hG4bK1653873684
From: <sip:491721092719@ims.chinamobile.com>;tag=11248218
To: <sip:list-service@ims.chinamobile.com>
Call-ID: 3203668353@172.30.97.12
CSeq: 1 INVITE
Contact: <sip:172.30.97.12>;+g.oma.sip-im
Route: <sip:172.30.40.70:5060;transport=udp;lr>
Max-Forwards: 70
P-Access-Network-Info: 3GPP-GERAN;cgi-3gpp=11201003f000a
Content-Length: 959
P-Preferred-Identity: sip:491721092719@ims.chinamobile.com
Allow: INVITE,OPTIONS,BYE,CANCEL,ACK,SUBSCRIBE,NOTIFY,PUBLISH,MESSAGE,REFER
Accept-Contact: *;+g.oma.sip-im
User-Agent: SEMC_IMS_R3
Session-Expires: 3600;refresher=uac
Supported: timer
Subject: hello
Require: recipient-list-invite;pref
Content-Type: multipart/mixed;boundary=12341234

--12341234
Content-Type: application/resource-lists+xml
Content-Disposition: recipient-list
Content-Length: 318

<?xml version="1.0" encoding="UTF-8"?>
<resource-lists xmlns="urn:ietf:params:xml:ns:resource-lists">
<list><entry 
uri="tel:+491721092912;method=INVITE?Replaces:2980923849@172.30.97.12;to-tag=fya
fj8nusdf;from-tag=12272340943"/>
<entry uri="tel:+491721092913/>
</list></resource-lists>
--12341234
Content-Type: application/sdp
Content-Length: 439
v=0
o=- 1250089505 1250089505 IN IP4 172.30.97.12
s=none
c=IN IP4 172.30.97.12
t=0 0
m=message 4329 TCP/MSRP *
a=accept-types:message/cpim;text/plain;charset=UTF-8;application/im-iscomposing+
xml;image/png;image/x-png;image/jpeg;image/gif;audio/mpeg;audio/x-mpeg;x-music/x
-midi;audio/wav;audio/x-wav;video/3gpp;video/mp4
a=path:msrp://172.30.97.12:4329/3904829551;tcp
a=sendrecv
a=max-size:51400
a=setup:active
a=connection:new
--12341234---

--12341234
Content-Type: application/resource-lists+xml
Content-Disposition: recipient-list
Content-Length: 318

<?xml version="1.0" encoding="UTF-8"?>
<resource-lists xmlns="urn:ietf:params:xml:ns:resource-lists">
<list><entry 
uri="tel:+491721092912;method=INVITE?Replaces:2980923849@172.30.97.12;to-tag=fya
fj8nusdf;from-tag=12272340943"/>
<entry uri="tel:+491721092913/>
</list></resource-lists>
--12341234
How may add this payload into INVITE message?

Original comment by Splash.P...@gmail.com on 14 Feb 2011 at 4:43

GoogleCodeExporter commented 9 years ago
Not for now

Original comment by boss...@yahoo.fr on 14 Feb 2011 at 12:42

GoogleCodeExporter commented 9 years ago
Well,could you offer a method to send REFER message.INVITE message?
And  
--12341234
Content-Type: application/resource-lists+xml
Content-Disposition: recipient-list
Content-Length: 318

<?xml version="1.0" encoding="UTF-8"?>
<resource-lists xmlns="urn:ietf:params:xml:ns:resource-lists">
<list><entry 
uri="tel:+491721092912;method=INVITE?Replaces:2980923849@172.30.97.12;to-tag=fya
fj8nusdf;from-tag=12272340943"/>
<entry uri="tel:+491721092913/>
</list></resource-lists>
--12341234
add this payload into INVITE message.

Original comment by Splash.P...@gmail.com on 14 Feb 2011 at 2:47

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 20 Feb 2011 at 3:05

GoogleCodeExporter commented 9 years ago
How to develop presence function in imsdroid 2.x?

Original comment by david.w...@lavainternational.in on 10 May 2012 at 2:53