/
3.5.5 "User has just joined Vippie" message

3.5.5 "User has just joined Vippie" message

When a new user signs up all existing users that have the new user's phone number in their phone contacts will immediately receive a chat message from the new user.

The system sends this chat message using the newly joined user account. On the receiver side the message looks like coming directly from the user. A receiver can respond to the chat to start conversation.

The text of the message is stored in the emc.resx file. By default it is:

CONTACT_NAME has just joined Vippie.

Change Vippie to your service name. The CONTACT_NAME part will be replaced by the actual contact name taken from the recipient's phone contacts. 



Steps to change the message's text:

Path:
cd /var/www/emcd/App_GlobalResources/

Edit the file:
emc.resx

Then restart apache2 with command:

sudo killall -9 mono
sudo killall -9 Main

sudo /etc/init.d/apache2 restart
If the api is installed on nginx+gastcgi then the command is:
service nginx restart


Related content