Re: [reSIProcate] ClientSubscription and ServerSubscription
I'm reading the apps/Telepathy/MyUserAgent.cxx class and it derives from resip/recon/UserAgent.cxx and this late class has methods to subscribe and notify.
The createSubscription() method returns a SubscriptionHandle and I'm thinking use a map to store {handle, SubscriptionHandle}. Also there is a onSubscriptionNotify() that I could use to get buddys presence.
I didn't see a method to get all type of sip messages (so I could also use to get the text messages). Maybe resip/recon/UserAgent.cxx is the best place to implement the method to get a text message (as we were discussing before).