Giter VIP home page Giter VIP logo

boghe's People

Contributors

doubangotelecom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

boghe's Issues

missing a default 'configuration.xml' file & C# Exception

Hi,

I am evaluating the IMS/RCS client for Windows. I am having 2 issues:

1. When I run the pre-built binary - it quits trying to open a 
configuration.xml file. The first run creates and empty XML file. The second 
run just quits with no error.

  - Is there an example XML config file somewhere?

2. I built the project in VS2008 (both boghe & doubango). I get the same issue 
as above but I have a call stack trace now, to help in guiding me where to go 
next. I am not too familiar with SWIG but appearently the code generated C# 
tinyWrapper is unhappy/unable to instantiate a 'SipCallback' object. Any 
guidance appreciated :-)

System.TypeInitializationException was unhandled
  Message="The type initializer for 'org.doubango.tinyWRAP.tinyWRAPPINVOKE' threw an exception."
  Source="doubango"
  TypeName="org.doubango.tinyWRAP.tinyWRAPPINVOKE"
  StackTrace:
       at org.doubango.tinyWRAP.tinyWRAPPINVOKE.new_SipCallback()
       at org.doubango.tinyWRAP.SipCallback..ctor() in C:\dev\sipua\Doubango\bindings\csharp\SipCallback.cs:line 42
       at BogheCore.Services.Impl.SipService.MySipCallback..ctor(SipService sipService) in C:\dev\sipua\boghe\boghe-core\Services\Impl\SipService.Callback.cs:line 41
       at BogheCore.Services.Impl.SipService..ctor(ServiceManager serviceManager) in C:\dev\sipua\boghe\boghe-core\Services\Impl\SipService.cs:line 60
       at BogheApp.Services.Impl.Win32ServiceManager.get_SipService() in C:\dev\sipua\boghe\boghe-app\Services\Impl\Win32ServiceManager.cs:line 178
       at BogheApp.Services.Impl.Win32ServiceManager.Start() in C:\dev\sipua\boghe\boghe-app\Services\Impl\Win32ServiceManager.cs:line 80
       at BogheApp.App.Application_Startup(Object sender, StartupEventArgs e) in C:\dev\sipua\boghe\boghe-app\App.xaml.cs:line 64
       at System.Windows.Application.<.ctor>b__0(Object unused)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.DispatcherOperation.InvokeImpl()
       at System.Threading.ExecutionContext.runTryCode(Object userData)
       at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Windows.Threading.DispatcherOperation.Invoke()
       at System.Windows.Threading.Dispatcher.ProcessQueue()
       at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
       at System.Windows.Threading.Dispatcher.TranslateAndDispatchMessage(MSG& msg)
       at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       at System.Windows.Application.RunInternal(Window window)
       at BogheApp.App.Main() in C:\dev\sipua\boghe\boghe-app\obj\Debug\App.g.cs:line 0
       at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
       at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart()
  InnerException: System.TypeInitializationException
       Message="The type initializer for 'SWIGExceptionHelper' threw an exception."
       Source="doubango"
       TypeName="SWIGExceptionHelper"
       StackTrace:
            at org.doubango.tinyWRAP.tinyWRAPPINVOKE.SWIGExceptionHelper..ctor()
            at org.doubango.tinyWRAP.tinyWRAPPINVOKE..cctor() in C:\dev\sipua\Doubango\bindings\csharp\tinyWRAPPINVOKE.cs:line 126
       InnerException: System.BadImageFormatException
            Message="An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)"
            Source="doubango"
            StackTrace:
                 at org.doubango.tinyWRAP.tinyWRAPPINVOKE.SWIGExceptionHelper.SWIGRegisterExceptionCallbacks_tinyWRAP(ExceptionDelegate applicationDelegate, ExceptionDelegate arithmeticDelegate, ExceptionDelegate divideByZeroDelegate, ExceptionDelegate indexOutOfRangeDelegate, ExceptionDelegate invalidCastDelegate, ExceptionDelegate invalidOperationDelegate, ExceptionDelegate ioDelegate, ExceptionDelegate nullReferenceDelegate, ExceptionDelegate outOfMemoryDelegate, ExceptionDelegate overflowDelegate, ExceptionDelegate systemExceptionDelegate)
                 at org.doubango.tinyWRAP.tinyWRAPPINVOKE.SWIGExceptionHelper..cctor() in C:\dev\sipua\Doubango\bindings\csharp\tinyWRAPPINVOKE.cs:line 106
            InnerException: 

Original issue reported on code.google.com by [email protected] on 14 Dec 2010 at 9:28

How to make call on C# Project.

Now project is running But i am not able to making call. Can anybody tell me 
here how to make a call on C# project. 

Thanks in advance....


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

Binary SMS text randomly truncated

What steps will reproduce the problem?
same setup as with issues #42 and #43

What is the expected output? 
all the entered text is sent out, UDL set properly

What do you see instead?
UDL limited to 6 bytes which are eventually sent out and received by client

NOTE 6 bytes is a random number. I saw e.g. 136 bytes sent when I entered more 
than 160 etc. looks line uninitialized variable 

What version of the product are you using? On what operating system?
same setup as with issues #42 and #43


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Feb 2011 at 11:46

Attachments:

Query regarding the errors

Dear All,

I have check out the Myboghe source code on three systems of same configuration 
windows xp(sp3) as per the guide. But on two systems it is giving the following 
error. I think this is some setting or SDK problem on the systems.
Please someone tell me how to resolve these errors as i told before i am new in 
C#.

Error   1   The best overloaded method match for 
'System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherP
riority, System.Delegate)' has some invalid 
arguments   E:\myboghe\boghe\boghe-core\Services\Impl\XcapService.ResourceLists.cs
    80

