stoneharry

Untitled

Jun 15th, 2012
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. ACCOUNT_MESSAGE_BODY_NO_READ_URL = "http://support.worldofwarcraft.com/accountmessaging/getMessageBodyUnread.xml"; -- used by the account messaging system to retrieve the body of a message without marking it read
  2. ACCOUNT_MESSAGE_BODY_URL = "http://support.worldofwarcraft.com/accountmessaging/getMessageBody.xml"; -- used by the account messaging system to retrieve the body of a message. This marks the message as read
  3. ACCOUNT_MESSAGE_BUTTON_READ = "Mark as read";
  4. ACCOUNT_MESSAGE_HEADERS_URL = "http://support.worldofwarcraft.com/accountmessaging/getMessageHeaders.xml"; -- used for the account messaging to query the list of message headers
  5. ACCOUNT_MESSAGE_READ_URL = "http://support.worldofwarcraft.com/accountmessaging/markMessageAsRead.xml"; -- used by the account messaging system to mark a message as read
Advertisement
Add Comment
Please, Sign In to add comment