< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] ClientSubscription and ServerSubscription



On 01/07/16 17:35, Mateus Bellomo wrote:
> Hello,
> 
> I'm implementing the presence methods in telepathy-resiprocate and I
> need a way to get a message when it first arrives at resiprocate.
> 
> I think this is something to do with resip/dum/ClientSubscription* and
> resip/dum/ServerSubscription*. Am I wrong?
> 
> I've read this two classes but I couldn't find a way to get incoming
> messages using it. Anyone could give me a lead from where to start?

There are some hints on the wiki:

https://www.resiprocate.org/DUM_Creating_New_Client_Subscriptions


telepathy-resiprocate is using both the dum and recon APIs, dum is
currently being used for messaging/presence and recon for voice.

Scott, did you ever imagine having high-level support for
messaging/presence in recon?