[ 
https://issues.apache.org/jira/browse/VYSPER-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12873385#action_12873385
 ] 

Bogdan Pistol edited comment on VYSPER-204 at 5/30/10 4:12 AM:
---------------------------------------------------------------

I realized that the bosh-0.2.patch also contains a little code modification. It 
modifies the path to the bogus_mina_tls.cert in ServerMain.java. The diff is 
below.

-        server.setTLSCertificateInfo(new 
File("src/main/config/bogus_mina_tls.cert"), "boguspw");
+        server.setTLSCertificateInfo(new File(
+                "../vysper-core/src/main/config/bogus_mina_tls.cert"),
+                "boguspw");

Sorry for this, code formatting style should not be in the same change-set with 
code changes.

      was (Author: bogdan.pistol):
    I realized that the bosh-0.2.patch also contains a little code 
modification. It modifies the path to the bogus_mina_tls.cert.

-        server.setTLSCertificateInfo(new 
File("src/main/config/bogus_mina_tls.cert"), "boguspw");
+        server.setTLSCertificateInfo(new File(
+                "../vysper-core/src/main/config/bogus_mina_tls.cert"),
+                "boguspw");

Sorry for this, code formatting style should not be in the same change-set with 
code changes.
  
> Bosh-0.2, Bosh-0.3 - Strophe.js client implementation
> -----------------------------------------------------
>
>                 Key: VYSPER-204
>                 URL: https://issues.apache.org/jira/browse/VYSPER-204
>             Project: VYSPER
>          Issue Type: Improvement
>          Components: extension
>            Reporter: Bogdan Pistol
>            Priority: Minor
>         Attachments: bosh-0.2.patch, bosh-0.3-patch-libraries.tar.gz, 
> bosh-0.3.patch
>
>
> Implementation of the client that before was provided as a copy/paste example 
> from the "Professional XMPP Programming with JavaScript and jQuery" book.
> The implementation is my own and can be included in the tree.
> The libraries used are downloaded from their sites, and all are distributed 
> under the MIT license (strophe include BSD code and public domain code in its 
> own implementation). 

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

Reply via email to