Re: [vysper] releases?

2009-08-19 Thread Bernd Fondermann
On Tue, Aug 18, 2009 at 23:11, Fernando Padillaf...@alum.mit.edu wrote:
 Hello.

 I am a bit new to the XMPP land, and I've yet to deploy our Tigase server
 into production.  But I stumbled onto Vysper and having a look at the source
 code, I think I will like it very much.

 I would love to plan to use Vysper for our production server, :) but I know
 it's still quite young.

 My requirements are Bosh (though if need be I could use Punjab until a
 native option comes up).  I am planning on using a PubSub component that I
 would customize (not all features needed, and my own storage system).  For
 future hacking, External Components (XEP-0114) would be nice and the newest
 Components Connections might be nicer (XEP-0193, XEP-0225).


 I would like to hear what you guys think.  Would you be close to some sort
 of release; .8, .9, 1.0?  Even with not everything in place yet?

 Thank you!!

Thanks Fernando for you kind words. :-)

However, I think (know) that Vysper is not ready for production yet.
It's not properly tested and documented. It lacks critical features,
from the XMPP PoV as well as from administration and management side.

Maybe it's more feasible for use in an embedded/testing environment
where you want to work closely with the sources.

BOSH support has not been done yet (though it should be possible
relatively easy), and external components are not supported yet,
either.

Definitively, we'd love to hear your feedback on any matter regarding Vysper.

  Bernd


Re: [vysper] releases?

2009-08-19 Thread Niklas Gustavsson
On Wed, Aug 19, 2009 at 9:37 AM, Bernd
Fondermannbernd.fonderm...@googlemail.com wrote:
 BOSH support has not been done yet (though it should be possible
 relatively easy)

BOSH is next on my list after I get MUC into some form of usable
state. Unless someone beats me to it of course :-)

/niklas


[jira] Resolved: (DIRMINA-735) SessionClosed called before data is received?

