Re: Big mess in 2.0

2013-11-27 Thread Jeff MAURY
Hello, I've rebased 2.0.8 into 2.0 and pushed it to the server. Still have to either delete 2.0.8 branch or put it read only (it is possible to do it with a hook but it seems it is not possible to push a hook) Jeff On Tue, Nov 26, 2013 at 11:25 PM, Emmanuel Lécharny wrote: > Le 11/26/13 11:08

Re: Big mess in 2.0

2013-11-27 Thread Emmanuel Lécharny
Le 11/27/13 1:29 PM, Jeff MAURY a écrit : > Hello, > > I've rebased 2.0.8 into 2.0 and pushed it to the server. Ok, thanks. > Still have to either delete 2.0.8 branch or put it read only (it is > possible to do it with a hook but it seems it is not possible to push a > hook) Just delete it. It's

Re: Big mess in 2.0

2013-11-27 Thread Jeff MAURY
Done Jeff On Wed, Nov 27, 2013 at 1:44 PM, Emmanuel Lécharny wrote: > Le 11/27/13 1:29 PM, Jeff MAURY a écrit : > > Hello, > > > > I've rebased 2.0.8 into 2.0 and pushed it to the server. > > Ok, thanks. > > > Still have to either delete 2.0.8 branch or put it read only (it is > > possible to d

[jira] [Created] (DIRMINA-972) NPE during handshake on Android using SSLFilter

2013-11-27 Thread Christopher Deschenes (JIRA)
Christopher Deschenes created DIRMINA-972: - Summary: NPE during handshake on Android using SSLFilter Key: DIRMINA-972 URL: https://issues.apache.org/jira/browse/DIRMINA-972 Project: MINA

[jira] [Updated] (DIRMINA-972) NPE during handshake on Android using SSLFilter

2013-11-27 Thread Christopher Deschenes (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Deschenes updated DIRMINA-972: -- Attachment: SSLProviderDiff.html We suspect that the root cause of the trouble

[jira] [Updated] (DIRMINA-973) IllegalArgumentException thrown on ProtocolCodecFilter.flush

2013-11-27 Thread Simone Melchiori (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simone Melchiori updated DIRMINA-973: - Description: With multiple threads that write messages to a mina session. Sometimes i h

[jira] [Created] (DIRMINA-973) IllegalArgumentException thrown on ProtocolCodecFilter.flush

2013-11-27 Thread Simone Melchiori (JIRA)
Simone Melchiori created DIRMINA-973: Summary: IllegalArgumentException thrown on ProtocolCodecFilter.flush Key: DIRMINA-973 URL: https://issues.apache.org/jira/browse/DIRMINA-973 Project: MINA

sendxmpp mit vysper

2013-11-27 Thread Markus Müller
Hallo, ist es möglich sendxmpp für vysper einzusetzen ? Wenn ja, wie ?? meine Versuche auf dem lokal installiertem vysper mit sendxmpp zu arbeiten scheiterte bis jetzt, die Kommunikation mit Pidgin ist jedoch problemlos möglich. Markus

MINA on multihomed machine

2013-11-27 Thread Dhruv Chopra
Hi, I wanted to know if MINA supports binding to multiple IP interfaces? So if my machine has 2 IP addresses (A and B) - can I make a single MINA process bind to both? It seems to me it should be possible by just creating a second NioSocketAcceptor object, binding it to the second local IP address