XMPPFramework - Retrieving Openfire Message Archives

后端 未结 4 662
醉梦人生
醉梦人生 2020-12-30 17:40

Spent hours trying to solve this problem and I\'m stumped!

Trying to grab the Chat History between 2 users on my OpenFire server and I read that I plugin was needed

4条回答
  •  离开以前
    2020-12-30 18:15

    Please have a detailed Stanza detail at : https://stackoverflow.com/a/29097289/2225439

    It is Platform independent just you need to understand the structure of Stanza and can be created as per the libraries that you are using.

    This is the Series of Stanza that you will need to send to get Archived Messages. For more detail you can checkout XEP 0136 (http://xmpp.org/extensions/xep-0136.html#manual)

    REQ

    
           
            
                6900
            
          
       
    

    RES

    
    
    
    
    
    866
    867
    2
    
    
    
    

    REQ

    
        
         
           8000
         
        
     
    

    RES

    
    
    
    Hello This is Cool
    
    
    0
    0
    1
    
    
    
    

    To Fetch List of all Conversations

    
           
            
                6900
            
          
    
    

提交回复
热议问题