2009-08-19 Thread Emmanuel Lecharny (JIRA)

 [ 
https://issues.apache.org/jira/browse/DIRMINA-735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emmanuel Lecharny resolved DIRMINA-735.
---

Resolution: Invalid

Closed with an Invalid status, as it seems more like to be a user issue than a 
lib issue.

Thanks for the feedback !

 SessionClosed called before data is received?
 -

 Key: DIRMINA-735
 URL: https://issues.apache.org/jira/browse/DIRMINA-735
 Project: MINA
  Issue Type: Bug
Affects Versions: 2.0.0-M6
 Environment: JAVA + MINA +as3 
Reporter: yujun zhu
 Fix For: 2.0.0-M7

   Original Estimate: 240h
  Remaining Estimate: 240h

 **
   * 
   */
  @Override
  public void sessionOpened(IoSession ssn) throws Exception {
   System.out.println(session open for  + ssn.getRemoteAddress());
  }
  /**
   * 
   */
  @Override
  public void sessionClosed(IoSession ssn) throws Exception {
   System.out.println(session closed from  + ssn.getRemoteAddress());
  }
  /**
   * 
   * @throws Exception 
   */
  @Override
  public void messageReceived(IoSession ssn, Object msgString) throws 
 Exception{
   String s = (String)msgString;
   if(s.length()1Msg.isJSONObject(s)){
JSONObject msgObject=JSONObject.fromObject(s);
System.out.println(Receive the Client'msg:+msgObject);
MsgBroadCast.MsgSend( ssn, msgObject);
  
   }
 the above is the server code in my project(using mina 1.1.7).
 When the project starts at the beginning,everything is normal.
 session open for 58.129.47.21
 Receive the Client'msg: XXX.
 because I want to let the client keep connection(It is a chat system), 
 session is not closed.
 but after a day or more time ,it happens as follow:
 session open for 118.124.56.22
 session closed from 118.124.56.22
 the server can't receive the msg from the client. I am sure the client is not 
 closed automaticly.
 I can't find the reason . I can't understand why the server is ok at the 
 beginning ,but after a long time ,the server can't receive the msg.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[SSHd] trunk build failure

2009-08-19 Thread Emmanuel Lecharny

Hi,

I have co the latest trunk, and got this error when building it :

---
Test set: org.apache.sshd.ScpTest
---
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.481 
sec  FAILURE!

testScp(org.apache.sshd.ScpTest)  Time elapsed: 0.448 sec   FAILURE!
java.lang.AssertionError: expected:11 but was:0
   at org.junit.Assert.fail(Assert.java:74)
   at org.junit.Assert.failNotEquals(Assert.java:448)
   at org.junit.Assert.assertEquals(Assert.java:102)
   at org.junit.Assert.assertEquals(Assert.java:323)
   at org.junit.Assert.assertEquals(Assert.java:319)
   at org.apache.sshd.ScpTest.testScp(ScpTest.java:128)
...

--
--
cordialement, regards,
Emmanuel Lécharny
www.iktek.com
directory.apache.org




Re: [vysper] releases?

2009-08-19 Thread Emmanuel Lecharny

Niklas Gustavsson wrote:

On Wed, Aug 19, 2009 at 9:37 AM, Bernd
Fondermannbernd.fonderm...@googlemail.com wrote:
  

BOSH support has not been done yet (though it should be possible
relatively easy)



BOSH is next on my list after I get MUC into some form of usable
state. Unless someone beats me to it of course :-)
  


May I add that any help is welcomed ? For instance, if Fernando feels 
like giving a hand, that would be a good thing (tm) !


providing ideas, patches, even documentation or simply bug reports are 
the way to participate as a non committer, and the only way to become a 
committer :)

/niklas

  



--
--
cordialement, regards,
Emmanuel Lécharny
www.iktek.com
directory.apache.org




Re: [SSHd] trunk build failure

2009-08-19 Thread Guillaume Nodet
I don't see this failure, but I think it might be intermittent.
I've just changed the test a bit to allow for more time before checking the
file.
Could you svn up and try again ?

On Wed, Aug 19, 2009 at 10:03, Emmanuel Lecharny elecha...@apache.orgwrote:

 Hi,

 I have co the latest trunk, and got this error when building it :


 ---
 Test set: org.apache.sshd.ScpTest

 ---
 Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.481 sec
  FAILURE!
 testScp(org.apache.sshd.ScpTest)  Time elapsed: 0.448 sec   FAILURE!
 java.lang.AssertionError: expected:11 but was:0
   at org.junit.Assert.fail(Assert.java:74)
   at org.junit.Assert.failNotEquals(Assert.java:448)
   at org.junit.Assert.assertEquals(Assert.java:102)
   at org.junit.Assert.assertEquals(Assert.java:323)
   at org.junit.Assert.assertEquals(Assert.java:319)
   at org.apache.sshd.ScpTest.testScp(ScpTest.java:128)
 ...

 --
 --
 cordialement, regards,
 Emmanuel Lécharny
 www.iktek.com
 directory.apache.org





-- 
Cheers,
Guillaume Nodet

Blog: http://gnodet.blogspot.com/

Open Source SOA
http://fusesource.com


Re: [SSHd] trunk build failure

2009-08-19 Thread Emmanuel Lecharny

Guillaume Nodet wrote:

I don't see this failure, but I think it might be intermittent.
I've just changed the test a bit to allow for more time before checking the
file.
Could you svn up and try again ?
  

Done, and seems to work.

Thanks !

--
--
cordialement, regards,
Emmanuel Lécharny
www.iktek.com
directory.apache.org




[jira] Closed: (VYSPER-105) Querying for Room Items

2009-08-19 Thread Niklas Gustavsson (JIRA)

 [ 
https://issues.apache.org/jira/browse/VYSPER-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Niklas Gustavsson closed VYSPER-105.


Resolution: Fixed
  Assignee: Niklas Gustavsson

Fixed!

 Querying for Room Items
 ---

 Key: VYSPER-105
 URL: https://issues.apache.org/jira/browse/VYSPER-105
 Project: VYSPER
  Issue Type: Sub-task
  Components: XEP-0045 MUC
Reporter: Niklas Gustavsson
Assignee: Niklas Gustavsson



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (VYSPER-116) Sending a Private Message

2009-08-19 Thread Niklas Gustavsson (JIRA)

 [ 
https://issues.apache.org/jira/browse/VYSPER-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Niklas Gustavsson closed VYSPER-116.


Resolution: Fixed
  Assignee: Niklas Gustavsson

Implemented in rev 805976.

 Sending a Private Message
 -

 Key: VYSPER-116
 URL: https://issues.apache.org/jira/browse/VYSPER-116
 Project: VYSPER
  Issue Type: Sub-task
  Components: XEP-0045 MUC
Reporter: Niklas Gustavsson
Assignee: Niklas Gustavsson



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.