Dnia 09-10-2007, Wt o godzinie 16:33 +0300, Giorgos Logiotatidis pisze: > The problem is that the component binds to the name > bt.localhost and I'm only allowed to send stanzas as [EMAIL PROTECTED] > and not [EMAIL PROTECTED] . > I tried to bind my component to a different host but I didn't managed > to.
Router checks the 'from' of the incoming route packets versus the component bound domains. > Do you have any ideas on how I can send stanzas from > localhost, considering that I have full server access. I guess you are using XEP-0114: Jabber Component Protocol which is wrapped in route packet with 'from' copied from routed packet. But, using jabberd2 component protocol http://jabberd2.xiaoka.com/wiki/ComponentProtocol you may send packets with different 'from' that the encapsulating route packet 'from'. -- /\_./o__ Tomasz Sterna (/^/(_^^' Xiaoka.com ._.(_.)_ XMPP: [EMAIL PROTECTED] _______________________________________________ Jabberd2 mailing list [email protected] http://lists.xiaoka.com/listinfo.cgi/jabberd2-xiaoka.com
