Advertisement
databasedumper

Untitled

Nov 6th, 2019
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.34 KB | None | 0 0
  1. <?xml version='1.0' encoding='UTF-8' ?>
  2.  
  3. <account version='1.0'>
  4.     <account>
  5.         <protocol>prpl-yahoo</protocol>
  6.         <name>poloshirt</name>
  7.         <password>popolassword</password>
  8.         <statuses>
  9.             <status type='available' name='Available' active='true'>
  10.                 <attributes/>
  11.             </status>
  12.             <status type='away' name='Away' active='false'>
  13.                 <attributes/>
  14.             </status>
  15.             <status type='brb' name='Be Right Back' active='false'>
  16.                 <attributes/>
  17.             </status>
  18.             <status type='busy' name='Busy' active='false'>
  19.                 <attributes/>
  20.             </status>
  21.             <status type='notathome' name='Not at Home' active='false'>
  22.                 <attributes/>
  23.             </status>
  24.             <status type='notatdesk' name='Not at Desk' active='false'>
  25.                 <attributes/>
  26.             </status>
  27.             <status type='notinoffice' name='Not in Office' active='false'>
  28.                 <attributes/>
  29.             </status>
  30.             <status type='onphone' name='On the Phone' active='false'>
  31.                 <attributes/>
  32.             </status>
  33.             <status type='onvacation' name='On Vacation' active='false'>
  34.                 <attributes/>
  35.             </status>
  36.             <status type='outtolunch' name='Out to Lunch' active='false'>
  37.                 <attributes/>
  38.             </status>
  39.             <status type='steppedout' name='Stepped Out' active='false'>
  40.                 <attributes/>
  41.             </status>
  42.             <status type='invisible' name='Invisible' active='false'>
  43.                 <attributes/>
  44.             </status>
  45.             <status type='offline' name='Offline' active='false'>
  46.                 <attributes/>
  47.             </status>
  48.         </statuses>
  49.         <settings>
  50.             <setting name='local_charset' type='string'>UTF-8</setting>
  51.             <setting name='picture_expire' type='int'>0</setting>
  52.             <setting name='xfer_host' type='string'>filetransfer.msg.yahoo.com</setting>
  53.             <setting name='xfer_port' type='int'>80</setting>
  54.             <setting name='proxy_ssl' type='bool'>0</setting>
  55.             <setting name='port' type='int'>5050</setting>
  56.             <setting name='check-mail' type='bool'>0</setting>
  57.             <setting name='ignore_invites' type='bool'>0</setting>
  58.             <setting name='picture_url'/>
  59.             <setting name='room_list_locale' type='string'>us</setting>
  60.             <setting name='use-global-buddyicon' type='bool'>1</setting>
  61.             <setting name='picture_checksum' type='int'>0</setting>
  62.         </settings>
  63.         <settings ui='gtk-gaim'>
  64.             <setting name='auto-login' type='bool'>0</setting>
  65.         </settings>
  66.         <current_error>
  67.             <type>2</type>
  68.             <description>Incorrect password</description>
  69.         </current_error>
  70.     </account>
  71. </account>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement