Changes between Initial Version and Version 2 of Ticket #342
- Timestamp:
- 2015-03-16T03:20:45Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #342
-
Property
Component
changed from
BitlBee
toJabber
-
Property
Component
changed from
-
Ticket #342 – Description
initial v2 1 1 In the gtalk interface in gmail, you can only show a small percentage of your contacts and so i usually set a few of them to never show up but it doesnt mean remove them, it just means when i need to talk to them, I have to find them in the contact list myself. However, i noticed that in bitlbee, the user is completely removed. and trying to talk to them results in a no nick in this channel. 2 2 3 09:58 -!- randomuser: No such nick/channel 3 {{{09:58 -!- randomuser: No such nick/channel}}} 4 4 5 5 some xmlconsole output. 6 6 7 adding a user to "auto" show up 7 10:01 <xmlconsole> RX: <iq to="me@randomdomain/BitlBeeFDE957C3" id="3D83D624" type="set"><query xmlns="jabber:iq:roster"><item jid="randomuser@randomdomain.com" subscription="both"/></query></iq> 8 9 {{{10:01 <xmlconsole> RX: <iq to="me@randomdomain/BitlBeeFDE957C3" id="3D83D624" type="set"><query xmlns="jabber:iq:roster"><item jid="randomuser@randomdomain.com" subscription="both"/></query></iq>}}} 10 8 11 making a user "never" show up 9 10:01 <xmlconsole> RX: <iq to="me@randomdomain/BitlBeeFDE957C3" id="3D83D721" type="set"><query xmlns="jabber:iq:roster"><item jid="randomuser@randomdomain.com" subscription="remove"/></query></iq> 12 13 {{{10:01 <xmlconsole> RX: <iq to="me@randomdomain/BitlBeeFDE957C3" id="3D83D721" type="set"><query xmlns="jabber:iq:roster"><item jid="randomuser@randomdomain.com" subscription="remove"/></query></iq>}}}