Error   2   Argument '1': cannot convert from 
'BogheCore.Services.Impl.XcapService.UpdateGroupsAndContactsDelegate' to 
'System.Windows.Threading.DispatcherPriority'   E:\myboghe\boghe\boghe-core\Servic
es\Impl\XcapService.ResourceLists.cs    80

Error   3   Argument '2': cannot convert from 'object[]' to 
'System.Delegate'   E:\myboghe\boghe\boghe-core\Services\Impl\XcapService.Resource
Lists.cs    81

Error   4   The best overloaded method match for 
'System.Collections.ObjectModel.ObservableCollection<T>.ObservableCollection(Sys
tem.Collections.Generic.List<T>)' has some invalid 
arguments   E:\myboghe\boghe\boghe-core\MyObservableCollection.cs   36

Error   5   Argument '1': cannot convert from 
'System.Collections.Generic.IEnumerable<T>' to 
'System.Collections.Generic.List<T>'    E:\myboghe\boghe\boghe-core\MyObservableCol
lection.cs  36

Thanks in advance...

Original issue reported on code.google.com by [email protected] on 18 Dec 2010 at 10:55

  • Merged into: #13

Two connection fields in SDP

I observe there are two connection fields in SDP. But, where as my  server send 
single connection field in SDP, due to this BOGHE client send 603 response. Pls 
find below SDPs for Boghe client and my server

SDP from BOGHE client:

v=0
o=doubango 1983 678901 IN IP4 10.203.1.14
s=-
c=IN IP4 10.203.1.14
t=0 0
m=message 1958 TCP/MSRP *
c=IN IP4 10.203.1.14
a=path:msrp://10.203.1.14:1958/77251085;tcp
a=connection:new
a=setup:actpass
a=accept-types:text/plain message/CPIM
a=accept-wrapped-types:text/plain image/jpeg image/gif image/bmp image/png
a=sendrecv

SDP from my SERVER to Boghe:

v=0
o=MSX-NP2-JRL-37 1983 678901 IN IP4 10.214.37.100
s=sip call
c=IN IP4 10.217.37.100
t=0 0
m=message 10032 TCP/MSRP *
a=path:msrp://10.217.37.100:10032/77251085;tcp
a=connection:new
a=setup:actpass
a=accept-types:text/plain message/CPIM
a=accept-wrapped-types:text/plain image/jpeg image/gif image/bmp image/png
a=sendrecv

Original issue reported on code.google.com by [email protected] on 24 Feb 2011 at 10:13

Query regarding theerror

Dear All,

I downloaded new version of MyBoghe as per the guide.My project was running ok 
but i dont know why now it is giving an error. Error is given below....
Error   1   The type or namespace name 'MediaSessionMgr' could not be found (are 
you missing a using directive or an assembly 
reference?) E:\myboghe\boghe-core\Sip\MyInviteSession.cs    32

Actually i am new in C#. I think i am missing something ...Please someone help 
me out here....It would be helpful to me if some one elaborate in detail.
Thanks in Advance
-------------------



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

Impossible to Sign In more than once.

What steps will reproduce the problem?
1. Start Boghe app
2. Having configuration set, press Sign In button
3. Once registered, select in menu File -> Sign Out. The 'Stack stopped' status 
message is shown then.

What is the expected output? What do you see instead?
It should be possible to sign in again. The original screen is not visible. The 
'Sign In' option under the File menu is disabled.

What version of the product are you using? On what operating system?
Boghe_1.0.55.539.zip 
Windows XP Pro SP3, Windows 7 Starter

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 3 Jan 2011 at 9:50

query related with the installer

Dear All,

Actually i downloaded  your latest version today and build it with the setup.
so two files are created their in Debug folder. Actually i build it in Debug 
folder. one is Boghe IMS Client x86.msi and second is setup.exe. Then i tried 
to install the setup.exe on the Pc which does not have . net framework. It is 
giving some error like in the attached snapshot. I assume that it will install 
the .net framework with the setup. Please help me out here...I dont know waht 
is the issue.....Snap shot is attached

Thanks in Advance...

Original issue reported on code.google.com by [email protected] on 22 Dec 2010 at 11:14

Attachments:

Add version name in the about screen

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 11 Jan 2011 at 1:35

The text encoding is not respected and lost while sending binary sms

What steps will reproduce the problem?
1. configure the client to send binary sms
2. sign in to the SIP server (Kamailio in my case)
3. try entering national (e.g. cyrillic symbols) and send sms (see screenshot)

What is the expected output? 

Text encoding is taken into account and set correctly in the RP_DATA so that 
the receiver can show message properly 

What do you see instead?

the same as in the sending side

version of the product: 1.0.58.550
operating system: Win 7 pro 32 bit



Original issue reported on code.google.com by [email protected] on 23 Feb 2011 at 10:54

Attachments:

Not able to perform video sharing

What steps will reproduce the problem?
1. Establish call between two Boghe Clients
2. Under 'Content Sharing': "Share Video" is disabled
3.

What is the expected output? What do you see instead?
Need to perform 'Video sharing'

What version of the product are you using? On what operating system?
Boghe 1.58




Original issue reported on code.google.com by [email protected] on 16 Feb 2011 at 10:18

SMS-DELIVER-REPORT instead of SMS-SUBMIT

What steps will reproduce the problem?
1. Select binary SMS option
2. Send SMS
3. Capture the traffic

What is the expected output? What do you see instead?
The client should send SMS-SUBMIT, according to 
http://betelco.blogspot.com/2009/10/sms-over-3gpp-ims-network.html
Wireshark 1.4.2 shows that the Boghe app sends SMS-DELIVER-REPORT in its 
RP-DATA.

