Code Monkey home page Code Monkey logo

jinglenodes's Introduction

 test test12
 test123
 

jinglenodes's People

Watchers

 avatar

jinglenodes's Issues

bad import declaration

1.git clone https://github.com/processone/exmpp.git
2.autoconf && autoreconf -vif && ./configure && make install
3.svn checkout http://jinglenodes.googlecode.com/svn/trunk/jnsapi_erlang 
jnsapi_erlang

root@jserver:/home/jserver/jnsapi_erlang# make
if test -d ebin; then echo "Existing Dir"; else mkdir ebin; fi
Existing Dir
Recompile: src/unit_test
src/unit_test.erl:35: Warning: variable 'Cover' is unused
Recompile: src/sup_jn_component
Recompile: src/p1_loglevel
Recompile: src/p1_logger_h
Recompile: src/mod_monitor
Recompile: src/jn_component
src/jn_component.erl:16: bad import declaration
src/jn_component.erl:17: bad import declaration
make: *** [erl] Error 1


What version of the product are you using? On what operating system?
root@eserver:/home/eserver/jnsapi_erlang# autoconf --version
autoconf (GNU Autoconf) 2.68
Copyright (C) 2010 Free Software Foundation, Inc.

root@eserver:/home/eserver/jnsapi_erlang# make --version
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.4 LTS"
NAME="Ubuntu"
VERSION="12.04.4 LTS, Precise Pangolin"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu precise (12.04.4 LTS)"
VERSION_ID="12.04"

Linux eserver 3.5.0-45-generic #68~precise1-Ubuntu SMP Wed Dec 4 16:18:46 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux


Original issue reported on code.google.com by [email protected] on 5 Feb 2014 at 7:30

Implement Service Channel Class

Implement Service Channel Class

The Channel MUST behave as a RTP Relay Channel. Providing relay between 2 
different UDP ports.

Features:
* Dynamic bind
* Packet Throttle
* Inactivity Callback

Original issue reported on code.google.com by [email protected] on 1 Oct 2009 at 6:41

jinglenodes shows up as "admin.item.jn"

What steps will reproduce the problem?
1. restarting the plugin
or 2. removing it from plugins directory and reinstalling it
or 3. downloading it from google-code, placing it in the plugins directory and 
restarting openfire

What is the expected output? What do you see instead?
there should be written "Jingle Nodes" but instead there is "admin.item.jn" in 
the server settings

What version of the product are you using? On what operating system?
Openfire version 3.7.1 
Jingle Nodes version 0.0.3 as found in the plugins repo and on google-code
JRE version 1.6.0_24
Please provide any additional information below.
I'm also using redfire version 0.0.3.0

When I click on the "admin.item.jn" button where the Jingle Nodes button is 
supposed to be I get a menu like this:
???jn.settings.title???
???jn.verified.ip???:
     ???jn.verified.ip.warning??? none
???jn.active.channels???:
    0
???jn.settings.overrideip???:
    [field where i can put my public IP]

what can I do?

Original issue reported on code.google.com by [email protected] on 24 Nov 2012 at 2:40

Add Throttling suport for C++ Version

Add Throttling With the following criterial:
* Packets per second 
* Max Bandwidth 

Behavior Policy:
* If Throttling exceed up to +50% of limit discard packets.
* If exceed over +50% deactivate channel.

Original issue reported on code.google.com by [email protected] on 19 Oct 2009 at 3:59

Throttle Support on Erlang Version

Add Throttling With the following criterial:
* Packets per second 
* Max Bandwidth 

Behavior Policy:
* If Throttling exceed up to +50% of limit discard packets.
* If exceed over +50% deactivate channel.

Original issue reported on code.google.com by [email protected] on 21 Nov 2009 at 1:41

Kill Opened Channels If Inactive for more than X Seconds

Kill Opened Channels If Inactive for more than X Seconds:

* If a opened channel dont receive packets in one of the listening ports for 
more than X Secs, than 
the channel is considered Inactive.
* A Timed Background Process should kill it.

Original issue reported on code.google.com by [email protected] on 21 Nov 2009 at 11:01

Erlang JN Service API

Erlang JN Service API

Basic Erlang Service API, with main focus to provide a relay functionality for 
an XMPP Server via 
External Component.

* EXMPP Recommended.

Original issue reported on code.google.com by [email protected] on 14 Nov 2009 at 7:19

Fix ejabberd_mod_jn configure.ac to look for proper ejabberd include dir

The configure.ac script from the ejabberd module has the path to 
$prefix/lib/ejabberd hard-coded.

I am trying to package for Gentoo and ejabberd include is at 
/usr/lib/erlang/lib/ejabberd-x.y.z/include where x.y.z is the ejabberd version.

configure.ac should be modified to look for the ejabberd include dir properly.

Original issue reported on code.google.com by natureshadow on 8 Jan 2012 at 10:09

Add Throttling suport for Java Version

Add Throttling With the following criterial:
* Packets per second 
* Max Bandwidth 

Behavior Policy:
* If Throttling exceed up to +50% of limit discard packets.
* If exceed over +50% deactivate channel.

Original issue reported on code.google.com by [email protected] on 19 Oct 2009 at 3:58

Add support for secondary port +1 for RTCP purpose

On Erlang JNS, add support for 2 ports per host in the channel, for RTCP 
support.

Example:
Channel X: Returned Ports 10002 10004

Sender will use Port 10002 + 10003 for RTCP which should be also relayed.
Receiver will use Port 10004 + 10005 for RTCP which should be also relayed.

Original issue reported on code.google.com by [email protected] on 14 Dec 2009 at 7:07

"Jingle Nodes with Jitsi" lacks last pages

Try to open document "How to use Jingle Nodes with Jitsi" on google.

It lacks the most interesting pages at the end.
I mean Jitsi options.
Instead I only see "blank" background and arrow which suppose to show the 
fields to fill.

I tried Chromium, Opera then I tried downloading as PDF, PPT.
All look the same.


Original issue reported on code.google.com by [email protected] on 19 Mar 2012 at 7:09

jnsapi_erlang (trunk) with with erlang 14.a and ejabberd 2.1.5

What steps will reproduce the problem?
1. set up a ejabberd 2.1.5 (debian stable) server and enter a component 
configuration with port (5571 here) and a secret
2. checkout exmpp from git & compile
3. checkout jnsapi_erlang from trunk & compile
4. adapt jn_component.cfg and try to start.sh (optional: without -detach)

Result:
XXXXX:~/customSoftware/jinglenodes/jinglenodes-read-only/trunk/jnsapi_erlang# 
erl -name JingleNodes -pa deps/*/ebin -pa ebin/ -s app_jn_component -noinput 
-noshell -env ERL_MAX_PORTS 65000

=INFO REPORT==== 25-Aug-2012::13:46:11 ===
    application: app_jn_component
    exited: {shutdown,{app_jn_component,start,[normal,[]]}}
    type: temporary

Also, in the ejabberd logfiles no connection attempt from the component is 
logged. As far as i know, i've tried to follow the guide as best as i could. 
How exactly is this meant to be used? Any hints would be greatly appreciated :P.

Best Regards
- Dario Ernst

Original issue reported on code.google.com by [email protected] on 25 Aug 2012 at 12:34

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.