i got messages flying back and forth between sip and xmpp messaging clients using xmpp module in component mode. one thing that bothers me is this two level addressing stuff. it complicates life and i don't see why it is needed.
i have created two domains for testing purpose: test.fi and test.com. test.fi is sip domain and test.com is xmpp domain. if i then create two SRV entries: - sip SRV entry for test.com domain that points to xmpp openser instance, which gateways messages to jabber server. - xmpp SRV entry for test.fi domain that points to xmpp openser component which gateways messages to sip proxy. things should work without two level addressing if xmpp module is used in server mode, right? for this to work, xmpp module should on the xmpp server side support tls and whatever an xmpp server is supposed to do when taking to other xmpp servers. it would NOT need to support any xmpp server client side stuff, because its only "client" is sip proxy. -- juha _______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