What version of the product are you using? On what operating system?
Boghe-alpha (1.0.55.539)
Windows XP Pro SP3


Please provide any additional information below.
This is mentioned in comments to issue 28 which might be invalid (I have not 
verified it with proper IMS configuration yet).

Original issue reported on code.google.com by [email protected] on 10 Jan 2011 at 9:46

Attachments:

errors in building boghe project

Hi all,
       I have downloaded the project from the following link information:http://code.google.com/p/boghe/wiki/Building_Source

when i try to build the project it gives the following errors.my system 
information SP3. please resolve my issue. 
/*****************Error*******************************/
Error   19  x:TypeArguments="corem:HistoryShortMessageEvent" is not valid. 
'corem:HistoryShortMessageEvent' is not a valid type name reference for the 
generic argument at position '1'. Line 1 Position 
16. D:\Windows\myboghe\boghe\boghe-app\Items\ItemHistoryShortMessageEvent.xaml  1
Error   20  x:TypeArguments="corem:HistoryShortMessageEvent" is not valid. 
'corem:HistoryShortMessageEvent' is not a valid type name reference for the 
generic argument at position '1'. Line 1 Position 
16. D:\Windows\myboghe\boghe\boghe-app\Items\ItemShortMessage.xaml  1
Error   15  x:TypeArguments="corem:HistoryFileTransferEvent" is not valid. 
'corem:HistoryFileTransferEvent' is not a valid type name reference for the 
generic argument at position '1'. Line 1 Position 
16. D:\Windows\myboghe\boghe\boghe-app\Items\ItemFileTransfer.xaml  1
Error   18  x:TypeArguments="corem:HistoryFileTransferEvent" is not valid. 
'corem:HistoryFileTransferEvent' is not a valid type name reference for the 
generic argument at position '1'. Line 1 Position 
16. D:\Windows\myboghe\boghe\boghe-app\Items\ItemHistoryFileTransferEvent.xaml  1
Error   17  x:TypeArguments="corem:HistoryChatEvent" is not valid. 
'corem:HistoryChatEvent' is not a valid type name reference for the generic 
argument at position '1'. Line 1 Position 
16. D:\Windows\myboghe\boghe\boghe-app\Items\ItemHistoryChatEvent.xaml  1
Error   16  x:TypeArguments="corem:HistoryAVCallEvent" is not valid. 
'corem:HistoryAVCallEvent' is not a valid type name reference for the generic 
argument at position '1'. Line 1 Position 
16. D:\Windows\myboghe\boghe\boghe-app\Items\ItemHistoryAVCallEvent.xaml    1
Error   14  x:TypeArguments="corem:Contact" is not valid. 'corem:Contact' is not a 
valid type name reference for the generic argument at position '1'. Line 1 
Position 16.    D:\Windows\myboghe\boghe\boghe-app\Items\ItemContact.xaml   1
Error   1   The best overloaded method match for 
'System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherP
riority, System.Delegate)' has some invalid 
arguments   D:\Windows\myboghe\boghe\boghe-core\Services\Impl\XcapService.Resource
Lists.cs    79
Error   6   The best overloaded method match for 
'System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherP
riority, System.Delegate)' has some invalid 
arguments   D:\Windows\myboghe\boghe\boghe-core\Services\Impl\ContactService.cs 15
5
Error   8   The best overloaded method match for 
'System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherP
riority, System.Delegate)' has some invalid 
arguments   D:\Windows\myboghe\boghe\boghe-core\Services\Impl\ContactService.cs 21
0
Error   10  The best overloaded method match for 
'System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherP
riority, System.Delegate)' has some invalid 
arguments   D:\Windows\myboghe\boghe\boghe-core\Services\Impl\ContactService.cs 27
1
Error   12  The best overloaded method match for 
'System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherP
riority, System.Delegate)' has some invalid 
arguments   D:\Windows\myboghe\boghe\boghe-core\Services\Impl\ContactService.cs 38
6
Error   4   The best overloaded method match for 
'System.Collections.ObjectModel.ObservableCollection<T>.ObservableCollection(Sys
tem.Collections.Generic.List<T>)' has some invalid 
arguments   D:\Windows\myboghe\boghe\boghe-core\MyObservableCollection.cs   36
Error   3   Argument '2': cannot convert from 'object[]' to 
'System.Delegate'   D:\Windows\myboghe\boghe\boghe-core\Services\Impl\XcapService.
ResourceLists.cs    80
Error   7   Argument '1': cannot convert from 'System.Threading.ThreadStart' to 
'System.Windows.Threading.DispatcherPriority'   D:\Windows\myboghe\boghe\boghe-cor
e\Services\Impl\ContactService.cs   155
Error   9   Argument '1': cannot convert from 'System.Threading.ThreadStart' to 
'System.Windows.Threading.DispatcherPriority'   D:\Windows\myboghe\boghe\boghe-cor
e\Services\Impl\ContactService.cs   210
Error   11  Argument '1': cannot convert from 'System.Threading.ThreadStart' to 
'System.Windows.Threading.DispatcherPriority'   D:\Windows\myboghe\boghe\boghe-cor
e\Services\Impl\ContactService.cs   271
Error   13  Argument '1': cannot convert from 'System.Threading.ThreadStart' to 
'System.Windows.Threading.DispatcherPriority'   D:\Windows\myboghe\boghe\boghe-cor
e\Services\Impl\ContactService.cs   386
Error   5   Argument '1': cannot convert from 
'System.Collections.Generic.IEnumerable<T>' to 
'System.Collections.Generic.List<T>'    D:\Windows\myboghe\boghe\boghe-core\MyObser
vableCollection.cs  36
Error   2   Argument '1': cannot convert from 
'BogheCore.Services.Impl.XcapService.UpdateGroupsAndContactsDelegate' to 
'System.Windows.Threading.DispatcherPriority'   D:\Windows\myboghe\boghe\boghe-cor
e\Services\Impl\XcapService.ResourceLists.cs    79


