#76: QuteCom sends too much PUBLISH
---------------------+------------------------------------------------------
  Reporter:  ibc     |       Owner:  vadim          
      Type:  defect  |      Status:  new            
  Priority:  major   |   Milestone:  QuteCom 2.2-RC4
 Component:  phapi   |     Version:  2.2-RC3        
Resolution:          |    Keywords:                 
---------------------+------------------------------------------------------

Comment(by laurent):

 Replying to [comment:19 Preeteesh]:

 > I believe there is no need to again send presence i.e we should comment
 line number 149.
 if you comment line 149 you will never send your presence

 Line 136 send just the mood :
 {{{
 <status><basic>open</basic></status>
 <note>this is my mood</note>
 }}}


 The problem is that we cannot send presence and mood into the same sip
 message because note is used to pass presence.

 to be clear :

 {{{
 Online:
 <status><basic>open</basic></status>
 <note>Online</note

 Away:
 <status><basic>open</basic></status>
 <note>Away</note

 Offline:
 <status><basic>close</basic></status>
 <note></note
 ...

 Mood
 <status><basic>open</basic></status>
 <note>this is my mood</note
 }}}

-- 
Ticket URL: <http://trac.qutecom.com/ticket/76#comment:20>
QuteCom <http://trac.qutecom.com>

_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev

Reply via email to