Re: [Twisted-Jabber] question : MUCClient, how to received private message

2012-01-08 Thread bino oetomo
On 01/08/2012 08:52 AM, HoverHell wrote: On Fri, Jan 6, 2012 at 8:31 AM, bino oetomob...@indoakses-online.com wrote: Bassicaly I need to handle groupchat and chat message-type diferently With -- from wokkel.xmppim import MessageProtocol , I can send and receive groupchat and chat type ...

Re: [Twisted-Jabber] question : MUCClient, how to received private message

2012-01-08 Thread HoverHell
But .. what about the msg type ? will it chat ? Yes it will be “chat”. Generally, I suggest you use an XML console of your normal XMPP client to see what actually gets transferred in all such cases — all these things are rather clear in the XML of client-server communications.

Re: [Twisted-Jabber] question : MUCClient, how to received private message

2012-01-07 Thread HoverHell
On Fri, Jan 6, 2012 at 8:31 AM, bino oetomo b...@indoakses-online.com wrote: Bassicaly I need to handle groupchat and chat message-type diferently With -- from wokkel.xmppim import MessageProtocol , I can send and receive groupchat and chat type ... but I can not got the original sender ID I

[Twisted-Jabber] question : MUCClient, how to received private message

2012-01-05 Thread bino oetomo
Dear All .. I'm writing a jabber bot using wokkel MUCClient. the MUC part is work fine .. it can send and receive public msg from the chat room. But How to receive/handling private msg ? Bassicaly I need to handle groupchat and chat message-type diferently With -- from wokkel.xmppim import