Search |
||
Writing your first IM server using SailFin CAFEPosted by binod on October 27, 2009 at 8:58 AM PDT
In this edition, I am explaining, how to write a simple IM server using SailFin CAFE. If you have read my earlier blogs on SailFin CAFE (here and here) then there is nothing additional need to be done!. The same applications that supports 2-party calls or Conference application are already capable of handling IM between two users.
package my.test;
@org.glassfish.cafe.api.bean.CommunicationBean
public class YourCommunicationPOJO {
}
That means the above code will support IM also, apart from supporting 2-party calls. Here are the steps to run this application. Now your application is ready to test against any SIP phones. To use X-Lite sip phone, follow the steps below.
In the following weeks, I will cover more features like, integration with web applications, redirecting the call, rejecting call, typing detection etc. »
Comments
Comments are listed in date ascending order (oldest first)
|
||
|
|