examples/vcard.lua
changeset 121 75a7d595817c
parent 99 ed4676536ed9
equal deleted inserted replaced
120:1be9411caf31 121:75a7d595817c
    94 			function ( mesg )
    94 			function ( mesg )
    95 				print ( 'Vcard obtaining error: ' .. mesg )
    95 				print ( 'Vcard obtaining error: ' .. mesg )
    96 			end )
    96 			end )
    97 	end, true, 'jid' )
    97 	end, true, 'jid' )
    98 
    98 
    99 commands_help['vcard-temp'] = '[photo filename | . | jid]\n\nObtains vcard (as a form, but you may not submit it). Without arguments obtains your own vcard. "." means current buddy.\nYou can also publish your photo from file, that will automatically get your vcard, put a data into it and submit to server.'
       
   100 
       
   101 -- vim: se ts=4 sw=4: --
    99 -- vim: se ts=4 sw=4: --