________________________________________ From: [email protected] [[email protected]] On Behalf Of kemal eroğlu [[email protected]]
I'm working on adding PUBLISH message based presence support to sipXecs. I did some experiments with Eyebeam clients and observed that server returns "405 Method Not Allowed" status code. When I looked at the source code, I saw the SipPublishServer.cpp class under sipXtackLib and it was saying that "This class receives PUBLISH requests, passes the event content to the event state compositor class, and send back the appropriate response." So does sipxecs already have the support for PUBLISH messages on presence events, if so why does it always return 405? ________________________________________ Basically, sipXecs doesn't support PUBLISH. In order to make PUBLISH work, you have to get the proxy to route the PUBLISH messages to the appropriate destination(s). Depending on your application, those destinations will vary. And the various rules files that control the proxy are probably sufficient for configuring what you want. But first you have to establish what applications will receive the PUBLISH requests and get the routing to them. Dale _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev/
