lumi
|
359f6bb4aa
|
Merge branch 'update-deps' into 'master'
Update/Change deps: quick-xml, xmpp-parsers, minidom, jid
See merge request xmpp-rs/xmpp-rs!32
|
2017-12-28 17:36:21 +00:00 |
|
Maxime “pep” Buquet
|
2146244e1c
|
Update docker image
|
2017-12-28 18:08:49 +01:00 |
|
Maxime “pep” Buquet
|
2fb540f85b
|
component: Fix attributes parsing; thanks Link Mauve
|
2017-12-28 16:54:43 +01:00 |
|
Maxime “pep” Buquet
|
5f9d91140d
|
transport, component, connection: Do not use unneeded return values
|
2017-12-28 16:54:43 +01:00 |
|
Maxime “pep” Buquet
|
690e83725c
|
connection: Unneeded return value
|
2017-12-28 16:54:43 +01:00 |
|
Maxime “pep” Buquet
|
06fd0a354a
|
client: Adapt to quickxml
|
2017-12-28 16:54:43 +01:00 |
|
Maxime “pep” Buquet
|
44a03c37d5
|
component: Remove duplicate call to read_event
|
2017-12-28 16:54:43 +01:00 |
|
Maxime “pep” Buquet
|
37148b9097
|
transport: Adapt to quick_xml. Thanks eijebong.
|
2017-12-28 16:54:43 +01:00 |
|
Maxime “pep” Buquet
|
4b322cc62b
|
connection: Adapt C2S and Component2S impl for quickxml; Thanks eijebong
|
2017-12-28 16:54:43 +01:00 |
|
Maxime “pep” Buquet
|
5e5086e2ef
|
plugins/roster: Subscription is now an enum
|
2017-12-28 16:54:37 +01:00 |
|
Maxime “pep” Buquet
|
5e58956408
|
Replace xml-rs bits by quickxml in Error
|
2017-12-28 16:53:13 +01:00 |
|
Maxime “pep” Buquet
|
99a4ad5cac
|
Use quick_xml crate instead of xml
|
2017-12-28 16:53:13 +01:00 |
|
Maxime “pep” Buquet
|
1a9a100bdc
|
plugins/ibb: IBB enum not available in the parser anymore
|
2017-12-28 16:53:13 +01:00 |
|
Maxime “pep” Buquet
|
1a8ea2e383
|
plugins/messaging: Body, Thread, Subject are now structs
|
2017-12-28 16:53:13 +01:00 |
|
Maxime “pep” Buquet
|
5508f5b388
|
plugins/messaging: Receipt doesn't exist anymore
|
2017-12-28 16:53:03 +01:00 |
|
Maxime “pep” Buquet
|
862edfde58
|
Break the world
|
2017-12-28 16:37:31 +01:00 |
|
lumi
|
6ad21dbf83
|
Merge branch 'xmpp-parsers-0.7.0' into 'master'
update to xmpp-parsers 0.7.0
See merge request !31
|
2017-07-23 18:06:49 +00:00 |
|
Emmanuel Gil Peyrot
|
ba8c86620a
|
update to xmpp-parsers 0.7.0
|
2017-07-23 18:59:41 +01:00 |
|
lumi
|
aeb0bc8ed7
|
Merge branch 'muc-plugin' into 'master'
Muc plugin
See merge request !29
|
2017-06-29 13:25:01 +00:00 |
|
Maxime “pep” Buquet
|
ac732f1b92
|
listen for Presence and return MucPresence
|
2017-06-29 13:53:17 +01:00 |
|
Maxime “pep” Buquet
|
e953a03dda
|
Basic MUC plugin
|
2017-06-29 13:39:03 +01:00 |
|
lumi
|
fcaa29d9c2
|
Merge branch 'chrono-update' into 'master'
Update dependencies after chrono semver fail (sha, xmpp-parsers, chrono)
See merge request !30
|
2017-06-29 12:34:54 +00:00 |
|
Maxime “pep” Buquet
|
2849d5a59c
|
Update chrono to 0.4
|
2017-06-29 13:20:11 +01:00 |
|
Maxime “pep” Buquet
|
03363dddff
|
Update xmpp-parsers to 0.6
|
2017-06-29 13:20:03 +01:00 |
|
Maxime “pep” Buquet
|
6c79936484
|
Update sha-1 to 0.4
|
2017-06-29 13:19:55 +01:00 |
|
lumi
|
cc2f47108d
|
Merge branch 'println' into 'master'
Remove debug println in transport.rs
See merge request !27
|
2017-06-15 15:40:49 +00:00 |
|
Maxime “pep” Buquet
|
82bb3089e1
|
Remove debug println in transport.rs
|
2017-06-12 22:22:43 +01:00 |
|
lumi
|
0dddceee19
|
Merge branch 'cache-disco' into 'master'
Cache caps and do disco#info
See merge request !26
|
2017-06-11 20:04:46 +00:00 |
|
Emmanuel Gil Peyrot
|
0fbe09ad59
|
add a plugin to query and cache caps
|
2017-06-11 19:36:55 +01:00 |
|
Emmanuel Gil Peyrot
|
1b21ebc6b0
|
add a disco result event to the disco plugin
|
2017-06-11 19:36:35 +01:00 |
|
lumi
|
51616ae1a5
|
Merge branch 'base64' into 'master'
Bump base64
See merge request !25
|
2017-06-11 14:54:34 +00:00 |
|
Emmanuel Gil Peyrot
|
8ee73e3a31
|
bump base64, improves performances and reduces unsafe code
|
2017-06-11 15:49:45 +01:00 |
|
lumi
|
a5f87494c2
|
Merge branch 'stanza-debug' into 'master'
Enable stanza_debug automatically when STANZA_DEBUG is set in the env
See merge request !21
|
2017-06-11 14:49:21 +00:00 |
|
Emmanuel Gil Peyrot
|
313e7a1770
|
add stanza_debug to client example when STANZA_DEBUG is in the env
|
2017-06-11 15:43:42 +01:00 |
|
lumi
|
264e58b1bf
|
Merge branch 'stanza-debug-time' into 'master'
Make stanza_debug print the time
See merge request !23
|
2017-06-11 14:43:14 +00:00 |
|
Emmanuel Gil Peyrot
|
afaea3486b
|
make stanza_debug print the time
|
2017-06-11 15:32:42 +01:00 |
|
lumi
|
cdc968a70b
|
Merge branch 'messaging-from' into 'master'
Always give the correct from JID in messaging
See merge request !24
|
2017-06-11 14:31:48 +00:00 |
|
Emmanuel Gil Peyrot
|
b7dc5bd9ea
|
always give the correct from JID in messaging
|
2017-06-11 15:27:05 +01:00 |
|
lumi
|
3331ba8f62
|
Merge branch 'roster' into 'master'
Add a roster plugin
See merge request !18
|
2017-06-11 14:25:20 +00:00 |
|
Emmanuel Gil Peyrot
|
66bc970d90
|
add a roster plugin
|
2017-06-11 15:18:45 +01:00 |
|
lumi
|
04a3afb621
|
Merge branch 'presence' into 'master'
update the presence plugin to match xmpp-parsers 0.5.0
See merge request !22
|
2017-06-11 14:09:30 +00:00 |
|
Emmanuel Gil Peyrot
|
0d7074eb6e
|
update the presence plugin to match xmpp-parsers 0.5.0
|
2017-06-11 15:03:10 +01:00 |
|
lumi
|
4be13c1c01
|
Merge branch 'gen_id' into 'master'
Add a gen_id method for plugins to generate ids
See merge request !19
|
2017-05-29 03:59:13 +00:00 |
|
Emmanuel Gil Peyrot
|
785f717f91
|
make use of the gen_id() method in relevant plugins
|
2017-05-29 04:51:01 +01:00 |
|
Emmanuel Gil Peyrot
|
8839c4eea8
|
add a gen_id method for plugins to generate ids
|
2017-05-29 04:47:44 +01:00 |
|
lumi
|
6421899c29
|
Merge branch 'get_own_jid' into 'master'
Add a get_own_jid method to plugins
See merge request !17
|
2017-05-29 02:54:00 +00:00 |
|
Emmanuel Gil Peyrot
|
b09eb078f4
|
add a get_own_jid method to plugins
|
2017-05-29 03:14:26 +01:00 |
|
lumi
|
f10080cba5
|
Merge branch 'disco' into 'master'
Add a disco plugin
See merge request !11
|
2017-05-28 01:47:00 +00:00 |
|
Emmanuel Gil Peyrot
|
4871ec668d
|
make IbbPlugin add its feature to DiscoPlugin
|
2017-05-28 02:39:54 +01:00 |
|
Emmanuel Gil Peyrot
|
4c937ccfc0
|
make PingPlugin add its feature to DiscoPlugin
|
2017-05-28 02:39:54 +01:00 |
|