Ticket #4033 (closed defect: fixed)

Opened 3 months ago

Last modified 2 months ago

Tb in new private msg

Reported by: Dicson Owned by: asterix
Priority: normal Milestone: 0.12
Component: None Version: svn
Severity: normal Keywords:
Cc: OS: Unix

Description

Don't sending private message in muc

Traceback (most recent call last):

File "/home/test/gajim/src/chat_control.py", line 574, in _on_message_textview_mykeypress_event

self.send_message(message) # send the message

File "/home/test/gajim/src/groupchat_control.py", line 153, in send_message

ChatControl?.send_message(self, message)

File "/home/test/gajim/src/chat_control.py", line 1514, in send_message

process_command = process_command):

File "/home/test/gajim/src/chat_control.py", line 630, in send_message

user_nick = self.user_nick)

File "/home/test/gajim/src/message_control.py", line 172, in send_message

session = self.session, original_message = original_message)

File "/home/test/gajim/src/common/connection.py", line 1118, in send_message

gajim.capscache[(contact.caps_hash_method,

AttributeError?: GC_Contact instance has no attribute 'caps_hash_method'

Attachments

Change History

in reply to: ↑ description   Changed 3 months ago by Dicson

probably, dup of #4031

  Changed 3 months ago by Dicson

  • version set to svn
  • os changed from All to Unix

  Changed 3 months ago by asterix

(In [9825]) quick fix for private messages until we support caps for them. see #4033

  Changed 3 months ago by asterix

  • milestone set to 0.12

we should support caps for groupchat contacts too.

  Changed 2 months ago by asterix

  • status changed from new to closed
  • resolution set to fixed

(In [9853]) entity capabilities for groupchat contacts. fixes #4033

Add/Change #4033 (Tb in new private msg)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.