Active
Project:
DXMPP
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2010 at 13:33 UTC
Updated:
15 Dec 2010 at 21:27 UTC
Jump to comment: Most recent file
Hi,
I've noticed that if you wirte a private message for example from pidgin to a user logged in via drupal/dxmpp it never appear. But if you write to the same user from drupal to the extern client (/msg nick ...) it appears regulary.
In pidgin also every user logged in via drupal is displayed in the infos as offline insted if they checked being available..
I can't figure out where to check these problems?
cheers!
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | Capture3.PNG | 103.99 KB | darklrd |
Comments
Comment #1
IckZ commentededit:
something is wrong with this issue:
If you are in pidgin in a mucroom - > doubleclick on a user -> write a message.
The Firebug - Console give you the feedback that you received a message but the chatbox doesn't pop up. I think it is a problem with the recource from the jid..
the xml answer data is:
If you write directly without using the external muc the "to:(-part)" from above dont show the recource i.e. /33325237751289243420153062 and everything works fine!
I cant find the place to cut the recource from the jid..
Comment #2
darklrd commentedHi Ickz,
I will look into this soon. Most likely the problem is with the jid as you have mentioned in your first comment.
Comment #3
IckZ commentedHey darklrd,
thanks for your reply and your work - I hope that the jid I mentioned could easy be cutted :) That would also erase the error, that no global announcment message appear.
Comment #4
IckZ commentedhey,
anything news according to that? I found that muc solution: http://www.lobstermonster.org/chat
The author say on his site that he might want to publish the code.. I think that could dxmpp help very much and solve this issue.
cheers
Comment #5
darklrd commentedHey IckZ,
I tried to send a private message from pidgin to the dxmpp user and it worked!
Check out the attached screenshot.
Are you talking about dxmpp muc instead?
Comment #6
IckZ commentedHey darklrd,
great to see you working here :) It's a little bit strange. You should reproduce this on this way:
1. Join a Muc-Room with Pidgin
2. Join through drupal with an other user to this room
3. Double-Click on the Username in Pidgin (a new Window opens) and than send the message to the user who is logged in through drupal.
At my Configuration the message will not appear to the user in drupal.. hm?
cheers!
Comment #7
darklrd commentedHey IckZ,
This is not a bug. The one-on-one chat in muc has not been implemented in muc instead you can use private messages to chat. This pm is different from the one-on-one chat. That's why you were not able to send message from pidgin in muc by clicking on the name of the user.
If you send pm via drupal site you will notice that the external user (of pidgin) will receive the message but it will show sender as room_name@[localhost]/username instead of username@localhost. If you reply to this message the drupal site user does receive the message from the pidgin.
Changing this to feature request.
Comment #8
IckZ commentedHey darklrd,
Thanks for your reply - I understand. But I think the message still appears in firebug and strohpe does its job - I hope that this wont be so much work :)