Subject: Share contacts
Hi alex
agsXMPP
C#
Look this :
My rosters list
1@localhost
2@localhost
3@localhost
4@localhost
5@localhost
6@localhost
How can share 1-5 ids to 6@localhost?
This is xml for that:
In agsXMPP there is way for that?
Thanks
agsXMPP
C#
Look this :
My rosters list
1@localhost
2@localhost
3@localhost
4@localhost
5@localhost
6@localhost
How can share 1-5 ids to 6@localhost?
This is xml for that:
- <message to="6@localhost" >
- <x xmlns="http://jabber.org/protocol/rosterx">
- <item action="add" jid="1@localhost"/>
- <item action="add" jid="2@localhost"/>
- <item action="add" jid="3@localhost"/>
- <item action="add" jid="4@localhost"/>
- <item action="add" jid="5@localhost"/>
- </x>
- </message>
In agsXMPP there is way for that?
Thanks