index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Presence
/
Presence.hs
Age
Commit message (
Expand
)
Author
2018-07-06
xmpp: Enable sending to lower-cased Tox peer without user field.
Joe Crayne
2018-07-06
tox-to-xmpp: presence updates.
Joe Crayne
2018-07-05
Use ordinary (.tox) hostnames in JIDs from Tox peers to clients.
Joe Crayne
2018-06-28
Enable xmpp client to use long-form hex toxid for add-buddy operation.
Joe Crayne
2018-06-25
Forward instant messages from XMPP clients to Tox peers.
joe
2018-06-24
xmpp: allow server to change it's name (important for tox peers).
joe
2018-06-24
ToxToXMPP: Check solicited only for the correct secret key.
joe
2018-06-24
Added tox-id annotation to tox peer connections.
joe
2018-06-24
XMPP: Type-checking on various uses of SockAddr.
joe
2018-06-22
Removed redundant imports and other clean up.
joe
2018-06-22
It sends tox-messages to pidgin!
joe
2018-06-21
Remember whether peers are Tox or XMPP connections.
joe
2018-06-21
WIP: Deliver tox generated messages to xmpp clients.
joe
2018-06-21
Send outgoing friend requests from XMPP clients.
joe
2018-06-21
Rewrote modifyRosterFile for clarity.
joe
2018-06-21
Avoid awkward "flip (maybe ...)" pattern.
joe
2018-06-20
More DPut stuff
jim@bo
2018-06-20
Export non-ResourceT interface to xmppServer.
joe
2018-05-29
WIP: Deliver friend-request to xmpp client.
joe
2018-05-27
Comments.
joe
2018-05-23
fix build on earlier directory package
James Crayne
2018-05-24
More consistency in name of client JID.
joe
2018-05-24
More comments.
joe
2018-05-24
Diagnostic comments and debug print.
joe
2018-05-22
Configurable bind-addresses for xmpp.
joe
2018-05-19
Activate tox user key from xmpp configuration.
joe
2018-05-18
Daemon options to enable or disable XMPP.
joe
2017-11-29
Disabled curve 25519 backport for newer cryptonite library.
joe
2017-11-21
ToxManager reworked stubs.
joe
2017-11-21
Interface to enable Tox users in an XMPP client's roster.
joe
2017-11-20
Finished TODO stubs: Multiple identities/rosters for a single unix user.
joe
2017-11-20
WIP: Multiple identities/rosters for a single unix user.
joe
2017-11-17
Generic connection manager for Tox and XMPP.
joe
2017-11-13
Minor edit.
joe
2017-11-12
We no longer require root. (ConsoleWriter is disabled without).
joe
2017-11-09
Factored out Presence.hs from main module xmppServer.hs.
joe