Hello, On 07/24/08 12:33, Cesar Troncoso wrote: > > Hi everyone, > > > > I have a problem with xmpp module. Messages going from xmpp to > sip-simple work fine. The problem I have is in the opposite direction > (from sip-sipmle to xmpp). If I set fork=no or children=1 in my > config file then all messages are sent and received in both directions. > > > > This is what I see in the logs: > > > > xmpp: invalid content-type 0x300ff > > xmpp: unable to write to command pipe: Bad file descriptor > > > > Any Idea how to overcome this situation? > what is the content type of the SIP message? XMPP gateway accepts only plain text messages for now. If it is html cannot be transalted for now as it requires some processing before converting in a XML stream required by XMPP.
Cheers, Daniel -- Daniel-Constantin Mierla http://www.asipto.com _______________________________________________ Users mailing list [email protected] http://lists.openser.org/cgi-bin/mailman/listinfo/users
