Displaying 14 results from an estimated 14 matches for "xep".
Did you mean:
xen
2008 Feb 07
2
Asterisk as XMPP component. How to use it ?
...efine Presence status such as "unavailable for chat
and phones", "unavailable for chat but available for phones" ..., I think
both things should be kept separate.
At the opposite, I think it could be useful for an Asterisk server to act as
XMPP User Activity provider (ie update XEP-0108 field with "on-the-phone"
value).
Do you agree ?
Is there any XMPP client supporting User Activity ?
Is Asterisk capable of getting or sending such User Activity messages ?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.co...
2012 Mar 22
4
Plotting patient drug timelines using ggplot2 (or some other means) -- Help!!!
Hello All,
Want very much to learn how to plot patient drug timelines. Trouble is I need to figure out how to do this today. So not much time for me to struggle with it. Hoping someone can just help me out a bit.
Below are some sample data and code that produces what I think is the beginning of a very nice graph.
Need to alter the code to:
1. Get the lines for the drugs to appear on the
2008 Jun 11
1
Asterisk and XMPP (Jabber) : testing new application JabberReceive
Friends,
a new dialplan application is now available for testing :
http://svn.digium.com/view/asterisk/team/phsultan/jabberreceive/
The corresponding feature request is located here :
http://bugs.digium.com/view.php?id=12569
What can you do with it? Well, a direct usage of this application is
to make an easy to use GoogleTalk voice gateway out of Asterisk. Here
is an example (assuming the
2017 Jun 05
2
[newbie] trouble with global variables and CreateLoad/Store in JIT
...pile-time output showing types of the value and the pointer:
val type:
{ i8*, i32 }
ptr type:
{ i8*, i32 }*
Here is the IR dump for the function (after a couple of passes), right
before it's fed to the JIT:
define { i8*, i32 } @"__anonToplevel/0"() prefix { i8*, i32 } (i32)*
@"XEP:__anonToplevel/0" {
entry:
%0 = call { i8*, i32 } @debugPointer({ i8*, i32 }* nonnull @foo)
%1 = call { i8*, i32 } @debugInt(i32 ptrtoint ({ i8*, i32 }* @foo to i32))
store i8* @FixnumClass, i8** getelementptr inbounds ({ i8*, i32 }, { i8*,
i32 }* @foo, i32 0, i32 0), align 4
%2 = call...
2013 May 11
0
11.4: no incoming gv/xmpp
...; setup (ie, using your
personal Gtalk account for a test)
; you might lose your contacts
list. Default is 'no'.
autoregister=no ; Auto register users from buddy list.
;collection_nodes=yes ; Enable support for XEP-0248
for use with
; distributed device state.
Default is 'no'.
;pubsub_autocreate=yes ; Whether or not the PubSub
server supports/is using
; auto-create for nodes. If it
is, we have to...
2014 Jun 13
0
opusfile 0.6 released
...t/
iQEcBAEBCAAGBQJTm0GlAAoJEEcAD3uxRB3vcJIH/1S93Rzb9CB0NhVKXhBmB9B+
HBAesIvfDa0EgQmKQwu2HxA8zLcZq1Auwtx0AX23Gd3uYtbwEADWer1ZD/tGTR2B
rLbXcd/7FIewa3IX3T/1FOwIodQ3mGrPhWbgQVevM3REb16qZXyfYRukUJDTrlJ8
J//Uu2HHkaoo0nkw+cuPoVpokVY/Z3yq6Mwr40o2Go6NRlPKPPY956DIBVExR4vH
ObYozKHW3gekXWKK2dJtdmsboE1WS+MD7dH/xep+LEQvZhgU1ArnWXojes/o3yFJ
16W8pYvsG9ml6i0+4j9Z6Ntxt5mCTcm7ekN/fIGSCbS/pTb82MtJkjOluCvvqdA=
=dBdW
-----END PGP SIGNATURE-----
2017 Jun 06
2
[newbie] trouble with global variables and CreateLoad/Store in JIT
...suspect that the 32-bit support in the JIT infrastructure
isn't as well tested / commonly used as the 64-bit code, possibly
explaining why this sort of bug could sneak through.
-- Sean Silva
>
> define { i8*, i32 } @"__anonToplevel/0"() prefix { i8*, i32 } (i32)*
> @"XEP:__anonToplevel/0" {
> entry:
> %0 = call { i8*, i32 }* @identity({ i8*, i32 }* nonnull @foo)
> %1 = call { i8*, i32 } @debugPointer({ i8*, i32 }* %0)
> %2 = getelementptr { i8*, i32 }, { i8*, i32 }* %0, i32 0, i32 0
> %3 = ptrtoint { i8*, i32 }* %0 to i32
> %4 = cal...
2017 Jun 06
2
[newbie] trouble with global variables and CreateLoad/Store in JIT
...very useful though as this code does what it should...
>
> $ llvm-objdump.exe -r -d test.o
>
> test.o: file format COFF-i386
>
> Disassembly of section .text:
> .text:
> 0: 00 00 addb %al, (%eax)
> 00000000: IMAGE_REL_I386_DIR32 _XEP:setfoo
> 2: 00 00 addb %al, (%eax)
>
> _setfoo:
> 4: 56 pushl %esi
> 5: 83 ec 40 subl $64, %esp
> 8: 89 e0 movl %esp, %eax
> a: c7 00 00 00 00 00 movl $0, (%eax)
>...
2017 Jun 07
2
[newbie] trouble with global variables and CreateLoad/Store in JIT
...>> $ llvm-objdump.exe -r -d test.o
>>>
>>> test.o: file format COFF-i386
>>>
>>> Disassembly of section .text:
>>> .text:
>>> 0: 00 00 addb %al, (%eax)
>>> 00000000: IMAGE_REL_I386_DIR32 _XEP:setfoo
>>> 2: 00 00 addb %al, (%eax)
>>>
>>> _setfoo:
>>> 4: 56 pushl %esi
>>> 5: 83 ec 40 subl $64, %esp
>>> 8: 89 e0 movl %esp, %eax
>>> a: c7...
2017 Jun 04
2
[newbie] trouble with global variables and CreateLoad/Store in JIT
Emitting calls to these functions (written in an .ll file linked in) works
fine, and does the right thing.
%Any = type { i8*, i32 }
define dllexport void @setGlobal(%Any* %ptr, %Any %value) {
store %Any %value, %Any* %ptr
ret void
}
define dllexport %Any @getGlobal(%Any* %ptr) {
%val = load %Any, %Any* %ptr
ret %Any %val
}
Trying to replace the setGlobal call with what should be
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...t;nulWye3F6Y<S
z#cL0AT&B7XhwWa%<F{Faj=7VTGI8{z)4ZJ+e?F4I(Vwy1b^!Zr`w?&AUoKd5N&5*$
zzYy7Z3zDvoZ|ZhmLW{;l`Pin!R~Qs5jPt2$mvHXSod>d$llMO-NxHGXLv=hqF8-SX
zL<a){gWp6^bQ(EwB#Y*DR+vbWpzvx<&+DPFGW-vH`t;$~Uw>soY(M%42KQ|;l$8mm
zPMe{y^dkJ@AMeZYEaTk2TwMM>1vjG!4l2N@g17tpTo5tT+xePyY7dsSY77nK9k+Lr
zS7=5Zce&TGq}Axnc>R6Yi#pG>!@i-s#Ihjy8oQ>wK%CZ^E9wB8#ALiPM&Q<NAYo$`
zmaD}#bMeLZ`Pb=xbS__eRxH8rjHiz!ZgXk0FBE(4hScr&>h0|ob%W^s)nT%)L=mua
z1-%aTKrF~0*{Ts*R9I+IaI`R_$!ptW=ZrhBo)Z=om-XKAb+AoMz&tloHg0c`Nx0W3
zn)^f(?tMDF)mxf(l9Jd890Pu@hL2sX{5MuH83UgI<LlI^Bd...
2013 Jun 19
4
e008:[<ffff82c480122353>] check_lock+0x1b/0x45 [konrad.wilk@oracle.com: FAILURE 3.10.0-rc6upstream-00061-g752bf7d(x86_64) 3.10.0-rc6upstream-00061-g752bf7d(i386): 2013-06-19 (tst007)]
...0A0 (r32 INTEL HCG 1 TFSM F4240)
(XEN) System RAM: 8104MB (8299140kB)
(XEN) No NUMA configuration found
(XEN) Faking a node at 0000000000000000-000000023fe00000
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000fcde0
(XEN) DMI 2.7 present.
(XEN) Using APIC driver default
(XEP INFO: pm1x_cnt[404,0], pm1x_evt[400,0]
(XEN) ACPI: 32/64X FACS address mismatch in FADT - bae0bf80/0000000000000000, using 32
(XEN) ACPI: wakeup_vec[bae0bf8c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Proc...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...4
z(7v%}@K>}g at SDrC-WMs5ziJVeg}#dR%)F~^=4t#HfH*a(UAj2M#B>u9ix3a_t2*ef
z^qwGwJBXJ1`~fvGLXFg?Ni%4E9T!H>`WH#8A8V(_zS#GW6vxn-VEIsN(V6xSK~1`_
z!1C9d^=29#a&3J-{|H|oObUoWQizkd8BXs-BWl&Z{ZswhzsV3BQL*cl`y5dCF!~(1
zBuRo&ZLaud$A7o&Qt;1f{@tEbyX}7#r=m-T4i0;hbA_=(mjy>i>n^^VlopAH{$XEp
zaaCi9&@1bd^_vr-%QLJi?t3Cfb;8(RCikq`fcYl7zb_K@$Saq^nhN_9(6HVXO99R%
zVPVRL`NMVIKtZ|vlkqC=FlY_dRGeEOG)G<`mD_g+1y{tP712|@^f+P}_UERy?XzII
zYofoZG~ZTg?c29^V}#LPMdsU|4(*})?40)P5-ykvtcz6i6;6(Mn`(AhMBD#{82Z<h
z$(?W<`CpTRuz>}?DhzA^uyqxUGPG^)9OlPPEEj<54nzygI4|>xD-2(@Km`>+pDhkJ
zIqg%!...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version"
This series removes some of the really old deadwood from the tools build
and makes some other things which are on their way out configurable at
build time with a default depending on how far down the slope I judge
them to be.
* nuke in tree copy of libaio
* nuke obsolete tools: xsview, miniterm, lomount & sv
*