/****************End Error****************************/

thanks ,
rohit


Original issue reported on code.google.com by [email protected] on 18 Dec 2010 at 9:29

Dialog terminated

I am trying to Sign in(login) in the C# Boghe project after entering the 
information. But it is showing the following error. Please some one help me out 
for this. My project is running. Perhaps i am missing something. Please give me 
the solution.


2010-12-06 17:44:08,359 INFO  [13] BogheCore.Services.Impl.SipService:102 - 
OnDialogEvent (Dialog connecting)
2010-12-06 17:44:08,359 INFO  [15] BogheCore.Services.Impl.SipService:276 - 
*INFO: === NICT terminated ===

2010-12-06 17:44:08,359 INFO  [10] BogheCore.Services.Impl.SipService:276 - 
*INFO: CSeq=14120

2010-12-06 17:44:08,359 INFO  [12] BogheCore.Services.Impl.SipService:276 - 
*INFO: Transport::run() - enter

2010-12-06 17:44:08,359 INFO  [15] BogheCore.Services.Impl.SipService:276 - 
*INFO: *** NICT destroyed ***

2010-12-06 17:44:08,359 INFO  [15] BogheCore.Services.Impl.SipService:276 - 
*INFO: === NICT terminated ===

2010-12-06 17:44:08,359 INFO  [13] BogheCore.Services.Impl.SipService:102 - 
OnDialogEvent ((un)REGISTER request successfully sent.)
2010-12-06 17:44:08,359 INFO  [11] BogheCore.Services.Impl.SipService:276 - 
*INFO: Starting [SIP transport] server with IP {192.168.2.19} on port {2244}...

2010-12-06 17:44:08,531 INFO  [15] BogheCore.Services.Impl.SipService:276 - 
*INFO: *** REGISTER Dialog destroyed ***

2010-12-06 17:44:08,531 INFO  [15] BogheCore.Services.Impl.SipService:276 - 
*INFO: *** NICT destroyed ***

2010-12-06 17:44:08,734 INFO  [12] BogheCore.Services.Impl.SipService:276 - 
*INFO: CSeq=14121

2010-12-06 17:44:08,734 INFO  [13] BogheCore.Services.Impl.SipService:102 - 
OnDialogEvent ((un)REGISTER request successfully sent.)
2010-12-06 17:44:09,109 INFO  [12] BogheCore.Services.Impl.SipService:276 - 
*INFO: === REGISTER Dialog terminated ===

2010-12-06 17:44:09,109 INFO  [12] BogheCore.Services.Impl.SipService:276 - 
*INFO: == Shutting down - Phase-1 completed ==

2010-12-06 17:44:09,109 INFO  [13] BogheCore.Services.Impl.SipService:102 - 
OnDialogEvent (Not found)
2010-12-06 17:44:09,109 INFO  [15] BogheCore.Services.Impl.SipService:276 - 
*INFO: Timer manager run()::exit

2010-12-06 17:44:09,109 INFO  [14] BogheCore.Services.Impl.SipService:276 - 
*INFO: TIMER MANAGER -- STOP

2010-12-06 17:44:09,109 INFO  [12] BogheCore.Services.Impl.SipService:276 - 
*INFO: Transport::run() - exit

2010-12-06 17:44:09,109 INFO  [11] BogheCore.Services.Impl.SipService:276 - 
*INFO: Stopped [SIP transport] server with IP {192.168.2.19} on port {2244}...

2010-12-06 17:44:09,109 INFO  [13] BogheCore.Services.Impl.SipService:276 - 
*INFO: SIP STACK::run -- STOP

2010-12-06 17:44:09,109 INFO  [3] BogheCore.Services.Impl.SipService:276 - 
*INFO: The thread 0x53c has exited with code 0 (0x0)


Original issue reported on code.google.com by [email protected] on 6 Dec 2010 at 12:36

Failed to find param [username] with TINYDEMO.EXE

Hi all,
  I have created the exe of tinyDemo.when i run the exe the command prompt open,then with the help of Programmerโ€™s Guide i enter the command with our server ip,user name and password,when i enter this command then i got the error

++cst --realm $$(server ip) --impi $$(username) --impu 
sip:$$(username)@$$(server ip) --pwd $$(password)
*INFO: Command-Line: ++cst --realm $$(server ip) --impi $$(password) --impu sip
:$$(username)@$$(server ip) --pwd $$(password)

**WARN: function: "replace_param()"
file: "d:\doubango\tinydemo\dssl.c"
line: "63"
MSG: Failed to find param [server ip]
**WARN: function: "replace_param()"
file: "d:\doubango\tinydemo\dssl.c"
line: "63"
MSG: Failed to find param [username]
**WARN: function: "replace_param()"
file: "d:\doubango\tinydemo\dssl.c"
line: "63"
MSG: Failed to find param [username]
**WARN: function: "replace_param()"
file: "d:\doubango\tinydemo\dssl.c"
line: "63"
MSG: Failed to find param [username]
**WARN: function: "replace_param()"
file: "d:\doubango\tinydemo\dssl.c"
line: "63"
MSG: Failed to find param [username]
*INFO: command=config-satck

Original issue reported on code.google.com by [email protected] on 20 Nov 2010 at 8:27

603 received on INVITE(MSRP) session

