202
edits
Neustradamus (talk | contribs) m |
Neustradamus (talk | contribs) m |
||
Line 1: | Line 1: | ||
This will describe how to create a Email<-> | This will describe how to create a Email<->XMPP gateway. | ||
---- | ---- | ||
Line 6: | Line 6: | ||
X-Originating-JID: <jid> | X-Originating-JID: <jid> | ||
Determines that the e-mail come from | Determines that the e-mail come from XMPP network and MUST be mapped using the [https://xmpp.org/extensions/xep-0033.html XEP-0033] to the following format: | ||
<message from='email@ | <message from='email@xmpp server gateway'> | ||
<addresses xmlns='http://jabber.org/protocol/address'> | <addresses xmlns='http://jabber.org/protocol/address'> | ||
<address type='replyto' jid='jid from X-Originating-JID MIME tag'/> | <address type='replyto' jid='jid from X-Originating-JID MIME tag'/> |
edits