How to Set Up Prosody for You and Your Friends: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 64: Line 64:
  ln -s ../prosody-modules/mod_smacks
  ln -s ../prosody-modules/mod_smacks


mod_cloud_notify and mod_mud_cloud_notify enable mobile clients such as ChatSecure, Monal and Conversations.im to send push notifications to your phone when you receive a message.  
<code>mod_cloud_notify</code> and <code>mod_mud_cloud_notify</code> enable mobile clients such as ChatSecure, Monal and Conversations.im to send push notifications to your phone when you receive a message.  


mod_http_upload enables you to share pictures and files in your chats.
<code>mod_http_upload</code> enables you to share pictures and files in your chats.


mod_smacks is an enhancement which allows spotty or terminated sessions to be resumed without discarding messages in the queue. This is useful for mobile devices on mobile data networks.
<code>mod_smacks</code> is an enhancement which allows spotty or terminated sessions to be resumed without discarding messages in the queue. This is useful for mobile devices on mobile data networks.


= Step 7: Enable the modules =
= Step 7: Enable the modules =

Navigation menu