What steps will reproduce the problem?
1. Establish a call
2. Send IM(MSRP) message over two EPs (Boghe clients)
3. Boghe client sends 603 

What is the expected output? What do you see instead?
MSRP session should be estd

What version of the product are you using? On what operating system?
Windows XP and Boghe client Boghe_1.0.58.550

Please provide any additional information below.
Attached ethereal trace and logs for the same

Original issue reported on code.google.com by [email protected] on 9 Feb 2011 at 7:17

Attachments:

Query regarding the interface to start call

Can any body please tell me that the c# boghe project has the interface for 
starting the call, if it has how can i see it. I am new in C#. Boghe project is 
now Signing in well on my PC.
Please help me......

-------------
 Tarun



Original issue reported on code.google.com by [email protected] on 11 Dec 2010 at 6:31

C++ dependency issue

What steps will reproduce the problem?
1. I use Windows 7 64 bit. I have followed the troubleshooting hints and 
   - successfully checked for .NET Framework 3.5 SP1
   - installed C++ Runtime (see attached Microsoft-VisualC++-installed.png)

2. When I run the dependency walker on "tinyWRAP.dll" I still get some errors 
(see attached Microsoft-Visual-C++dependency-issue.png)


What is the expected output? What do you see instead?

When I start the pre-built binary the application hangs during start. I 
expected problems due to above issue.
I also have attached the logfile (Boghe.log) and the configuration file 
(configuration.xml).


What version of the product are you using? On what operating system?

BogheApp.exe - version 1.0.20
Windows 7 on a 64-bit machine


Please provide any additional information below.

see the files attached


Original issue reported on code.google.com by [email protected] on 23 Dec 2010 at 5:35

Attachments:

GU Interface in doubango for the desktop softphone

Hi All,
  I am new,i have compiled the tinyDemo project, i got the CLI interface,I want Graphical User interface for the desktop softphone in Doubango.pls tell me how i will create the interface for the Desktop softphone.

Thanks 
Santosh

Original issue reported on code.google.com by [email protected] on 26 Nov 2010 at 7:25

  • Merged into: #2

Boghe sends 200OK for REPORT message

What steps will reproduce the problem?
1. SEND MSRP Chat sessions 
2. Capture in any ethereal trace.
3. Observed 200OK for REPORT message

What is the expected output? What do you see instead?
According to RFC 4975 section: 7.1.2.  Sending REPORT Requests

MSRP nodes MUST NOT send MSRP responses
   to REPORT requests.

What version of the product are you using? On what operating system?
Windows XP

Please provide any additional information below.

Attached ethereal trace for the same

Original issue reported on code.google.com by [email protected] on 24 Feb 2011 at 9:35

Attachments:

Build boghe Project For Windows Mobile

Hi All,
   I have downloaded the doubango and boghe project with the help of the provided link(http://code.google.com/p/boghe/wiki/Building_Source).

My system ix XP Service pack 3 and VS2008(.net 3.5 framework),I want to build 
this project for the windows mobile,pls tell me the procedure to build it for 
windows mobile.

 thanks in advance
  Santosh


Original issue reported on code.google.com by [email protected] on 20 Dec 2010 at 10:04

Error getting while installing the setup

Hi All,

I followed your guide lines for making the installer but it is giving error.
Actually i installed the setup.exe on the pc which does not have the .net 
framework. The .net frame work 3.5 is installed successfully on the PC, but 
showing the problem in installing boghe. Error snapshot is attached.

After that i tried to install the Boghe IMS Client x86.msi setup. It is 
installed and i can see the files in Program files of Pc and then i tried to 
run the exe but again it is giving error. Snapshot is attached.

And one more thing please tell me that i need to install the both msi and exe 
or only setup.exe will install both .net framework and boghe application.

Log file is also attached.

Please help me out here....

Thanks in advance....


Original issue reported on code.google.com by [email protected] on 23 Dec 2010 at 7:27

Attachments:

unknownwrappedtype as a content type

Setup Info:
OS: Windows / MAC
Clients: Boghe / Blink

What steps will reproduce the problem?
When we try to send MSRP message from BLINK to Boghe client. We are observing 
"unknownwrappedtype as a content type".

What is the expected output? What do you see instead?
MSRP should be successful.


Please provide any additional information below.
When we try to send MSRP message form Boghe to Blink. Message is successful.

Thanks
Sudhir

Original issue reported on code.google.com by [email protected] on 7 Jan 2011 at 1:28

Query regarding theerror

Dear All,
I am getting the following error when compiling the Myboghe source code.

Error   1   The best overloaded method match for 
'System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherP
riority, System.Delegate, object)' has some invalid 
arguments   E:\myboghe\boghe\boghe-core\Services\Impl\XcapService.ResourceLists.cs
    85


Source code where i have error:-
//Update contacts/groups on the UI thread as CollectionView does not support 
changes from a thread different from the Dispatcher thread
            new Thread(new ThreadStart(delegate(){
                    this.manager.Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority.Normal, UpdateGroupsAndContactsDelegate(this.contactService.UpdateGroupsAndContacts),
                        new object[] { freshGroups, freshContacts });
                })).Start();

Please someone help me out here, i am new in C#.
Thanks in advance...

Original issue reported on code.google.com by [email protected] on 17 Dec 2010 at 10:55

Errors in boghe application

Hi All, 
 I followed all the instruction from the  given link  "http://code.google.com/p/boghe/wiki/Building_Source" but i am getting following Errors

/*******************************************************/
x:TypeArguments="corem:HistoryAVCallEvent" is not valid. 
'corem:HistoryAVCallEvent' is not a valid type name reference for the generic 
argument at position '1'. Line 1 Position 16.   

