When inviting someone to MIX the invitation is displayed in the MIX and not in the user chat (#349)
Closed
wojciech.kapcia@tigase.net opened 4 years ago

What I've done:

  1. clicked 'open chat' and put contact JID, confirmed, chat got opened, I sent a message
  2. go to MIX channel and click "add contact", paste JID again, confirm (observation: contact didn't seem to be detected / no suggestion was displayed)

What happened:

  • "Invitation" was displayed directly in MIX channel instead of contact chat
<!--   2021-02-01T12:36:18Z   >>>>   -->
<iq type='get' to='int@mix.tigase.org' id='D0DD0D4C-A345-464E-B0AB-41899DD474A2'>
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
<items node='urn:xmpp:mix:nodes:allowed'/>
</pubsub>
</iq>

<!--   2021-02-01T12:36:19Z   <<<<   -->
<iq xmlns='jabber:client' type='result' to='wojtek@tigase.org/369767153-tigase-5' from='int@mix.tigase.org' id='D0DD0D4C-A345-464E-B0AB-41899DD474A2'>
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
<items node='urn:xmpp:mix:nodes:allowed'>
<item id='wojtek@tigase.org'/>
<item id='artur.hefczyc@tigase.org'/>
<item id='bartosz.malkowski@tigase.org'/>
<item id='andrzej.wojcik@tigase.org'/>
<item id='kobit@tigase.org'/>
<item id='bmalkow@malkowscy.net'/>
<item id='rk@tigase.org'/>
<item id='sevan.evans@tigase.net'/>
</items>
<set xmlns='http://jabber.org/protocol/rsm'>
<first index='0'>524#wojtek@tigase.org</first>
<last>524#sevan.evans@tigase.net</last>
<count>8</count>
</set>
</pubsub>
</iq>

<!--   2021-02-01T12:36:19Z   >>>>   -->
<a xmlns='urn:xmpp:sm:3' h='2828'/>

<!--   2021-02-01T12:36:19Z   >>>>   -->
<iq to='int@mix.tigase.org' id='31BE06B5-601B-4593-B2AF-6EE2D819D96F' type='set'>
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
<publish node='urn:xmpp:mix:nodes:allowed'>
<item id='sevan.evans@tigase.net'/>
</publish>
</pubsub>
</iq>

<!--   2021-02-01T12:36:19Z   <<<<   -->
<iq type='result' xmlns='jabber:client' id='31BE06B5-601B-4593-B2AF-6EE2D819D96F' to='wojtek@tigase.org/369767153-tigase-5' from='int@mix.tigase.org'>
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
<publish node='urn:xmpp:mix:nodes:allowed'>
<item id='sevan.evans@tigase.net'/>
</publish>
</pubsub>
</iq>

<!--   2021-02-01T12:36:19Z   >>>>   -->
<message type='chat' id='7EB1656A-769A-4C40-AF61-E453847252C7' to='sevan.evans@tigase.net'>
<invitation xmlns='urn:xmpp:mix:misc:0'>
<inviter>wojtek@tigase.org</inviter>
<invitee>sevan.evans@tigase.net</invitee>
<channel>int@mix.tigase.org</channel>
<token/>
</invitation>
<body>Invitation to channel int@mix.tigase.org</body>
<request xmlns='urn:xmpp:receipts'/>
</message>

65145C80-BFAB-4585-9764-77CC32BC53BC.jpg 749BB066-1EA9-41DE-A7FF-724998B57F22.jpg

Andrzej Wójcik (Tigase) commented 4 years ago

The invitation is recorded in the wrong conversation log locally in the BeagleIM database.

issue 1 of 1
Type
Bug
Priority
Normal
Assignee
Version
5.0
Spent time
45m
Issue Votes (0)
Watchers (0)
Reference
tigase/_clients/beagle-im#349
Please wait...
Page is in error, reload to recover