Subject: Message Archiving - XEP-0136 - Server Side
Hello guys,
im currently developing a XMPP Server. Now I'm want to implement XEP-0136 Message Archiving. First I want to query available collections, the server must return a 'LIST', but which object represents an item in the list, are the values only comma seperated?
If I use the method
it only appends the item to the content. The XEP specification only describe how to request a list of collections and an empty list, but how a filled list looks like?
Thank you for your help
best regards
Michael Trinkies
im currently developing a XMPP Server. Now I'm want to implement XEP-0136 Message Archiving. First I want to query available collections, the server must return a 'LIST', but which object represents an item in the list, are the values only comma seperated?
If I use the method
myList.Add({chatItem})
it only appends the item to the content. The XEP specification only describe how to request a list of collections and an empty list, but how a filled list looks like?
Thank you for your help
best regards
Michael Trinkies