x:TypeArguments="corem:Contact" is not valid. 'corem:Contact' is not a valid 
type name reference for the generic argument at position '1'. Line 1 Position 
16. 

The type 'ctrl:BaseItem' was not found. Verify that you are not missing an 
assembly reference and that all referenced assemblies have been built.  

The type 'corem:Contact' was not found. Verify that you are not missing an 
assembly reference and that all referenced assemblies have been built.  

The best overloaded method match for 
'System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherP
riority, System.Delegate)' has some invalid arguments   

The best overloaded method match for 
'System.Collections.ObjectModel.ObservableCollection<T>.ObservableCollection(Sys
tem.Collections.Generic.List<T>)' has some invalid arguments    

Assembly 'BogheCore' was not found. Verify that you are not missing an assembly 
reference. Also, verify that your project and all referenced assemblies have 
been built.

Argument '2': cannot convert from 'object[]' to 'System.Delegate'   

Argument '1': cannot convert from 'System.Collections.Generic.IEnumerable<T>' 
to 'System.Collections.Generic.List<T>' 

Argument '1': cannot convert from 
'BogheCore.Services.Impl.XcapService.UpdateGroupsAndContactsDelegate' to 
'System.Windows.Threading.DispatcherPriority'


/*******************************************************/

pls help me

Thanks
santosh

Original issue reported on code.google.com by [email protected] on 29 Nov 2010 at 2:33

  • Merged into: #5

Is RCS client 'must' support early media for MSRP message/file transfer??

I am using Boghe client Boghe_1.0.58.550 and testing session mode MESSAGE 
transfer. But, I observe early media is not established for Message and file 
transfers?

However, when I see in RFC 4975 MSRP uses early media to establish 
MSRP(message) sessions. 

Can you please suggest on the same?

What version of the product are you using? On what operating system?
Windows XP and Boghe client Boghe_1.0.58.550



Original issue reported on code.google.com by [email protected] on 14 Feb 2011 at 10:39

problem in compiling source code

I have downloaded source code from the following link:

http://boghe.googlecode.com/svn/trunk

when i tried to compile the source code in vs2008 it show the following file is 
missing :
Doubango\tinyDEV\tinyDEV.vcproj could not be loaded.The project is either 
missing or access denied.
Doubango\tinyDSHOW\tinyDSHOW.vcproj could not be loaded.The project is either 
missing or access denied.
.....
....

what should i do to solve it?

thanks,
rohit negi


Original issue reported on code.google.com by [email protected] on 16 Nov 2010 at 3:26

SMS: application/octet-stream not supported

What steps will reproduce the problem?
1. Start two Boghe apps, press Sign In button on the both of them.
2. In the 1st app, in the unnamed field below the contact list, type the 
address of the 2nd app. Click Start Chat button.
3. In the 'Talking with xxx' window, write text in the unnamed field at the 
bottom and press Send Text button.

What is the expected output? What do you see instead?
The same text should appear in the Talking with window of the 2nd app.
Instead, it shows the message 'application/octet-stream not supported as 
content type'

What version of the product are you using? On what operating system?
Boghe_1.0.55.539.zip


Please provide any additional information below.
The behavior is the same regardless of the SMS type selected on Options -> 
Messaging (either plain text or binary).

The traffic between Boghe apps for both modes is attached.

Note. I expected that chat messages would go through the SIP server, without 
session initiation with INVOKE. At least this would make the Boghe app 
compatible with other SIP clients like X-Lite. Now the latter starts ringing 
once a text message from Boghe gets sent.

Original issue reported on code.google.com by [email protected] on 3 Jan 2011 at 10:05

Attachments:

Queries on MSRP capabilities of the IMS/RCS bogue client

I have a few queries regarding the MSRP capabilities of the IMS/RCS bogue 
client.

Setupinfo: 
O.S: Windows XP 32 Bit
Client: Boghe_1.0.55.539

-Does the clinet support the draft-ietf-simple-msrp-sessmatch-07.This 
specification defines an MSRP extension,  sessmatch, that allows MSRP entities 
to communicate with ALGs that do not implement MSRP B2BUA functionality. This 
draft relaxes the MSRP URI matching criteria to match only the session ID in 
the MSRP URI.

- Does the clinet support the draft-ietf-simple-msrp-acm-09. This document 
defines an alternative connection model for Message Session Relay Protocol 
(MSRP) User Agents (UAs), which uses the connection-oriented media (COMEDIA) 
mechanism in order to create the MSRP transport connection.This draft mentions 
that MSRP UAs MUST NOT use the SDP a=connection attribute, but I see the same 
being used by the client. Is there any way to disable it?

-  We are trying to run an MSRP call and the client sends back a 603 Decline 
after sending back a reliable 183 with session description(Attached ethereal 
trace for the same). How can we see logs of the calls?

Any response is highly appreciated!!!.

I would like to appreciate the efforts in bringing up 'BOGUE IMS/RCS client'.

Thanks in advance,
Sudhir
PS:
We are testing with SBC, which supports only IETF. 

Original issue reported on code.google.com by [email protected] on 7 Jan 2011 at 12:25

Attachments:

The dialog Window is too high

What steps will reproduce the problem?
1. Install Boghe app in a netbook with 1024x600 screen resolution
2. Start the Boghe app.

What is the expected output? What do you see instead?
It is impossible to save configuration options because the 'Save' button is not 
visible.
It is difficult to Sign In - this button appears on the screen in maximized 
mode, though.

What version of the product are you using? On what operating system?
Boghe_1.0.55.539.zip
Windows 7 Starter

Please provide any additional information below.
1024x600 screen resolution

Original issue reported on code.google.com by [email protected] on 3 Jan 2011 at 9:15

Start Video

