Advertisement
pastepin57

JabberAccountDefaults copy 2.txt

May 10th, 2015
594
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>AutoLogin</key>
  6.     <true/>
  7.     <key>AutoDiscoverHostAndPort</key>
  8.     <true/>
  9.     <key>AllowSelfSignedSSL</key>
  10.     <true/>
  11.     <key>UseSSL</key>
  12.     <true/>
  13.     <key>ServerPort</key>
  14.     <integer>5222</integer>
  15.     <key>ServerSSLPort</key>
  16.     <integer>5223</integer>
  17.     <key>UseMachineName</key>
  18.     <true/>
  19.     <key>ResourceName</key>
  20.     <string>Messages</string>
  21.     <key>Priority</key>
  22.     <integer>0</integer>
  23.     <key>UseKeychain</key>
  24.     <true/>
  25.     <key>NumberOfLastChatMessagesToShow</key>
  26.     <integer>25</integer>
  27.     <key>LoadPreviousChatMessages</key>
  28.     <true/>
  29. </dict>
  30. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement