Email Gateway

From XMPP WIKI
Jump to navigation Jump to search

This will describe how to create a Email<->XMPP gateway.


The definition of the MIME Tag:

 X-Originating-JID: <jid>

Determines that the e-mail come from XMPP network and MUST be mapped using the XEP-0033 to the following format:

 <message from='email@xmpp server gateway'>
   <addresses xmlns='http://jabber.org/protocol/address'>
     <address type='replyto' jid='jid from X-Originating-JID MIME tag'/>
   </addresses>
   <subject>email subject</subject>
   <body>email body</body>
 </message>

(DRAFT)


Related pages: Jabber Email Header