What steps will reproduce the problem?
1.Place video call
2.
3.

What is the expected output? What do you see instead?
No video is sent to far end. Is there a Start video button?

What version of the product are you using? On what operating system?
Win XP

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Jan 2011 at 8:47

SMS is not shown on the receiving side if sent in binary mode.

What steps will reproduce the problem?
1. Start two Boghe apps and Sign In at a SIP server.
2. Send SMS from one app to the other having plain/text option selected.
3. Send SMS from one app to the other having binary option selected.

What is the expected output? What do you see instead?
Both SMS should be shown in the second app.
Instead, only the SMS sent in the text mode was shown.

What version of the product are you using? On what operating system?
Boghe-alpha (1.0.55.539)
Win XP SP3 and Windows 7 Starter

Please provide any additional information below.
Attached is the traffic captured in the host of the sending Boghe app.
Note that Wireshark doesn't show the binary message payload as a valid SMS.

Original issue reported on code.google.com by [email protected] on 4 Jan 2011 at 9:37

Attachments:

Problem in new source code

Dear All,

I have modified the code with the latest one, i mean i have latest source code 
of boghe. But when i  build the installer(Boghe IMS Client x86), there is a 
problem in the properties of Prerequisites (.Net framework 3.5 Sp1). It is 
showing "Prerequisite could not be found for bootstarping". i have attached the 
snapshot and circled the problem. And after all if i tried to install it on a 
pc, it is not installing the .net framework.

Please help me out here....Quick reply will be appreciated....

Thanks in advance.....


Original issue reported on code.google.com by [email protected] on 24 Dec 2010 at 10:21

Attachments:

Installer is not working

I made an installer of boghe project using boghe installer guides but it is not 
working. I added following Prerequisites :-
.Net Framework 3.5 SP1,
C++ Run time libraries

And after that install on a fresh PC but it is not working. It is installing 
.Net framework 2.0SP2, 3.0SP2, 3.5SP1 and C++ 2008 redistributable on the PC. 
But while i am trying to run boghe it is not working.

And i select the option for prerequisite "Download prerequisite from the 
component vendor's site".

If i select the option "Download prerequisite from the same location as my 
application" then the setup is not installing these prerequisite. So please 
tell me what should i do....actually i am new in C# and setup processes. 
Snapshot is attached.

Thanks in advance



Original issue reported on code.google.com by [email protected] on 8 Jan 2011 at 9:19

  • Merged into: #22

Attachments:

Can I get source code in VC++ of boghe Project

Dear All,
   I want to develop Video calling in Desktop Softphone,does there is any source code to help for development in VC++.
The boghe source code is in C#,I am getting problem in that,pls provide us 
solution for development.

Thanks in Advance
Santosh Singh 

Original issue reported on code.google.com by [email protected] on 18 Nov 2010 at 7:30

MediaSessionMgr.cs' could not be opened ('Unspecified error ')

Hi All,
  I download a boghe project.at the compiling time i am getting this following Error
1- "MediaSessionMgr.cs' could not be opened ('Unspecified error ')"

2- "Metadata file 'D:\Santosh\boghe\Debug\doubango.dll' could not be found"

3- "x:TypeArguments="corem:Contact" is not valid. 'corem:Contact' is not a 
valid type name reference for the generic argument at position '1'. Line 1 
Position 16.    D:\Santosh\boghe\boghe-app\Items\ItemContact.xaml"

4- "x:TypeArguments="corem:HistoryAVCallEvent" is not valid. 
'corem:HistoryAVCallEvent' is not a valid type name reference for the generic 
argument at position '1'. Line 1 Position 
16. D:\Santosh\boghe\boghe-app\Items\ItemHistoryAVCallEvent.xaml"

pls help me to resolve this error.

 thanks 
 santosh

Original issue reported on code.google.com by [email protected] on 29 Nov 2010 at 9:19

The client crashes during attempts to send long binary sms

What steps will reproduce the problem?
1. configure the client to send binary sms
2. sign in to the SIP server (Kamailio in my case)
3. try entering long (over 160 symbols) sms by copy-pasting chunks to the sms 
input window

What is the expected output? 

long sms is fragmented and sent as several RP_DATA packets

What do you see instead?

sms is truncated, client sometimes crashes

version of the product: 1.0.58.550
operating system: Win 7 pro 32 bit


relevant excerpt from the log:

2011-02-23 09:58:18,103 ERROR [1] BogheCore.Services.Impl.SipService:0 - 
***ERROR: function: "tsk_calloc()" 
file: ".\src\tsk_memory.c" 
line: "119" 
MSG: Memory allocation failed. num=1 and size=72

2011-02-23 09:58:18,209 ERROR [1] BogheCore.Services.Impl.SipService:0 - 
***ERROR: function: "tsk_object_new()" 
file: ".\src\tsk_object.c" 
line: "84" 
MSG: Failed to create new tsk_object.

2011-02-23 09:58:18,210 ERROR [1] BogheCore.Services.Impl.SipService:0 - 
***ERROR: function: "tsk_params_add_param()" 
file: ".\src\tsk_params.c" 
line: "130" 
MSG: Invalid parameter

2011-02-23 09:59:06,630 DEBUG [1] BogheApp.App:0 - 

Original issue reported on code.google.com by [email protected] on 23 Feb 2011 at 10:44

Error with new source code

Hi,
I downloded your new version of boghe source code and compiled it. It is giving 
the below error in tiny Dav project.

21>fatal error C1900: Il mismatch between 'P1' version '20080116' and 'P2' 
version '20070207'

I reinstalled the VS 2008 and .net framework 3.5 sp1 too but problem persists. 
I am new in C#. Please help me out to fix this error. It is some type of Date 
mismatch in CL.exe.
Log file is also attached.

