Opened at 2009-04-20T22:07:46Z
Last modified at 2014-02-04T07:09:09Z
#490 new enhancement
Bitlbee does not show the real nicknames when connecting to nimbuzz.com.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | wishlist | Milestone: | |
Component: | BitlBee | Version: | 1.2.3 |
Keywords: | patch | Cc: | |
IRC client+version: | Client-independent | Operating System: | Linux |
OS version/distro: |
Description
Nimbuzz.com is a jabber transport provider for various social networks, like Facebook. When you connect to these transports, you get back a list of cryptic user IDs, but no real nickname. You first get the nickname through XEP-0172, which adds a <nick> tag to the presence messages. Bitlbee does not handle these tags.
Attached is a patch to add the support for presence messages in the jabber protocol. It would be possible to add these checks to message.c too, but when a message arrives, then the user should already have sent its presence.
Attachments (1)
Change History (5)
Changed at 2009-04-20T22:08:32Z by
Attachment: | bitlbee-presence-xep-0172.patch added |
---|
comment:1 Changed at 2009-12-07T14:39:22Z by
Subscribing. I'm sure this could also be useful for other Jabber servers using XEP-0172.
comment:2 Changed at 2010-02-20T15:36:48Z by
same when connecting directly to chat.facebook.com (jabber).
comment:3 Changed at 2010-03-13T01:08:00Z by
Interesting. I just added code to BitlBee to use fullname info for setting the IRC nickname (depending on a per-account setting), butdidn't think of this XEP. Will take a look later.
changeset:devel,499 in case anyone's curious.
comment:4 Changed at 2014-02-04T07:09:09Z by
Keywords: | patch added |
---|
The patch for adding presence XEP-0172 to bitlbee.