[jdev] conversing with multiple users, but not MUC

JabberForum list-jdev at jabberforum.org
Thu Jun 19 07:23:36 CDT 2008


And to add more details, I would say that maybe a server receiving this
will send to Romeo this message, with a new 'cc' option:


Code:
--------------------
    
  <message
  to='romeo at example.net/orchard'
  cc='juliet at example.com/balcony'
  from='me at example.org'
  type='chat'
  xml:lang='en'>
  <body>Hello Romeo, hello Juliet. How are you?</body>
  <thread>e0ffe42b28561960c6b12b944a092794b9683a38</thread>
  </message>
    
Code:
--------------------
        
    
    And when Romeo answer to this, his client would generate:
    
    
        
Code:
--------------------
            
      <message
      from='romeo at example.net/orchard'
      to='juliet at example.com/balcony,me at example.org'
      type='chat'
      xml:lang='en'>
      <body>Hej all! I'm fine me. What about you too?</body>
      <thread>e0ffe42b28561960c6b12b944a092794b9683a38</thread>
      </message>
            
Code:
--------------------


-- 
Jehan
------------------------------------------------------------------------
Jehan's Profile: http://www.jabberforum.org/member.php?userid=16911
View this thread: http://www.jabberforum.org/showthread.php?t=302




More information about the JDev mailing list