Also requires the free XMPP/Jabber client PSI, available for download from http://psi.affinix.com/
IceWarp Server now includes an Email transport module within it's IM server, and is also now able to forward messages to an IM client, via message forwarding or rules.
By default IceWarp Server IM also supports ICQ, Yahoo, MSN, and AOL.
Using the "Service discovery" option in the PSI XMPP/Jabber client will display all of the available transports you can register with. Typically registration would use your existing User/Password with the service (e.g. ICQ user/password).
The transport becomes registered and you can add roster items to it simply by adding a new contact and specifying the domain/node of the transport:
Example
12323242@icq.domain.com (assuming icq.domain.com is the transport node)
This will make sure that any id on any service gets integrated with the XMPP protocol
The Email transport lets you send emails directly from your im client by simply sending an im message.
The jid has to have this format
<emailAddress>@transportnode where each @ in the email address is replaced by %.
For example:
to send an email from your XMPP/Jabber client to john@doe.com using transportnode emailtransport.domain.com you would send the IM to
john%doe.com@emailtransport.domain.com
It is also possible to receive email messages to your IM, this is not done via the Email transport module directly but by using forwarding or rules in IceWarp Server (using rules is recommended as you can set them not to forward spam messages, message that are too big, etc.)
To have the message delivered to IM you must specify the email address as follows:
xmpp:<emailaddress> - For example xmpp:john@doe.com
and the message will be sent to the IM server for john@doe.com
|
NOTE: You cannot use this address format in normal email clients (like Outlook) that send via SMTP - only within IceWarp Server's internal forward/send features such as Content Filters, Rules, Account Forwarding, etc. |
You can also use format xmpp:john@doe.com?online - which will only send the message if the recipient is online.
|
NOTE: Messages forward to IM will contain the original email senders address and a reply to the message would be sent as an IM. To stop this happening you should specify the email transport node in your IceWarp Server configuration (IM General Emails to instant messages transport node). |
IceWarp Server now allows communication between an Instant Messaging Client and an Email Client, expanding the range of communications options for your customers