Thanks In advance...


Original issue reported on code.google.com by [email protected] on 30 Dec 2010 at 10:54

Attachments:

question about setup and framework environment

Dear All,

Actually i want to run the MyBoghe on a PC without the .Net Framework.
Is there any possible way to instal the msi setup of myboghe to the PC which 
does not have .net framework.
If possible then how it will be installed on the PC which does not have .net 
framework.
Please tell me any possible way to provide the .net frame work to the 
myboghe.exe. Actually we can not install the .net framework on each PC 
manually. 

Thanks in advance....

Original issue reported on code.google.com by [email protected] on 21 Dec 2010 at 1:34

No Security Client in Registartion.

What steps will reproduce the problem?
1.When i am trying to register the ue it is not sending the Security-client 
header in the register request.

What is the expected output? What do you see instead?
No Security-client header is present. There must be security-client in the 
Register request.

What version of the product are you using? On what operating system?
Boghe_1.0.58.550

Please provide any additional information below.



Original issue reported on code.google.com by [email protected] on 7 Mar 2011 at 1:07

Getting exception

Dear All,

Myboghe is throwing an exception
"Parameter mismatch" found in mscorelib.dll

This is the error while the software is going to recive an incoming call pc to 
pc.

And in SessionWindow.xaml, MessagingWindow.xaml is the error given below

Could not load file or assembly 'BogheApp, Version=1.0.0.0, Culture=neutral, 
PublicKeyToken=null' or one of its dependencies. The system cannot find the 
file specified.
   at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
   at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
   at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
   at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
   at System.Reflection.Assembly.Load(String assemblyString)
   at System.UnitySerializationHolder.GetRealObject(StreamingContext context)

   at MS.Internal.Host.Isolation.IsolatedDesigner.BootstrapProxy.LoadDesigner(IsolatedDesignerFactory factory, IsolatedView view)
   at MS.Internal.Host.Isolation.IsolatedDesigner.Load()
   at MS.Internal.Designer.DesignerPane.LoadDesignerView()

Thanks in advance.........


Original issue reported on code.google.com by [email protected] on 16 Dec 2010 at 11:41

Routeset is not properly handled when sending BYE

Make a call to the client over OpenIMSCore.

What is the expected output? What do you see instead?

The client generates a BYE with the route-headers reversed.
In other words, the Route headers for the terminating PCSCF
is LAST, even when the client is recieving a call.

What version of the product are you using? On what operating system?
Latests as of today. 1.0.58.500, and it was the same with a month old version. 
Windows 7 x64, Pro.

Please provide any additional information below.

Wireshark added, with good and bad example. The good scenario, when the BYE is 
NOT rejected by PCSCF, is made with Mercuro Client as callee.

Original issue reported on code.google.com by [email protected] on 23 Feb 2011 at 12:04

  • Merged into: #48

Attachments:

Freamework Requirement at Installlation Time

Hi All,
  Thanks for quick reply,but i am facing a problem now when i am  installing the setup.exe in the pc that has not .net framework,this setup ask to install the .net framework.pls suggest me how boghe setup will be install in the pc that have not .net framework without installing the framework.


thanks in advance
Santosh

Original issue reported on code.google.com by [email protected] on 22 Dec 2010 at 8:23

  • Merged into: #20

Wrong Route Set

What steps will reproduce the problem?
1. My configuration: 2 IMS clients on different P-CSCF and one S-CSCF.
UE A --> PCSCF18 --> SCSCF17 --> PCSCF16 --> UE B (IMSDroid or Boghe)
2. IMS client A calls IMS client B. B answers.
3. B then drops the call

What is the expected output? What do you see instead?
UE B sends BYE to PCSCF16 but Route header is not constructed OK!
UE B should not invert the order of Record-Route before placing into Route 
header.
BYE request from UE B to PCSCF16 should have Route header like this:

Route: PCSCF16, SCSCF17, PCSCF18
but instead sends
Route: PCSCF18, SCSCF17, PCSCF16

What version of the product are you using? On what operating system?
Samsung I9000, IMSDroid v1.2.366

Please provide any additional information below.
The same problem exist on Boghe_1.0.58.550. I am testing also with Mercuro Gold 
4.0.1631.0 where this problem doesnt exist.
Wireshart trace taken at PCSCF16 is attached.

Regards

Ales

Original issue reported on code.google.com by [email protected] on 25 Feb 2011 at 8:21

Attachments:

Where is the log file created?

I am unable to locate the location of the log file generated by the client.

What version of the product are you using? On what operating system?
1.0.55.539 version on Windows XP

Thanks,
Umang


Original issue reported on code.google.com by [email protected] on 7 Jan 2011 at 12:21

Error facing on a Fresh PC

Hi All,

I have installed .Net 3.5 Sp1 Framework and visual C++ redistributable 2008 
also. And i am using win Xp sp3. I also installed direct x SDK. After that i am 
trying to run the boghe Exe with all the resources. But it is crashing while 
starting the following service of boghe core project.

ret &= this.SipService.Start();

Log file is attached.

Please help me out here ...I am learning C# along the way....
Realy i want it to work...

Please tell me what i am missing or what it requires to run...

Thanks in advance


Original issue reported on code.google.com by [email protected] on 20 Jan 2011 at 10:15

Attachments:

.net frame work issue

I am using Version 3.5 .net framework and visual studio 2008...but i have 2.0 
and old ones too on my system. I am trying hard but I am not able to find out 
the solution.

Please some one help me out here....

Thanks in advance....


Original issue reported on code.google.com by [email protected] on 20 Dec 2010 at 9: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.