2012-05-12 19 views

答えて

1

あなたは彼らの名簿をお送りしにあなたの友人を誘導することができるならば、あなたはXEP-0144を使用することができ、プロトコルとして「選手アイテムの交換」:有効にした場合、プライバシーの巨大な違反となり

<message from='[email protected]' to='[email protected]'> 
    <body>Some visitors, m'lord!</body> 
    <x xmlns='http://jabber.org/protocol/rosterx'> 
    <item action='add' 
      jid='[email protected]' 
      name='Rosencrantz'> 
     <group>Visitors</group> 
    </item> 
    <item action='add' 
      jid='[email protected]' 
      name='Guildenstern'> 
     <group>Visitors</group> 
    </item> 
    </x> 
</message> 
関連する問題