Week 7 & 8
Hello all,
It has been productive two weeks ! I have added some features to MIX in Swiften. These two weeks, I have added the following features:
1. Registering and setting Nick by a MIX client: This feature allows a MIX user to set and register a nick for a MIX channel by sending IQ stanzas of the following type: <iqtype='set'from='hag66@shakespeare.example/UUID-a1j/7533'to='coven@mix.shakespeare.example'id='7nve413p'><setnickxmlns='urn:xmpp:mix:0'><nick>thirdwitch</nick></setnick></iq> This example shows an IQ stanza from a MIX client to a MIX channel asking to set nick "thirdwitch". Similarly, if a MIX channel supports registering nick (mix_nick_register), then client sends a register nick payload to the channel.
2. Requesting VCard of a channel participant: A MIX client can now request a VCard of a channel participant by sending an IQ request to bare proxy JID of the channel participant as foll…
It has been productive two weeks ! I have added some features to MIX in Swiften. These two weeks, I have added the following features:
1. Registering and setting Nick by a MIX client: This feature allows a MIX user to set and register a nick for a MIX channel by sending IQ stanzas of the following type: <iqtype='set'from='hag66@shakespeare.example/UUID-a1j/7533'to='coven@mix.shakespeare.example'id='7nve413p'><setnickxmlns='urn:xmpp:mix:0'><nick>thirdwitch</nick></setnick></iq> This example shows an IQ stanza from a MIX client to a MIX channel asking to set nick "thirdwitch". Similarly, if a MIX channel supports registering nick (mix_nick_register), then client sends a register nick payload to the channel.
2. Requesting VCard of a channel participant: A MIX client can now request a VCard of a channel participant by sending an IQ request to bare proxy JID of the channel participant as foll…