Quantcast
Channel: Ignite Realtime: Message List
Viewing all articles
Browse latest Browse all 11413

ChatListener doesn't differ Multi-User private chats

$
0
0

Originnaly using asmack I got this issue.

 

I'm using ChatListener to be fired on incoming private chats from MUC like someroom@conference.jabber.host.com/someuser. This way ChatListener fired at first private chat then maps all incoming private chats to that, first thread.

 

Alternatively this can be solved by using packet listener on connection and filtering by message.getFrom(). But I supose there will be a direct solution.

 

Original github issue.


Viewing all articles
Browse latest Browse all 11413

Trending Articles